Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everyone, I'm a newbie (I guess that's obvious since I'm posting to this forum) and I have a little problem. I'd like to have a dual head system, but I don't want to buy any more hardware. Here's the deal:
I have a Geforce 3 TI 200 that I use as my primary display (and after installing the nvidia drivers using the binary from nvidia's site and the sh command it looks BEAUTIFUL), but while this card has a VGA and a DVI output it is not capable (according to nvidia) of running two displays at once. That's OK, because I have another nvidia card that's PCI, a geforce 2 mx 200. I'm using FC3, with the 2.6.10-1.741_FC3smp kernel, xorg, and grub. My mobo, if that's important in this particular situation, is an intel D865PERL (I know, but I'm going to replace it soon with an ABIT IS-7).
My Problem? No matter how hard I try, I can't get the second card to display ANYTHING. It won't even wake up the monitor, and I know the monitor works 'cause I tried it with the other card. I've tried all kinds of different xorg.conf configurations, and I always get one of two results: either X refuses to launch and I have to reconfigure, or I get just my normal desktop. It LOOKS like it should be simple when you go into the system video configuration from the application menu, but I assure you it doesn't work that way.
Now, here's the interesting part. I don't need to drag between desktops. I'm the kind of guy who has a set side of the screen I like things on. Play on one monitor, work on the other. I want to run TWO separate instances of X, one on each monitor, and I know that's possible I just don't know how.
One final note, even though EVERYTHING display wise seems to work on my primay card, I don't get the NVIDIA splash screen that was mentioned when I was setting up my drivers. I didn't think much of it at the time since everything else worked, but now I wonder if that's part of the problem...
I'll post some outputs next that might be helpful.
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
This is the xorg file that works. Lately, everytime I've tried to edit it for dual head, my X server won't start.
Keep in mind that while I'm somewhat adept at finding things, my level of experience is very low. If anyone is nice enough to reply to this, please try and "spell it out" as much as possible, that would really help me along.
My motherboard has a setting (as most do, i believe) to initialize a display first. I can choose AGP or PCI. I have a video card in each, and when I was playing with this setting, some interesting things happened.
1. My display switched over to the other card, which I expected, and after X configuration everything worked great, so I know it's not the card.
2. Kudzu had me configure the PCI card as a new device when I switched the "init display first" to PCI. Not only that, but when I switched it back it had me configure the AGP card. This tells me that it's having trouble seeing both at the same time, and that even though lspci and the hardware browser both think the PCI card is there when the AGP card is displaying, the system doesn't "really" know it's there. Any suggestions?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.