Tak se mi nějakým zázrakem podařilo dostat výstup na externí LCD s 1600x1200 a displej notebooku je vypnutý, o což jsem se snažil původně (tedy již kdysi na 7.10, ale dařily se mi max. klonované obrazovky). Jediná vada na kráse už je jen to, že to jde přes VGA a nikoliv přes DVI, takže se obraz chvěje - běhají po něm "vlny".
Zde je můj nástřel xorg.conf, který danou změnu způsobil. Trochu naslepo jsem ho lepil podle návodů na webu, tak nevím přesně, zda tam vše má smysl :-) Asi ne zcela, obvykle vídám jen jeden Screen s Virtual, zde jsou dva, ale funguje jen jeden.
Poraďte, díky. Ondra
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "dri"
Load "GLcore"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Device"
Identifier "ATIshit1"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "ATIshit2"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "Notebook LCD"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Samsung LCD"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Laptop Screen"
Device "ATIshit1"
Monitor "Notebook LCD"
Defaultdepth 24
SubSection "Display"
Depth 24
# Despite not including any more modes, there are many more options in the GUI
Modes "1400x1050″
EndSubSection
EndSection
Section "Screen"
Identifier "Samsung Screen"
Device "ATIshit2"
Monitor "Samsung LCD"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1600x1200″
EndSubSection
EndSection
# Enabling the Xinerama caused problems every time -
# but it sounds like getting that working is the last step
# in having true interacting monitors.
#Section "ServerFlags"
# Option "Xinerama" "true"
# Option "DefaultServerLayout" "DualHead"
#EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Laptop Screen" 0 0
Screen 1 "Samsung Screen" RightOf "Laptop Screen"
# DualHead means two monitors
Option "DualHead" "true"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Edit: Prosím, příště výpisy do CODE