Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
|
02-15-2006, 11:19 AM
|
#16
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
Are you running the script as root? (su command, password, then running the script?) It can't be run by a normal user...
|
|
|
02-15-2006, 11:19 AM
|
#17
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
Yes I'm running as root.
|
|
|
02-15-2006, 11:22 AM
|
#18
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
Ho boy... ummm. Okay, you have kernel source installed. You have agpgart working.
How about the output of:
and
|
|
|
02-15-2006, 11:26 AM
|
#19
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
mount | grep "shm":
tmpfs on /dev/shm type tmpfs (rw)
rpm -q glibc:
glibc-2.3.5-40
|
|
|
02-15-2006, 11:40 AM
|
#20
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
You certainly meet all requirements... yet you still have issues.
Okay, as a last ditch, I can only guess that the installer may be failing do to a previous install kind of mostly working, sort of. I mean by that, that fglrx is installed currently, and running, though improperly, and refuses to upgrade because of this. Using the rpm command, or even in YAST, uninstall all ATI and fglrx software. Then maybe it will let you do a clean install without a hitch.
EDIT: ATI recommends you uninstall the ATI Proprietary Linux Driver before installing a newer version, this is according to their website. I think this is exactly the cause.
Last edited by RedShirt; 02-15-2006 at 11:42 AM.
|
|
|
02-15-2006, 11:44 AM
|
#21
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
See if any of the new notes from here:
https://a248.e.akamai.net/f/674/9206...22.5-inst.html
Maybe this will have an effect. This is the official set of ATI install instructions. They have uninstall instructions, and all sorts of little cavaets they haven't had before, including about 16 notes about specific packages and various little things.
|
|
|
02-15-2006, 11:50 AM
|
#22
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
I've just noticed something. The message in the ATI installer says "You are running a x86 machine with glibc-2.1" - But I have 2.3.5 installed?
|
|
|
02-15-2006, 11:53 AM
|
#23
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
During the install... you see a message that says that... Check in YAST, make sure you don't have multiple versions of glibc installed. You may need even to update/upgrade from a repository just to be sure.
Are you using the graphical installer? Or doing command line like the instructions from earlier(SuSE WIKI)?
|
|
|
02-15-2006, 11:58 AM
|
#24
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
I can only see one version installed, which is 2.3.5. I'm running the install from command line since X won't launch.
EDIT: Looking at the error log again, I see many warning messages with intel-agp.c as the AGPGART device. Why on earth is it trying to use an intel-agp module when it isn't running nor does it need one?
Last edited by Electrolyte; 02-15-2006 at 12:30 PM.
|
|
|
02-15-2006, 12:49 PM
|
#25
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
Good question. Um... how about... well I really don't want to tell you to recompile your kernel, especially in text only mode, that is painful as heck, especially for your first time. You shouldn't need intel, your stuff is nvidia. Man... that is weird. Okay, I would say, it is safe to delete that module, because you don't want it, nor need it. It should be "intel-agp.ko" or something like that, probably in the /usr/src/linux/modules area, as I recall.
|
|
|
02-15-2006, 12:52 PM
|
#26
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
When I try to cd to /usr/src/linux/modules I just get "No such file or directory".
I don't understand why I get so much trouble when trying to install my X850XT PE when my 9800 XT installs and plays games fine 
Last edited by Electrolyte; 02-15-2006 at 12:57 PM.
|
|
|
02-15-2006, 01:31 PM
|
#27
|
Senior Member
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150
Rep:
|
Okay, try doing a "find -R *intel*" from the / directory. That should search all of your folders recursively for files name intel. Then you should be able to get rid of it once you know where it is.
As for your troubes, I wish I could tell you man. ATI's drivers are just picky. If the wind isn't blowing the right angle at the right speed, and there isn't a full moon on Monday with Picses Falling, it just isn't happy.
You have 2 options as I see it. I would say, for now, work on trying to get back into normal mode, rather than text only modifying your xorg.conf file with settings for your video.
Otherwise, you can check a few logs, see what the errors are:
/var/log/(I think xorg.0.log) and /etc/X11/xorg.conf lists another log with a location and name I can't recall right now.)
check "dmesg" also for video errors, or other chip errors than may pertain.
I don't know what it is about ATI drivers, some days, all is good and clean. Others... it is the bloodiest fight of a life time getting these things going.
|
|
|
02-15-2006, 01:37 PM
|
#28
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
I'll try to get it back into normal mode tomorrow. Been working on this all day.
|
|
|
02-17-2006, 12:31 PM
|
#29
|
LQ Newbie
Registered: Jul 2004
Location: England
Distribution: Kubuntu Edgy & Dapper
Posts: 28
Original Poster
Rep:
|
I'm giving up. Forget ATI. I'll continue to use unstable Windows to play my games until I can get my hands on an nVidia card.
|
|
|
02-18-2006, 08:01 AM
|
#30
|
Member
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317
Rep:
|
Your card is not officially supported by ATI's drivers yet.
The only way people get them to work is by using an hex editor to hack a knowned ChipID to replace #4b4c in a couple binary files.
I'm not familiar with the specifics as I don't own a X850XT but if a search around here brings nothing relevant I'm pretty sure rage3d.com's linux forum will.
|
|
|
All times are GMT -5. The time now is 06:30 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|