FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am installing FC5 "default" installation. Meaning I install Gnome. With Gome (based on X11) I would like to make use of my second screen connected via an old PCI graphic card.
The tricky question is how do I do that?
Some how I can work on the card if the X Server fails to start because than I get a console on the second screen with the error message that the X server could not be started and can log in to via the console. On the main screen (Nvidia 5950 Ultra) I can still see the last lines of the boot messages.
After a reinstallation of my Linux box I got the X server up and running again - I don't know yet how to change graphic card driver when I change from an ATI card to an Nvidia card.
So basically I have three questions:
1. How to chagne the graphic card driver in Linux (FC5)?
2. How do I get my old PCI graphic card activated in Gnome so that I can use an extended desktop. NOT dual head - it is a second graphic card!
3. If I would decide to use use dual head would a game under wine expand over both screens or only one and the other one could still be used for other applications?
You enable "dual head". There are plenty of threads on how to set this up.
Quote:
Some how I can work on the card if the X Server fails to start because than I get a console on the second screen with the error message that the X server could not be started
... this is because the x server isn't used by the regular console. Bet you cannot get a gui on either screen.
Quote:
1. How to chagne the graphic card driver in Linux (FC5)?
All the settings are in /etc/x11/xorg.conf ... it's pretty self-explainatory. If you want dual boot, there will be an entry for each of your cards.
Quote:
2. How do I get my old PCI graphic card activated in Gnome so that I can use an extended desktop. NOT dual head - it is a second graphic card!
Nope - that is dual head. The x server supports dual head through a single graphics card or though two cards. In fact, I understand, one may have multi-head configurations depending on the number of graphics cards you have.
Quote:
3. If I would decide to use use dual head would a game under wine expand over both screens or only one and the other one could still be used for other applications?
depends how you set up your dual head. Depends on the game.
I have been playing with the dual head function in FC5 and in FC6 and I can't seem to get it working.
I tried with FC5 on an "old" AMD 2800+ with a Radeon X700 AGP and a Matrox graphic card.
And I tried with FC6 on a AMD A2 5000 with a Nvidia 7900 PCI-E and a Radeon 7000 VE.
I have been changing the primary screen in the BIOS and I don't get it running.
I tried to modify the xorg.conf file directly as well as the GUI tool within GNOME, but no success with either of them.
Here is my current xorg.conf file.
Any help is highly appreciated.
Thanks
... LuckyMe
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation GeForce 7900 GTX"
BusID "PCI:3:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Distribution: Mandrake10 Offical, Debian Sarge, Knoppix, GO Ubuntu!!! my new home
Posts: 79
Thanked: 0
at home i am running mandy10 w/two video cards just fine. i dont know if it will help you, but if you wish i can post my config file. it may help some.... I'll check for your reply when i get home. i dont know for sure if your two cards will play nice together, my two are both nvida...
Last edited by sleepindawg; 12-08-2006 at 04:45 PM..
Distribution: Mandrake10 Offical, Debian Sarge, Knoppix, GO Ubuntu!!! my new home
Posts: 79
Thanked: 0
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't
work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.