Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
as u may have guess from my name i am not great at linux
does any1 know the source codes for ati radeon 9600
here the file i downloaded
ati-driver-installer-9-3-x86.x86_64.run
thanks and u never know i might change my username to alright -at-linux-need-some-help
Please spell out your words and write clearly.
I take it you downloaded the ATI drivers from their website. At that same site, there are complete installation instructions. Did you read and follow them? Normally, you would do a chmod 755 on that file, then run it.....
I take it you downloaded the ATI drivers from their website. At that same site, there are complete installation instructions. Did you read and follow them? Normally, you would do a chmod 755 on that file, then run it.....
ye download them from website saw the booklet thing
BUT
IT V.9.2 I HAVE 9.3
but i tried it and replaced v9.2 with v9.3 but i didnt work
can u suggest something tat could work
Sorry, you're going to have to post a real error, other than "i didnt work". Write and spell clearly...
Step 1 is doing a chmod 755 on that file name...whatever file name you have, do it, "chmod 755 <filename>"
Step 2 is doing "./<filename>".
The 9.2 instructions are the same for 9.3...read and follow them...
type in barry@debian:~$ chmod 755 ati-driver-installer-9-3-x86.x86_64.run
got back
chmod: cannot access `ati-driver-installer-9-3-x86.x86_64.run': No such file or directory
and what is chmod 775
Last edited by crap-at-linux-nead-help; 04-03-2009 at 12:57 PM.
Let's say you copied "ati-driver-installer-9-3-x86.x86_64.run" to directory "/tmp". TB0ne is suggesting you do this:
Quote:
1. Start a terminal window
2. Go to the directory with your .run file:
cd /tmp
3. Make sure it's really there:
ls -l chmod 755 ati-driver-installer-9-3-x86.x86_64.run
<= If it says "file not found", then you need to look for it in another directory! Or you've mistaken the file name...
4. Change it's permissions to make it executable:
chmod 755 ati-driver-installer-9-3-x86.x86_64.run
<= unlike DOS or Windows, simply naming a file ".exe" doesn't make it executable
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.