Sain vihdoin toimimaan kaksi litteää näyttöä rinnakkain haluamallani tavalla ja haluan nyt jakaa tietoni.
Rauta: MSI NX6600-VTD256EH eli nVIDIA geForce NX6600 DVI ja VGA portilla
Litut: 1. 19" ViewSonic ja 2. 17" Syncmaster
Eli halusin, että kummassakin on omat näyttötilat, koska TwinViewissä valikot menivät pienemmälle näytölle enkä saanut niitä säädettyä
#############################################
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
# Edit the BusID with the location of your graphics card
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
# Edit the BusID with the location of your graphics card
BusId "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
# nvidian omat ohjeet halusivat nämä mutta xorggi korahti, joten kommentoin pois
#Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia1"
#Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
# Lisää nämä "Screen" rivit
Section "ServerLayout"
......
Screen 0 "Screen0"
Screen 1 "Screen1" leftOf "Screen0"
...
EndSection
#####################################################
Viralliset ohjeet löytyvät nvidian sivuilta, eli sieltä näytönohjaimesi README. Laitän tähän kuitenkin käyttämäni:
http://download.nvidia.com/XFree86/Linux-x86_64/1.0-8756/README/appendix-p.htmlTwinViewiä varten:
http://download.nvidia.com/XFree86/Linux-x86_64/1.0-8756/README/appendix-g.htmlOhjeita kannattaa selailla.
Tässä vielä Ubuntu wikin nvidia-sivuille
https://wiki.ubuntu.com/BinaryDriverHowto/NvidiaToivottasti auttaa jotakin ;-)
Juha