|
|
#1 | |
|
Registered User
Join Date: Aug 2004
Posts: 2
|
Hello,
I'm trying to set up TwinView on my Nvidia 6800 graphics card to use my LCD monitor and TV. Everything is working, the only problem is, the TV is treated as the "default" or "main" monitor, and the LCD as the secondary I.e. the GDM login screen, GNOME desktop, etc. appears on the TV, not the LCD monitor. How do I specify which monitor should be the main and which should be the secondary?My xorg.conf (partly generated from nvidia-xconfig) Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (joh@FarSite) Mon Dec 26 02:19:25 CET 2005
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "TwinView" "True"
Option "TwinViewOrientation" "DFP-0 LeftOf TV"
# Option "TwinViewOrientation" "Clone"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMontiorVertRefresh" "60"
# Option "IgnoreEDID" "1"
Option "UseEdidFreqs" "0"
Option "MetaModes" "1024x768, 1280x1024"
# Option "TvOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
# Option "ConnectedMonitor" "DFP-0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Thank you,
__________________
- joh |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2005
Posts: 1
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| monitor not recognised after installing nvidia drivers | Horaciusl | NVIDIA Linux | 3 | 08-10-12 10:59 PM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| First monitor is black when going to virtual console, when using twinView | zeBarbu | NVIDIA Linux | 2 | 09-07-03 09:35 PM |