LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install ati radeon hd drivers in debian (https://www.linuxquestions.org/questions/linux-newbie-8/install-ati-radeon-hd-drivers-in-debian-921009/)

anjumanu321 12-29-2011 02:42 AM

Install ati radeon hd drivers in debian
 
Hello,

I am using Debian Squeeze.
I need to install ati drivers intended for my graphic card and I have found the following one apt.
ati-driver-installer-11-7-x86.x86_64.run

How do I install .run packages in debian?

Thanks,
Anji

fukawi1 12-29-2011 03:53 AM

You should read the link below..
http://wiki.debian.org/ATIProprietary

Using the drivers from ATI/AMD wont be updated automatically when you update your system. It is better to used the packaged fglrx drivers, as shown in the wiki.

To answer your question, you need to make the file executable, and execute it.
Code:

# chmod +x ati-driver-installer-11-7-x86.x86_64.run
# ./ati-driver-installer-11-7-x86.x86_64.run


anjumanu321 12-29-2011 11:34 AM

Quote:

Originally Posted by fukawi1 (Post 4560706)
You should read the link below..
http://wiki.debian.org/ATIProprietary

Using the drivers from ATI/AMD wont be updated automatically when you update your system. It is better to used the packaged fglrx drivers, as shown in the wiki.

To answer your question, you need to make the file executable, and execute it.
Code:

# chmod +x ati-driver-installer-11-7-x86.x86_64.run
# ./ati-driver-installer-11-7-x86.x86_64.run


After giving execute permissions,am able to run the file now.
Also,the link suggested by you is quite useful.
Thanks for the help dude..


All times are GMT -5. The time now is 03:12 PM.