Hei!
Vaihdoin työkoneeni nvidian asetukset dualista twinviewiksi. Dual-tila toimi ja twin:kin toimii kuten sen pitääkin.
Tämän muutoksen jälkeen näytönsäästäjä ja Lukitse näyttö jumittavat X:n ?? Ruutu pysyy pimeänä ja ainoa tapa saada jotain aikaan on vaihtaa tty1:een ja käynnistää gdm uudelleen.
Mistäs tällainen voi johtua? Apua?
Tässä /etxc/X11/xorg.conf (näytön osalta). Useimmat kommentoidut rivit ovat jäänteitä dual-view-asetuksista.
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:6:0:0"
Screen 0
Option "NoLogo"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "31.5-57.0"
Option "SecondMonitorVertRefresh" "50.0-70.0"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"
EndSection
#Section "Device"
# Identifier "nvidia1"
# Driver "nvidia"
# BusID "PCI:6:0:0"
# Screen 1
# Option "NoLogo"
#EndSection
Section "Monitor"
Identifier "AL1716"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "tykki"
Option "DPMS"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 70.0
EndSection
Section "Screen"
Identifier "screen0"
Device "nvidia0"
Monitor "AL1716"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
#Section "Screen"
# Identifier "screen1"
# Device "nvidia1"
# Monitor "tykki"
# DefaultDepth 24
# SubSection "Display"
# Depth 16
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 24
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
#EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "screen0"
# Screen 1 "screen1" rightOf "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
#Section "Extensions"
# Option "Composite" "true"
#EndSection