|
|
#1 | |
|
Registered User
Join Date: May 2003
Location: Poland
Posts: 2
|
I have two nvidia cards: onboard 6150 and PCIE 7300GT, two LCDs, one connected to DVI in 7300, second to DSUB in 6150. In bios (recently updated - mainboard ASUS m2npv-vm) i enabled both gpus and set PCIE as primary dispay device.
When I boot system only one monitor is working (DVI connected to 7300) - that's not a problem, but when it comes to starting X (with kdm) still only DVI monitor is active despite I configured xorg to use two LCDs (and also two mice and keyboards with evdev - if this information will be helpful). |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
There is only one screen in use in the ServerLayout in xorg.conf.
You may like to try something like this: Code:
Screen 0 "Screen1"
Screen 1 "Screen2" RightOf "Screen1"
The situation is that the driver installer log says that 100.14.11 is going to replace 1.0-9631, but the xorg.log says "NVIDIA X Driver 1.0-7664" and /var/log/messages says "NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-7664". So apparently you are not using the latest driver ... regards Bernhard |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2003
Location: Poland
Posts: 2
|
Thx for reply JaXXon,
You mean this entry in my xorg.conf? Code:
Section "ServerLayout"
Identifier "alltogether"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "CorePointer"
InputDevice "Keyboard1" "CorePointer"
InputDevice "Keyboard2" "CorePointer"
# Option "Xinerama" "on"
# Option "Clone" "on"
EndSection
Entries about 1.0-7664 are old (from 2005), nvidia-bug-report included also logs from XFree (and e.g. /var/log/messages) not only from xorg, maybe you looked into wrong section? After restart I noticed something strange: second monitor is also starting but image is very dark, colors strange, i can hardly see anything ... If I change settings in Bios (primary display device to Onboard 6150) then only second monitor is starting, but nothing is displayed - image is black. I generated new bug report, and attached xorg.conf, logfiles form Xorg for two screens (in order to avoid confusions). |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Rumor regarding lack of 680 availability | ViN86 | Rumor Mill | 6 | 05-09-12 04:48 PM |
| NVIDIA could rule if they really wanted to | Vid_craze | NVIDIA GeForce 7, 8, And 9 Series | 25 | 08-16-02 05:24 PM |