Hello everybody,
I was trying to set up dual head support for Fedora 9, but after browsing through some threads and articles I have the feeling to be stuck somehow, so probably you can help me.
I have a GeForce 7600 GT with two DVI connectors. When trying to set up Gnome to use both of them, I go to System --> Administration --> Display and there I choose "Dual head". Unfortunately I cannot choose a second video card (the drop down box is empty), so I guess this is my problem.
I have installed the Nvidia video drivers as described
here. In the Display settings, under hardware, the driver "nvidia - Vendor-supplied driver for nvidia cards" is selected.
This is my /etc/X11/xorg.conf file, which I think looks good:
Code:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
So I don't have a clue why the second monitor isn't working under X. Before I have installed the nvidia driver, I got strange colours, after installing them the monitor is not getting a signal any more.
Thanks for any help in advance,
Schwups