PDA

View Full Version : [ubuntu] Problem with ATI graphic card driver installation. Help~~



sinogermany
November 4th, 2008, 04:03 AM
Hi everyone,

I'm new here and am not sure whether I chose the right category.
I got a problem with ATI driver installation.
OS: Ubuntu 8.10 desktop version, x86(32 bit)
Graphic card: ATI Radeon 2600Pro

The OS installation process was pretty smooth.
It's a pure Linux system without Bill's products.
The first thing I did, after istalling the OS,
is installing ATI driver.

I downloaded the driver from AMD official site:
ati-driver-installer-8-10-x86.x86_64.run
Then I copied it on to the desktop.

Here's what I did in the Terminal:
sudo apt-get update
sudo sh ati-driver-installer-8-10-x86.x86_64.run


Then I recieved the information below:
Created directory fglrx-install.IU9747
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.542............................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================

Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.27-7-generic; make sure that the version is being
correctly set by --iscurrentdistro

Removing temporary directory: fglrx-install.IU9747



Anyone who encountered the similar problem?
Or could anyone give me some useful hints?

I can't accept the 800*600 resolution on any OS.

Thanks a lot for your help!

Daniel

sinogermany
November 4th, 2008, 07:01 AM
Could anyone give me some suggestions?

bvtd092
November 4th, 2008, 09:55 PM
After downloading the ati driver installer version 8.10 from the website http://ati.amd.com/support/drivers/linux/linux-radeon.html and trying to install under ubuntu 8.10 i've got also the following error:

sh ./ati-driver-installer-8-10-x86.x86_64.run
Created directory fglrx-install.M17050
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.542............................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================

Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.27-7-generic; make sure that the version is being
correctly set by --iscurrentdistro

Removing temporary directory: fglrx-install.M17050
bvtd092@ubuntu810:~/Desktop$

Video card: ati radeon hd3870.

Bug description from ubuntu:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/264462

When I try starting from the 8.10 livecd after the splash screen i've got a black screen. The only thing i can do is CNTRL ALT F1.

Is there a solution for that problem?

Greetings,

ristretto_dreams
November 5th, 2008, 02:26 AM
I had the same problem, for whatever reason this fixed it:


chmod a+x ./ati-driver-installer-8-10-x86.x86_64.run
./ati-driver-installer-8-10-x86.x86_64.run

bvtd092
November 5th, 2008, 08:21 PM
After testing your suggestion i've had the same problem.

See output:
root@ubuntu810:/home/bvtd092/Desktop# chmod a+x ./ati-driver-installer-8-10-x86.x86_64.run
root@ubuntu810:/home/bvtd092/Desktop# ./ati-driver-installer-8-10-x86.x86_64.run
Created directory fglrx-install.l10694
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.542............................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================

Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.27-7-generic; make sure that the version is being
correctly set by --iscurrentdistro

Removing temporary directory: fglrx-install.l10694
root@ubuntu810:/home/bvtd092/Desktop#


Are you sure you test it with Ubuntu 8.10, because with Ubuntu 8.04 that driver is working!

Greetings,

torgrot
November 5th, 2008, 08:38 PM
That driver is not compatible with the version of X-org installed in Ubunut 8.10. Until AMD/ATI updates the driver to work with X-org 7.4 you are SOL.

torgrot

bvtd092
November 5th, 2008, 08:54 PM
Torgrot,

Thank you for the necessary information.
Indeed the driver you can download from the ati site is only compatible for the following x-org versions:

Automated installer and Display Drivers for X.Org 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3

Hopefully, they develop asap the new drivers!

Regards,

sbooder
November 24th, 2008, 01:32 PM
I am a bit of a Linux novice, but is it possible to roll back the X,org version in Ubuntu 8.10?