Link to home
Start Free TrialLog in
Avatar of jaba_o
jaba_o

asked on

X.org 7.1 to 7.4 in ubuntu 9.04

I was wondering how to accomplish this. Ati drivers require this version of xorg.

Would someone know a suitable repository?
Is there deb packages available?

Would compiling from source be the only option?

Thnx.
xorg.0.log:
 
....
[atiddxSetup] X version mismatch - detected X.org 7.1.0.0, required X.org 7.4.-1.906
(II) UnloadModule: "fglrx"
(II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
(EE) No drivers available.
...

Open in new window

Avatar of Fabio Marzocca
Fabio Marzocca
Flag of Italy image


Current version in Ubuntu 9.04 is:

xserver-xorg            1:7.4~5ubuntu18

So, it looks like you should have it.
Try running

sudo apt-get update
sudo apt-get dist-upgrade

Or check on Ubuntu

https://help.ubuntu.com/community/BinaryDriverHowto/ATI
Avatar of jaba_o
jaba_o

ASKER

Thanks for a really snappy reply fmarzocca!

I have tried that. And did try again with the following result:


_______________________________________________
The following packages will be upgraded:
  fglrx-amdcccle fglrx-kernel-source xorg-driver-fglrx
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
_______________________________________________

sources.list is as follows:

I check man xorg | grep xorg-server and get the following :xorg-server 1.6.0 .

I wonder what to do now?


deb http://fi.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb http://fi.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb http://fi.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://fi.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
 
deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
 
deb http://gb.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Fabio Marzocca
Fabio Marzocca
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jaba_o

ASKER

forgot to mention that the upgrade brakes down the drivers so that the won't recognize the hardware (ati firegl) anymore (new version+old hardware). If the upgrade works, it would be easy to configure the right drivers.