Ati X850 AGP drivers

Asked by LONCAN

Hi, I just want help with my video card, Ati X850 AGP. I found drivers on ati.com for linux but I can't seem to install them. I double click on the installer from ATI and it gives me an error. Not sure if the Linux drivers on ati.com are for Ubuntu distro.
Thank you
John H

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
LONCAN
Solved:
Last query:
Last reply:
Revision history for this message
Wolf Canis (wolf-canis) said :
#1

Hello,
if you are using l-r-m (linux restricted modules) you shouldn't do that, because it
won't work.
I would suggest you check whether your system still using l-r-m, if not then you can try
a alternate driver.
To check whether l-r-m is installed run following command:
$ dpkg-query -l 'linux-restrict*'

To check whether your system still using such modules, run following command:
$ lsmod > lsmod.txt

Then go in the directory with l-r-m drivers:
$ cd /lib/linux-restricted-modules/2.6.17-10-generic

Now compare the context from lsmod.txt with the content of the sub directories. You
do this with following command (you are still in the directory how above mentioned):

for i in `lsmod | tr -s " " " " | cut -d" " -f1`; do find . -name "${i}*"; done

Why you want install that driver? Have you any problems with the driver from Ubuntu?
Which type driver have you downloaded? Linux? It must be Linux!
I haven't found any Linux driver for ATI X850 AGP on www.ati.com.

http://ati.amd.com/support/driver.html

Mr Canis

Revision history for this message
LONCAN (ceciljohn21) said :
#2

I want to get higher screen resolution. Thanks for your help. I will try your suggestions

Revision history for this message
Wolf Canis (wolf-canis) said :
#3

Hello LONCAN,
if this solved your problem, please mark this request as solved. If not please add your
experiences and what are the problems.

Thanks,
              Mr Canis

Revision history for this message
Best LONCAN (ceciljohn21) said :
#4