Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install new video drivers

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
atikid

Install new video drivers

#1 Post by atikid »

Okay so I have a ATI 9600 pro. and every time I restart my computer X comes up saying it crashed. I then have to run the install to fix everything which is really becoming stupid. Okay so I went to ATI and downloaded a file which will install my drivers. The problem is it's .run and when I run ./file-name.run it say premission deined. Arg even as root. what do I do.

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#2 Post by Harold »

filename.run is a shell script. Have you changed file permissions to make the script executable?

User avatar
mority
Posts: 75
Joined: 2005-07-28 07:47

#3 Post by mority »

Harold wrote:filename.run is a shell script. Have you changed file permissions to make the script executable?
Starting it with

Code: Select all

sh foo.run
should work as well.

Post Reply