|
|
#1 | |
|
Registered User
Join Date: Aug 2007
Posts: 2
|
Hello,
I am trying to setup a multiseat configuration (two X servers two screens each having their independant sessions) I am using the GeForce 7100 GS with two CRT screens connected to the VGA and DVI port of the card I am unable to get the two screens working together with two X servers I can either get one or the other working on but never the two together I should also mention I have been able to activate the two screens simultaneously with classic dual screen setup (One screen on NVIDIA(0) one screen on NVIDA(1)) but I am unable to get it workingwith the two X servers it seems each X server connects to NVIDIA(0) does anyboby know if it is possible ? What am I missing? Thank you Conf: I am using Feisty Fawn and have installed nvidia-glx package Here is my xorg.conf Code:
Section "Device"
Identifier "nvidia-0"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "DDCMode" "True"
#Option "MonitorLayout" "CRT"
Option "ConnectedMonitor" "CRT-0"
Option "UseDisplayDevice" "CRT-0"
Option "useEDID" "TRUE"
Option "NvAGP" "3"
#Screen 0
EndSection
Section "Device"
Identifier "nvidia-1"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "DDCMode" "True"
Option "ConnectedMonitor" "CRT-1"
Option "UseDisplayDevice" "CRT-1"
Option "useEDID" "TRUE"
Option "NvAGP" "3"
#Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia-0"
Option "ConnectedMonitor" "CRT-0"
Option "UseDisplayDevice" "CRT-0"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia-1"
Option "ConnectedMonitor" "CRT-1"
Option "UseDisplayDevice" "CRT-1"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Posts: 1,026
|
This is not possible. You can have a multiseat setup but you need to do it using one X server.
|
|
|
|
|
|
|
#3 |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
If you really want to separate X servers you'll need an additional videocard. The reason why what you tried doesn't work is because the Nvidia drivers are performing the 'card splitting' inside the drivers. Cards from other vendors can do it in a different way.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Aug 2007
Posts: 2
|
Thank you for your quick answers; how do I do a multiseat configuration with only one X server then?
|
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Aug 2003
Posts: 1,026
|
Quote:
You could of course have asked that question to Google ![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiseat X with two cards: used to work, now segfaulting | Artefact2 | NVIDIA Linux | 10 | 06-26-12 05:22 PM |
| FreeBSD 9 Release with Nvidia 550 Ti configuration issues | goga | NVIDIA FreeBSD | 0 | 05-23-12 08:34 AM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| Monitors found but no configuration suitable | bluephile | NVIDIA Linux | 4 | 08-31-02 06:53 AM |
| TWIN VIEW configuration | prakash | NVIDIA Linux | 5 | 08-02-02 12:24 PM |