LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Permission Denied when installing ATI Driver? (https://www.linuxquestions.org/questions/linux-hardware-18/permission-denied-when-installing-ati-driver-526537/)

The Dew 02-07-2007 05:35 PM

Permission Denied when installing ATI Driver?
 
I am trying to install my x86_64 ATI Radeon Xpress 200 video card drivers.

I logged onto root and tryed installing the drivers, but when I try and load the installer, I get Permission Denied. But, I am logged on root. P.S. Running openSUSE 10.2.

Thanks.

Heres a picture.....
http://img518.imageshack.us/img518/4...tallatida8.png

AstronomyDomine 02-07-2007 06:11 PM

Logging in as root is generally frowned upon. Log in as user, cd to the directory with the drivers, run

Code:

sudo chmod +x ati*
sudo ./ati*


Or, if you prefer, su, then run those commands without sudo.

The Dew 02-07-2007 07:24 PM

Quote:

Originally Posted by AstronomyDomine
Logging in as root is generally frowned upon. Log in as user, cd to the directory with the drivers, run

Code:

sudo chmod +x ati*
sudo ./ati*


Or, if you prefer, su, then run those commands without sudo.

Thanks, Worked Great!


All times are GMT -5. The time now is 01:08 PM.