Linux + ATI = :(

Soldato
Joined
20 Jun 2005
Posts
3,826
Location
London..
Installed mint linux for my desktop pc and then went on to install the official ATI drivers, install goes fine, i reboot back into mint and now all i get is a big blank screen with nothing on it, this is all after the loading screen.

So how do i fix it?
 
With linux mint is there a boot into safe mode option in gurb? (i cant remember i havnt used mint in ages)

From that it might be able to boot linux and repair its self....

Im never too trusting of that so it might be able to boot into a recovery terminal or desktop. If this is the case you need to edit you xorg.conf which is at /etc/X11/xorg.conf and get your self down to the lines to do with your graphics card. It should state you trying to use either the fglrx, radeon, radeonhd or vesa driver....

Id set it to the vesa driver to get back into the normal desktop (should work)....

closeist to helping i can do without you getting to a loging place though (and i have an essay to write)
 
Yes pingwing is spot on, the easiest way is to make a back up of xorg.conf and then delete it
so
mv etc/X11/xorg.conf etc/X11/xorg.backup
 
Basically your install went wrong.
I'd recommend using the re-package method of installation.
This involves running the installer with the correct command and it creates .deb packages.
Then reboot into root mode with NO gdm running.
Then install the packages.
Then run aticonfig --initial.
This has never failed for me. Using the default installer or doing it from a running desktop session has always failed.
Before you do this also disable compiz so you reboot into metacity basic mode when it all comes back up.

http://wiki.cchtml.com/index.php/Ubuntu
 
Last edited:
i have the probem also, tried liunx today and it started in terminal I typed in startx and it just well "gave up" xD

I was using the ubuntu maintianed drivers too >_>
 
If you want to use the latest ATI drivers you're sort of limited to Ubuntu/Fedora/SUSE unless you're a whizz at Linux.
 
will give some of these suggestions a go tomorrow and will let you know how i get on.

thanks
 
I did get the ati drivers working with Arch linux when I got my 4870. The drivers were pap, so much so I sold my ATI and bought a 9800GTX+.


Might be worth considering not buying ATI products.
 
This is on Ubuntu/hardy. It's broadly the same for them all. It should work for the equivalent Mint version.
There are multitudes of guides on how to do this.

Download the driver to your hard drive. It will be named something like this:
ati-driver-installer-9-3-x86.x86_64.run

Look in the file /etc/modules. Make sure it does NOT contain the line 'fglrx'.
If it does, delete it and save the file.

Look in the file /etc/modprobe.d/blacklist-local. Make sure it does not contain the line 'blacklist fglrx'.
If it does, delete it and save the file.

Make sure you have the following installed. Not all are required but having this stuff never hurts. So open a terminal.
$ sudo apt-get update
$ sudo apt-get install build-essential ia32-libs cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r)
Some of this guff is not needed/included in some Ubuntu versions.

While still in the terminal. Browse to the ati driver we picked up earlier.
$ cd/home/username/Downloads/ati

Now we will build the debian packages for Ubuntu.
$ ./ati-driver-installer-9-3-x86.x86_64.run --buildpkg Ubuntu/hardy
Replace the name on the end to build packages for your variety. (gutsy, hardy, intrepid)

This will create the following files:
xorg-driver-fglrx_8.593-0ubuntu1_amd64.deb
xorg-driver-fglrx-dev_8.593-0ubuntu1_amd64.deb
fglrx-kernel-source_8.593-0ubuntu1_amd64.deb
fglrx-amdcccle_8.593-0ubuntu1_amd64.deb
fglrx-modaliases_8.593-0ubuntu1_amd64.deb
libamdxvba1_8.593-0ubuntu1_amd64.deb

Now reboot into Grub. Press Escape when Grub appears.
From the menu select the recovery option.
After a short load you will be asked which mode you want.
Select root (drop to root console).

Now browse to the folder where the debian files are.
$ cd/home/username/Downloads/ati
$ dpkg -i *.deb
This should complete without errors. If you do get any errors at this point, you have problems! :P
$ aticonfig --initial -f
$ reboot
Good luck :)
If it doesn't boot then you will need to boot into safe mode graphics, get to your desktop and remove the packages via synaptic.
Or use apt if you want, of course. Then have a good think on why the install failed.
I've been using this method since 8.6 with no problems.
Not counting my first failed install using the 'installer', the only failure I had was when I tried the default installer with 9.1 to see if it worked.
Answer was no.
If you want the default installer to work I think the only option is to use Redhat/Fedora. It's the only one they really bother with apparently.
 
Last edited:
oh fun...considering mine boots in terminal so i m going to have a lot of fun yes?
 
If your install failed and wont boot, try running
$ aticonfig --initial -f
$ reboot

If that fails just edit /etc/X11/xorg.conf.
$ nano /etc/X11/xorg.conf

Change the Driver line to say vesa.
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
..

You really don't give much info other than 'it's a blank screen'. What video card is it?
If it's a new install and you don't know what you're really doing just wipe it all and start again from scratch.
Try Fedora or Ubuntu instead.
 
Last edited:
I did get the ati drivers working with Arch linux when I got my 4870. The drivers were pap, so much so I sold my ATI and bought a 9800GTX+.

Might be worth considering not buying ATI products.

Until an Open Source 3D acceleration driver is released (following the disclosure of the ATI GPU API details) - that works - we have to put up with the ATI crap (OK they are a small company compared to Nvidia, etc., etc. and the 4xxxx series hardware has impressive performance under Windows).

With an ATI card I have to prat about for a while before it will only run games forced to OpenGL or DX8. Thats a X1950 Pro (512Mb) - so the drivers should be mature by now. HL2 (installed via Wine) would only run @DX8 with no HDR. Installed HL2 (via Wine) on a laptop with a (pretty new) Geforce 9500M GPU. HL2 just worked at DX9.0c with full HDR without any messing about in the Wine Registry.

I've never had any problems installing the GPU driver (for ATI or Nvidia cards) using the Envy app. under Ubuntu.

Bob
 
what about if I use the offical liunx drivers from AMD ? I installed the ubuntu onces and well went to terminal
 
Back
Top Bottom