Muutin tuota xorg.confia siten että poistin kaikki kohdat sieltä jotka viittasivat tuohon ati:n hdmi-ulostuloon. Jos nyt näin aluksi kokeilisi saada kuvan molempiin näyttöihin, telkkua en välttämättä linuxin puolella tarvitse.
http://www.semiantics.com/?p=212ilmeisesti kuitenkin temppu on mahdollinen, ainakin tuon sivun mukaan
Section "ServerLayout"
Identifier "screenlayout"
Screen 0 "acer-screen" 0 0
Screen 1 "samsung-screen" LeftOf "acer-screen"
InputDevice "Keyboard0" "CoreKeyboard”
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "evdev"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "Monitor"
Identifier "acer"
EndSection
Section "Monitor"
Identifier "samsung"
EndSection
Section "Device"
Identifier "hd4200"
Driver "fglrx"
BusID "PCI:1:5:0"
Screen 0
EndSection
Section "Device"
Identifier "gf6600"
Driver "vesa"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "acer-screen"
Device "hd4200"
Monitor "acer"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "samsung-screen"
Device "gf6600"
Monitor "samsung"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024"
EndSubSection
EndSection
tämä kuitenkin tuottaa seuraavaa;
cat /var/log/Xorg.0.log |grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) VESA: Kernel modesetting driver in use, refusing to load
sitten kun yrittää vaihtaa geforcen kohalta vesa -> nv niin x heittää jottain ihmeen segmentation faulttia eikä käynnisty ollenkaan.
http://pastebin.org/271571mikä neuvoksi? sitä ihmettelen että miksi ei edes tuo geneerinen vesa-ajuri suostu näyttämään mitään kuvaa ruudulla.