Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
I have RH9 and an nVidia FX5600 video card. It locks up on a regular basis. I have spent a LONG time (weeks) trying to get it to work, but to no avail. I have also found LOTS of others in the chat forums that have many different hardware and distribution combinations and have the same problem with lock-ups and together we have unsuccessfully tried a miriad of settings/options so it is very likely a driver problem.
Could you please post your XF86Config file so I can take a look at it?
Have you tried re-compiling your driver from source? That usually fixes most conflicts. I'm running a Geforce 440 MX with no problems. So, lets see how I can get you up and running again. But first, quick question. How long have you been running RH9? Is your video card new, and who makes your video card?
If you want, you could try out SuSE 9.0. I'm using 8.2 right now, and I find that it runs much better than RH or Mandrake when it come to graphics especially running WineX programs. You might want to try switching distros, or download the SuSE trail CD and see if you get screen lockups.
I got no problems at all with my card.Besides of a fan that is going to die anytime soon.
Got a FX5600 with a biostar M7NCG.Installed gentoo on it and everything worked immidiately.Does your box lock up during gaming or just on a random basis?
# 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.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
# 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 "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
=======================================================================
My PC locks up any time. Sometimes several times in succesion. Sometimes once every couple or days. Sometimes I can telnet in and reboot it in a somewhat orderly fashion. Often the reboot is via the Reset button.
I am reluctant to use another Linux distribution apart from RH, as that is what I use at work and that is what I know (well, to the best of my ability anyway.) :-)
Try a lower depth bit rate and resolution.. I have mine at 16bit 1024x768 and there is no noticable difference. I read somewhere you should do this first anyway and then try to change it from within your distro.
Thats exactly what I was going to say. A lower resolution might be better for your refresh rate. And drop it from 16Milliion colors to 65 thoushand (from 24 bit to 16 bit). There isn't really a big difference in those, besides, X can't do anything higher than 16 bit anyway. The 24 bit in simply emulated. I have problems sometimes when I use 24 bit.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.