Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Support > General Support

General Support Fedora general support. Ask questions here that do not belong in any other forum.


Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2008-06-23, 01:59 PM CDT
Schwups Offline
Registered User
 
Join Date: Jun 2008
Posts: 1
Fedora 9: Nvidia dual head support

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
Reply With Quote
  #2  
Old 2008-06-23, 05:21 PM CDT
kglidh Offline
Registered User
 
Join Date: Jun 2006
Location: Colorado Springs, CO
Posts: 22
New way of doing things

I had the same issue although I use ATI (or Radeon). FC9 uses a new method for dual screen and I like it much better. At the prompt issue the xrandr command:

[root@lidhfc9 ~]# xrandr
Screen 0: minimum 320 x 200, current 3360 x 1050, maximum 3360 x 1050
VGA-0 disconnected 1680x1050+1680+0 (normal left inverted right x axis y axis) 0mm x 0mm
1680x1050_60.00 60.0*
LVDS connected 1680x1050+0+0 (normal left inverted right x axis y axis) 365mm x 228mm
1680x1050 58.8*+
S-video disconnected (normal left inverted right x axis y axis)


In your xorg.conf, you only define one screen

Section "InputDevice"
# keyboard added by rhpxl
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "VGA-0"
Option "Enable" "true"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Integrated LCD"
Option "RightOf" "VGA-0"
Option "DPMS"
EndSection

Section "Device"
Identifier "ATI Technologies Inc Radeon XPRESS 200M"
Driver "radeon"
BusID "PCI:1:05:0"
Option "Monitor-LVDS" "Integrated LCD"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon XPRESS 200M"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 3360 1050
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
EndSection


This post helped me a ton. http://wiki.debian.org/XStrikeForce/HowToRandR12
Reply With Quote
  #3  
Old 2008-06-24, 02:17 AM CDT
webaware Offline
Registered User
 
Join Date: Nov 2007
Location: Australia
Posts: 36
See NVIDIA's documentation on setting up Twinview, or alternatively setting up multiple X-screens.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Head nvidia AGP ov10fac Hardware 0 2007-11-17 08:51 PM CST
Dual Head Monitor Support for Fedora 8 cmak2k7 Hardware 6 2007-11-11 01:25 PM CST
Dual head Fc5 nvidia sharique General Support 1 2006-12-11 05:37 AM CST
FC4 7800GT Dual Head Support bigjosh Hardware 5 2006-02-14 05:02 AM CST
Dual Head Support Single Video Card arcele General Support 1 2005-06-27 10:03 AM CDT

Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 10:40 AM CDT.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Rules | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2010, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET 2.3.10) created by NLP-er