LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-05-2005, 03:34 PM   #16
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0

according to your kernel version (from your Xorg.0.log file), it should be in

/lib/modules/2.6.10-5-386/kernel/drivers/video/fglrx.ko

the "2.6.10-5-386" part is something you should check: it should be the output of 'uname -r'
 
Old 09-08-2005, 01:29 PM   #17
ericthehammer
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Original Poster
Rep: Reputation: 15
anything?
 
Old 09-08-2005, 01:56 PM   #18
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
did you follow the procedure, and... nothing?

please tell me what happened following the 13-steps procedure, step by step if possible

you stopped posting and I thought you had already solved...
 
Old 09-08-2005, 03:40 PM   #19
ericthehammer
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Original Poster
Rep: Reputation: 15
oh sorry, didn't realize it had gone to the second page. Trying it now.
 
Old 09-08-2005, 03:45 PM   #20
ericthehammer
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Original Poster
Rep: Reputation: 15
I do everything on the list, but still nothing changes...
 
Old 09-09-2005, 11:50 AM   #21
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
really?

no errors compiling the kernel module?
everything from step 1 to 13 worked?

did you finally find the /lib/modules/(...)/fglrx.ko and moved it to $HOME?

please, I would appreciate if you were more verbose (posting your command outputs would help a lot)

thanks
 
Old 09-09-2005, 10:12 PM   #22
Nebby_99
LQ Newbie
 
Registered: Sep 2005
Location: Sydney, AU
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
Question

Hey, could someone give me a hand with this?
(I couldn't find it elsewhere, apologies if it has been addressed previously)

From Xorg.0.log
(WW) fglrx(0): Kernel Module version does *not* match driver.
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work


I've tried the latest drivers from ATI, and the ones mentioned in that tutorial thread, I *think* they both give this error message. Certainly neither of them work. I'm running Ubuntu 5.04 (HH) and I have a Radeon 9800 Pro.
I have a feeling this is a complete n00b problem... Can anyone tell me what I might have done wrong here?

Oh, I just noticed that my fglrxinfo is showing up Mesa3D as well...

I appreciate any contributions

(Sorry to barge in on this thread btw, but it seemed relevant. feel free to redirect me elsewhere for help with this)

Last edited by Nebby_99; 09-09-2005 at 10:18 PM.
 
Old 09-09-2005, 10:12 PM   #23
ericthehammer
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Original Poster
Rep: Reputation: 15
Correct, there were no errors using the steps listed above. I was able to find the fglrx.ko and I moved it to the home dir. The fglrxinfo is still

fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

and as a result, no 3d acceleration
 
Old 09-10-2005, 02:29 AM   #24
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by ericthehammer
Correct, there were no errors using the steps listed above. I was able to find the fglrx.ko and I moved it to the home dir. The fglrxinfo is still

fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

and as a result, no 3d acceleration
another possible workaround, from ATI's website:


PCI GART Support

Users experiencing problems with the AGP GART Module can use the PCI GART module and enable the feature in the driver by making the "BusType" option "PCI" in the Video Card Device section. To do this follow these steps:

1. Edit the X Server configuration file (/etc/X11/XF86Config or /etc/X11/xorg.conf
2. Navigate to the fglrx device section
3. Add the following line: Option "BusType" "PCI"

You have successfully enabled the PCI GART for the ATI Proprietary Linux Driver.


maybe it works...?
 
Old 09-10-2005, 02:41 AM   #25
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Nebby_99
Hey, could someone give me a hand with this?
(I couldn't find it elsewhere, apologies if it has been addressed previously)

From Xorg.0.log
(WW) fglrx(0): Kernel Module version does *not* match driver.
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work


I've tried the latest drivers from ATI, and the ones mentioned in that tutorial thread, I *think* they both give this error message. Certainly neither of them work. I'm running Ubuntu 5.04 (HH) and I have a Radeon 9800 Pro.
I have a feeling this is a complete n00b problem... Can anyone tell me what I might have done wrong here?

Oh, I just noticed that my fglrxinfo is showing up Mesa3D as well...

I appreciate any contributions

(Sorry to barge in on this thread btw, but it seemed relevant. feel free to redirect me elsewhere for help with this)
the problem is that both driver and kernel module have different versions, and the system cannot load both because of this conflict

please check the steps shown here in this very thread, where module is rebuild to match the system (step 8)

hope it helps
 
Old 09-10-2005, 03:22 AM   #26
ericthehammer
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Daynras
another possible workaround, from ATI's website:


PCI GART Support

Users experiencing problems with the AGP GART Module can use the PCI GART module and enable the feature in the driver by making the "BusType" option "PCI" in the Video Card Device section. To do this follow these steps:

1. Edit the X Server configuration file (/etc/X11/XF86Config or /etc/X11/xorg.conf
2. Navigate to the fglrx device section
3. Add the following line: Option "BusType" "PCI"

You have successfully enabled the PCI GART for the ATI Proprietary Linux Driver.


maybe it works...?
Added it to my xorg.conf :/ still nothing.
I'm beggining to think this is a lost cause.
 
Old 09-10-2005, 04:10 AM   #27
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by ericthehammer
Added it to my xorg.conf :/ still nothing.
I'm beggining to think this is a lost cause.

yes, it is weird...

maybe having a look at the driver Release Notes at ATI's website could help you identify your problem (there are some problems listed)

I am less and less sure about a solution though... sorry

please keep me informed of your findings
 
Old 09-10-2005, 04:34 AM   #28
Nebby_99
LQ Newbie
 
Registered: Sep 2005
Location: Sydney, AU
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Daynras
the problem is that both driver and kernel module have different versions, and the system cannot load both because of this conflict

please check the steps shown here in this very thread, where module is rebuild to match the system (step 8)

hope it helps
Okay, okay cool (my bad).
Firstly, where do I get the .rpm from?
Sorry if this is another stupid question, but the only file I got from ATI was a .run, where do I get the .rpm exactly?
 
Old 09-10-2005, 04:56 AM   #29
Nebby_99
LQ Newbie
 
Registered: Sep 2005
Location: Sydney, AU
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
Okay I found them, sorry.

I wasn't sure which rpm to download, so I downloaded check.sh, went to the console (Ctrl+alt+F1?), logged in as my user, then used su to go root, and ran it. It said I either wasn't running it from the console. ot I simply didn't have console ownership, and then exited. Not sure what to make of that.

Last edited by Nebby_99; 09-10-2005 at 05:03 AM.
 
Old 09-10-2005, 05:06 AM   #30
Daynras
LQ Newbie
 
Registered: Aug 2005
Location: Madrid (Spain)
Distribution: Debian/Ubuntu
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Nebby_99
Okay, okay cool (my bad).
Firstly, where do I get the .rpm from?
Sorry if this is another stupid question, but the only file I got from ATI was a .run, where do I get the .rpm exactly?
the rpm for X.org is located in the same page where the .run is provided:

https://support.ati.com/ics/support/...ge&folderID=27

here you have a direct link to the rpm:

http://www2.ati.com/drivers/linux/fg....20-1.i386.rpm
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Radeon 9250 Driver gambleDT Debian 16 12-15-2008 08:31 AM
Radeon 9250 rlins10 Linux - Hardware 2 10-04-2005 04:11 PM
3d acceleration troube - ATI Radeon 9250 ericthehammer Ubuntu 15 08-31-2005 01:01 AM
Help, ati radeon 9250 rude_reality Slackware 9 06-22-2005 12:53 AM
No 3D Accelleration with Radeon 9250 card tracyanne Linux - Hardware 8 05-30-2005 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration