Ciao a tutti,
ho una cheda madre epox che monta una scheda video nvidia dual-head (integrata), ho installato i driver ufficiali scaricati da http://WWW.NVIDIA.COM e la scheda video non funziona correttamente...Da un monitor (LCD) si vede perfettamente, mentre dall'altro si vede una cosa strana... vi scrivo qui di seguito come ho modificato xorg.conf, se volete vedere l'immagine dei due monitor (dato che non riesco ad inserirla qui) lasciatemi la vosta mail e la mando al più presto!
(QUESTA E' LA CONFIGURAZIONE DEL FILE)
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "speedo"
Load "freetype"
Load "xtrap"
Load "record"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "Xinerama"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "My Monitor 1"
VendorName "NN"
ModelName "mein_flat_panel"
HorizSync 31.5 - 35.1
VertRefresh 50-90
Option "DPMS"
EndSection
Section "Monitor"
Identifier "My Monitor 2"
VendorName "NN"
ModelName "mein_flat_panel"
HorizSync 31.5 - 35.1
VertRefresh 50-90
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nv"
Screen 0
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nv"
Screen 1
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor 1"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "NVIDIA GeForce"
Monitor "My Monitor 2"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
Screen "Screen 2" RightOf "Screen1"
Option "Xinerama"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Vi ringrazio anticipatamente del vostro aiuto!
Ciao a tutti!


