LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ati proprietary drivers installation on Debian Squeeze 6.0.4 with a Radeon HD 6870 (https://www.linuxquestions.org/questions/linux-hardware-18/ati-proprietary-drivers-installation-on-debian-squeeze-6-0-4-with-a-radeon-hd-6870-a-931789/)

Matx 02-28-2012 02:11 PM

ati proprietary drivers installation on Debian Squeeze 6.0.4 with a Radeon HD 6870
 
Hello,
I'm new in the Linux universe and I hope you can help me.
I've got Debian Squeeze 6.0.4, and I would like use the 3D with my Radeon HD 6870. So, I decided to install the ati proprietary drivers using these steps : http://wiki.debian.org/ATIProprietary.
But, similarly to this subject : http://www.linuxquestions.org/questi...6870-a-888500/ , I get the error
Code:

aticonfig: No supported adapters detected
This : http://wiki.cchtml.com/index.php/Deb...ctober_2011.29 apparently solved the problem, so I tried it but I stuck at the first step :
Quote:

Download the driver and extract it thusly:
Code:

$ sudo ./ati-driver-installer-11-9-x86.x86_64.run --keep

I get an error :
Code:

sudo: ./ati-driver-installer-11-9-x86.x86_64.run: command not found
I don't really understand. Anyone can enlighten me ?
Thanks.

PS : sorry for the mistakes, I'm french

TobiSGD 02-28-2012 03:08 PM

Have you changed your working directory to the directory to which you downloaded the driver? The driver can not be found by the shell, so it is very likely that the path you gave is not the right one. For example, when you downloaded the driver to the Download directory in your home the the correct path would be
Code:

~/Download/ati-driver-installer-11-9-x86.x86_64.run
Also keep in mind that the name of the installer and the version number changed, since that how to was written, double-check that.

whizje 02-28-2012 04:03 PM

You have to set the execution permission.

Code:

chmod +x ati-driver-installer-11-9-x86.x86_64.run

Matx 02-29-2012 04:51 AM

Thanks for answers.
Quote:

Have you changed your working directory to the directory to which you downloaded the driver?
Yes but it doesn't work.
Quote:

You have to set the execution permission.
Code:

chmod +x ati-driver-installer-11-9-x86.x86_64.run

Great it works, thanks.


All times are GMT -5. The time now is 10:53 AM.