|
|
#1 | |
|
Registered User
Join Date: May 2003
Posts: 7
|
Hello All!
I'm about to put my old Radeon back in since I can't get the dual displays switched around on my new 6600GT. I have tryed everything I could find about dual headed configurations with the latest NV drivers. Using SLackware 10 here, so it's xorg. Tryed all sorts of screen and twinview arrangements without solving my problem at any stage. The problem is that both displays work properly, and I am able to get extended desktop on my CRT/LCD setup. However default display is the CRT and that's what I want to change, Any usefull feedback will be greatly appreciated. There has to be a way to do this. Here are the relevant sections from /etc/X11/xorg.conf: Section "Device" Identifier "nvidia0" Driver "nvidia" Option "TwinView" "true" Option "MetaModes" "1280x1024" Option "HorizSync" "DFP-0: 31.5-79.9; CRT-0: 31.5-79.9" Option "VertRefresh" "DFP-0: 60-75; CRT-0: 60-75" Option "TwinViewOrientation" "Clone" Option "CursorShadow" "true" # Option "ConnectedMonitor" "DFP-0, CRT-0" BusID "PCI:3:0:0" Screen 0 EndSection Section "Device" Identifier "nvidia1" Driver "nvidia" Option "TwinView" "true" Option "MetaModes" "1280x1024" Option "HorizSync" "DFP-0: 31.5-79.9; CRT-0: 31.5-79.9" Option "VertRefresh" "DFP-0: 60-75; CRT-0: 60-75" Option "TwinViewOrientation" "Clone" # Option "ConnectedMonitor" "DFP-0, CRT-0" #VideoRam 4096 BusID "PCI:3:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "nvidia0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "Screen" Identifier "Screen1" Device "nvidia1" Monitor "Monitor1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen0" Screen 1 "Screen1" leftOf "Screen0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Last edited by sengork; 12-25-04 at 03:27 AM. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2003
Posts: 7
|
So there is no way to do this?
|
|
|
|
|
|
|
#3 |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
The config file you posted is very weird you are mixing twinview and seperate X desktops, better try this:
Section "Device" Identifier "nvidia0" Driver "nvidia" Option "HorizSync" "DFP-0: 31.5-79.9" Option "VertRefresh" "DFP-0: 60-75" Option "CursorShadow" "true" Option "ConnectedMonitor" "DFP-0" BusID "PCI:3:0:0" Screen 0 EndSection Section "Device" Identifier "nvidia1" Driver "nvidia" Option "HorizSync" "CRT-0: 31.5-79.9" Option "VertRefresh" "CRT-0: 60-75" Option "ConnectedMonitor" "CRT-0" BusID "PCI:3:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "nvidia0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "Screen" Identifier "Screen1" Device "nvidia1" Monitor "Monitor1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen0" Screen 1 "Screen1" leftOf "Screen0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: May 2003
Posts: 7
|
^ That is exactly what I wanted. Thank you!
![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 302.17 nvidiaXineramaInfoOverride not working properly | hlandgar | NVIDIA Linux | 11 | 01-21-13 08:53 AM |
| First monitor is black when going to virtual console, when using twinView | zeBarbu | NVIDIA Linux | 2 | 09-07-03 09:35 PM |
| Error messages... HELP!!!! | Imperito | NVIDIA Linux | 3 | 09-24-02 10:46 PM |
| Nvidia GF4 MX 440 + Mandrake | tomchristopher | NVIDIA Linux | 3 | 08-18-02 09:42 AM |
| nVidia drivers + Red Hat Linux 7.3 | Error404 | NVIDIA Linux | 17 | 08-16-02 11:34 AM |