PDA

View Full Version : [ubuntu] can't load fglrx dirver



McTek
April 29th, 2008, 05:34 AM
Have tried several threads but just can't get fglrx keeps loading Mesa.
Second how do you remove googleearth from your system.

ajmorris
April 29th, 2008, 07:29 AM
hi there,
the following wiki article will teach you how to set up your ati drivers :) : https://wiki.ubuntu.com/BinaryDriverHowto/ATI

if they still do not working after following this wiki article, please post the output of:
sudo glxinfo
less /etc/X11/xorg.conf
sudo fglrxinfo


AJ

McTek
May 2nd, 2008, 04:08 AM
Can not get by step 2 of the Wiki, need more detail
"How do you set execute flag?"

ajmorris
May 3rd, 2008, 09:22 AM
the execute flag means that users can execute, ls -l <file> will tell you if it does.... the order is OWNER, GROUP, Other, and an 'x' says whether it has execute for each section, but, essentially, if you want it to have the execute flag set, then do sudo chmod a+x <file>.

AJ

McTek
May 3rd, 2008, 11:29 AM
Gotten by step #2. You forgot to place an sh in front of the run file.
Where do I find the files in step #3 @ #4?

ajmorris
May 6th, 2008, 11:14 AM
if you are referring to where you create your own .deb file to install with dpkg, the files come from the ati site itself

In order to properly install the latest drivers from https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png ati.amd.com (http://ati.amd.com/support/driver.html), their executable installer needs to be converted into a .deb package file that can then be installed using the package system. In order to perform this conversion, some basic developer tools need to be installed.

but the first method doesnt require installing from the ati site...

McTek
May 9th, 2008, 03:15 AM
Don't understand what you mean by the first method?