On Wed, Oct 22, 2008 at 04:51:49PM -0500, Chris Bennett wrote:
I have that same setup working. It will only show console output on
one screen but both work in X. Just adjust the values to your setup.
# xorg.conf (xorg X Window System server configuration file)
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "dvorak"
Option "XkbOptions" "ctrl:nocaps"
EndSection
Section "Device"
Identifier "Video Card1"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Video Card2"
Driver "nv"
BusID "PCI:5:0:0"
EndSection
Section "Monitor"
Identifier "Monitor1"
EndSection
Section "Monitor"
Identifier "Monitor2"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Video Card1"
Monitor "Monitor1"
EndSection
Section "Screen"
Identifier "Screen2"
Device "Video Card2"
Monitor "Monitor2"
EndSection
Section "ServerLayout"
Identifier "Multihead"
Screen "Screen1" LeftOf "Screen2"
Screen "Screen2" RightOf "Screen1"
InputDevice "Generic Keyboard"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
Option "DefaultServerLayout" "Multihead"
EndSection
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| KAMEZAWA Hiroyuki | Re: 2.6.23-mm1 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| David Miller | Re: Slow DOWN, please!!! |
git: | |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| David Miller | [GIT]: Networking |
| David Miller | Re: [BUG] New Kernel Bugs |
| Paweł Staszewski | rib_trie / Fix inflate_threshold_root. Now=15 size=11 bits |
