Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    I would guess the file isn't executable.

    Code:
    chmod 750 ati_file.run
    You make also want to invoke the interpreter explicitly:

    Code:
    sh ./ati_file.run

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    2
    Thanks that worked perfectly!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...