|
|
#1 | |
|
Guest
Posts: n/a
|
Ok, here is the problem. I am trying to use twin view with the mentioned card. I can use two monitors just fine in Windows XP, however in X I can't get the second screen to show up. I don't get any errors, it just acts like the other screen doesn't exist. Here is my XFConfig stuff...
Section "Device" Identifier "ABitGF4" Driver "nvidia" BusID "PCI:1:5:0" Option "TwinView" Option "SecondMonitorHorizSync" "30-107" Option "SecondMonitorVertRefresh" "65-160" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1600x1200,1600x1200;1600X1200,1280X1024;1280x1024 ,1280x1024; 1024x768,1024x768" Option "ConnectedMonitor" "CRT,CRT" EndSection Section "Screen" Identifier "TwinView Screen" Device "ABitGF4" Monitor "Phillips201B" Option "ConnectedMonitor" "CRT" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Can any one tell me if I am doing something wrong here? |
|
|
|
|
#2 | |
|
l33t master
Join Date: Jul 2002
Location: Santa Clara, CA
Posts: 1,163
|
Please post a copy of your /var/log/XFree86.0.log file.
--andy
__________________
Andy Mecham NVIDIA Corporation |
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Ok, here it is
|
|
|
|
#4 | |
|
l33t master
Join Date: Jul 2002
Location: Santa Clara, CA
Posts: 1,163
|
*snip*
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT" ... (WW) NVIDIA(0): Only one display device connected; disabling TwinView This is the problem. Can you change the top line to "ConnectedMonitor" "CRT,CRT" in your Screen section as well (or just commenting it out)? --andy
__________________
Andy Mecham NVIDIA Corporation |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
You might want to comment the Option "ConnectedMonitor" "CRT" line in your Screen section, and see if that helps.
Not the one in the Device section, just the one in the Screen section. Edit: beaten by Andy... Of course, I didn't "cheat" and look at your log file, this suggestion was just a guess... ![]()
__________________
Registered Linux User #219692 Last edited by bwkaz; 10-14-02 at 06:35 PM. |
|
|
|
|
|
#6 | |
|
Guest
Posts: n/a
|
Ok, so It was the Option "ConnectedMonitor" "CRT". I should have noticed that sooner. Now does any one have any ideas on how to make it so that each head is a different screen? So that instead of having one giant desktop I have two desktops?
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DirectX 8 problems with GeForce4 | Derwin | NVIDIA GeForce 7, 8, And 9 Series | 19 | 08-20-02 01:23 AM |
| TWIN VIEW configuration | prakash | NVIDIA Linux | 5 | 08-02-02 12:24 PM |