Pagina 1 di 1

nvidia & 2 monitor

Inviato: mer 30 lug 2008, 12:13
da Luke88
ho un problema strano con xorg... o nvidia... o nonhoancoracapitocosa....
config:
laptop con nvidia 8400gs, schermo lcd 15.4" (1280x800)
schermo 15" esterno connesso tramite uscita vga (1024x768)
nvidia proprietari 173.14.05
kernel 2.6.25.11

con la slack 12.0 non avevo problemi...
riuscivo ad avere i due schermi perfettamente funzionanti, con accellerazione 3D...
dato che i due schermi hanno risoluzioni differenti mi sono limitato a modificare xorg.conf come riportato sotto...

..e con la slack12.0 (kernel 2.6.24.2, ricompilato) funzionava tutto...
dopo aver finalmente fatto l'upgrade a slack12.1, installato driver nvidia, copio semplicemente il vecchio xorg.conf in /etc/X11...
...e...
se non attacco il monitor esterno lo schermo funziona perfettamente.... accellerazione 3d e tutto...
se attacco lo schermo non avvio niente che richieda il 3d, glxinfo, xscreensaver crashano.... comunque i 2 schermi risultano usabili....
O_o

ora...
-è difficile che sia il kenel(2.6.25.11)... ho smanettato una giornata e non trovo niente... per di più fa la stessa cosa con il kernel di pat (2.6.24.5)
-è difficile che sia xorg.conf (il config è lo stesso!)
-è difficile che sia xfce (fa lo stesso con kde)
-è difficile che siano i nuovi driver nvidia(173.14.05), perchè ho provato anche quelli che usavo prima (169.09)...
...avete idee? io le ho finite... #-o :cry:

sezioni importanti di xorg.conf:

Codice: Seleziona tutto

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "Screen 0" 0 0
    Screen      1  "Screen 1" 1280 0
EndSection
[...]
Section "Monitor"
    Identifier     "Portatile"
    HorizSync       31.5 - 50.0
    VertRefresh     40.0 - 90.0
    Option         "DPMS" "true"
EndSection
Section "Monitor"
    Identifier     "Extern"
    HorizSync       31.5 - 50.0
    VertRefresh     40.0 - 90.0
    Option         "DPMS" "true"
EndSection
Section "Device"
    Identifier     "Nvidia Port"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection
Section "Device"
    Identifier     "Nvidia EXT"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection
Section "Screen"
    Identifier     "Screen 0"
    Device         "Nvidia Port"
    Monitor        "Portatile"
    DefaultDepth    24
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NvAGP" "1"
    Option         "NoLogo" "1"
    SubSection     "Display"
        Depth       8
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "Screen"
    Identifier     "Screen 1"
    Device         "Nvidia EXT"
    Monitor        "Extern"
    DefaultDepth    24
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NvAGP" "1"
    Option         "NoLogo" "1"
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection