Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > AMD/ATI Linux

AMD/ATI Linux Technical support and discussion of the ATI/AMD proprietary Linux driver.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-17-2006, 12:18 PM
zasf zasf is offline
Junior Member
 
Join Date: Nov 2006
Posts: 7
Default self compiled 8.31.5 doesn't work on Ubuntu/edgy

Hello all,

I normally self compile fglrx driver on my system wich actually is Ubuntu/Edgy, I've done it several times with make-kpkg. The compilation actually works, then I

Code:
dpkg -i xorg-driver-fglrx_8.31.5-1_i386.deb
dpkg -i fglrx-kernel-2.6.18.1-z2_8.31.5-1+1_i386.deb
but then when I reboot, X doens't load and

Code:
matteo@burnt:~$ cat /var/log/Xorg.0.log.old | grep EE
Current Operating System: Linux burnt 2.6.18.1-z2 #1 PREEMPT Thu Nov 2 22:39:03 CET 2006 i686
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
(EE) No drivers available.
what't the problem? Can you help me? 8.30.3 works pretty well.

Thanks,
Matteo
Reply With Quote
  #2  
Old 11-17-2006, 12:56 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

The packaging script for 8.31.5 could be broken, so on 8.30.3 it builds and runs fine for Ubuntu?
Reply With Quote
  #3  
Old 11-17-2006, 12:59 PM
zasf zasf is offline
Junior Member
 
Join Date: Nov 2006
Posts: 7
Default

Quote:
Originally Posted by Michael View Post
The packaging script for 8.31.5 could be broken, so on 8.30.3 it builds and runs fine for Ubuntu?
exactly, I also search on ubuntuforums if someone had the same problem but nothing.
Reply With Quote
  #4  
Old 11-17-2006, 04:36 PM
rob2687 rob2687 is offline
Junior Member
 
Join Date: Nov 2006
Posts: 22
Default

What method do you use to self compile?
Reply With Quote
  #5  
Old 11-18-2006, 08:23 AM
zasf zasf is offline
Junior Member
 
Join Date: Nov 2006
Posts: 7
Default

here is the method, kernel and fglrx version are old ones but the method is still the same

Code:
# compile and install your own kernel
cd ~
mkdir ati
cd ati
# download the latest ati installer
wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.27.10-i386.run
chmod +x ati-driver-installer-8.27.10-i386.run
LANG=C LC_ALL=C ./ati-driver-installer-8.23.7-i386.run --buildpkg Ubuntu/dapper
# install the source (tar.bz2 file will be placed in /usr/src)
sudo dpkg -i fglrx-kernel-source_8.23.7-1_i386.deb
cd /usr/src
# untar fglrx.tar.bz2 (will be unzipped in /usr/src/modules/fglrx)
sudo tar xvf fglrx.tar.bz2
# make sure that /usr/src/linux point to the right kernel
cd /usr/src/linux
# substitute '-z2' with your own, debs will be placed in /usr/src
sudo make-kpkg --append-to-version=-z2 modules_image
cd /usr/src
# install the kernel module and xorg driver
sudo dpkg -i fglrx-kernel-2.6.16-mm2-z2_8.27.10-1+10.00.Custom_i386.deb
sudo dpkg -i xorg-driver-fglrx_8.27.10-1_i386.deb
thanks for your help
Reply With Quote
  #6  
Old 12-02-2006, 10:28 AM
zasf zasf is offline
Junior Member
 
Join Date: Nov 2006
Posts: 7
Default Solved

now it works

Code:
matteo@burnt:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6174 (8.31.5)
I guess I was doing './ati-blabla --buildpkg=Ubuntu/dapper' instead of './ati-blabla --buildpkg=Ubuntu/edgy'

Thank you anyway
Reply With Quote
  #7  
Old 12-02-2006, 12:02 PM
giorgosts giorgosts is offline
Junior Member
 
Join Date: Oct 2006
Posts: 20
Default

8.31.5 installs just fine if you do as in http://wiki.cchtml.com/index.php/Ubu...allation_Guide

Myself when I install a new driver, I do a

sudo dpkg-reconfigure xserver-xorg

select fglrx, reconfigure and then

sudo -i
cd /etc/X11/
aticonfig --initial --input=/etc/X11/xorg.conf (or aticonfig --initial=dual-head --input=/etc/X11/xorg.conf)

This driver also suffers from the video cropping bug on tv-out since the 8.20 release. http://ati.cchtml.com/show_bug.cgi?id=309

Last edited by giorgosts; 12-04-2006 at 04:34 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.