Results 1 to 3 of 3
Heya,
This is the first time I've posted up here although I come here sometimes to find info etc. I've recently upgraded my pc and also gone from 10.2 to ...
- 06-12-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Trouble Installing ATI Driver 8.5
Heya,
This is the first time I've posted up here although I come here sometimes to find info etc. I've recently upgraded my pc and also gone from 10.2 to 10.3 of OpenSuse, I've also switched from nvidia to ati for my graphics card, running a 2600 Radeon at the moment. On installing 10.3 the first thing I did of course was go to the ati site and download the appropriate drivers etc. But on opening terminal and logging in as the super user I get the following error:
-bash: ./ati-driver-installer-8-5-x86.x86_64.run: Permission denied
Whenever I try to run this command:
linux-udfs:/home/Okkio # ./ati-driver-installer-8-5-x86.x86_64.run
I can't figure out what I'm doing wrong and it's slowly driving me mad, does anyone know how to fix it?
Thanks in advance for any help
- 06-12-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
I would guess the file isn't executable.
You make also want to invoke the interpreter explicitly:Code:chmod 750 ati_file.run
Code:sh ./ati_file.run
- 06-13-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Thanks that worked perfectly!


Reply With Quote