LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-22-2006, 01:39 PM   #16
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30

I am running the i386 version until I can get the amd64 deb packages.
 
Old 03-23-2006, 02:14 PM   #17
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30
I was looking thru the Debian AMD64 archives and found the following.


$ ./ati-driver-installer-8.23.7-x86_64.run --extract fglrx-tmp
$ cd fglrx-tmp
$ fakeroot ./packages/Debian/ati-packager.sh --buildpkg sid
$ cd ..

if everything went OK, remove the currently instances of fglrx
$ rm -rf /usr/src/modules/fglrx /usr/src/fglrx.tar.bz2

then install the newly created .deb packages with dpkg,
and run module-assistant to build and install fglrx-kernel module.

then to get DRI working

$ mkdir -p /usr/X11R6/lib64/modules/dri
$ ln -s /usr/X11R6/lib/modules/dri/fglrx_dri.so /usr/X11R6/lib64/modules/dri/fglrx_dri.so

I hope I get a chance to try this soon.
 
Old 03-23-2006, 02:21 PM   #18
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Interesting. I may try that myself. Only thing that's a bit vague is where the kernel module comes from. I guess it must be part of the package and be installed as source in the dpkg process.
 
Old 03-24-2006, 01:28 AM   #19
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Fergeddit ... That don't work.

Got it compiled and the module inserted, but on login Xserver Error:
Detected X.org 7.0.0.0 ... Required X.org 6.8.0.0
 
Old 03-24-2006, 05:48 AM   #20
divukman
Member
 
Registered: Sep 2005
Location: Split, Croatia
Distribution: Gentoo/Debian
Posts: 140
Blog Entries: 8

Rep: Reputation: 15
Question

Quote:
Originally Posted by deroB
true.
I went for 2.6.12
If I have a custom vanilla kernel then I have to build my own module right ? Or precompiled one is going to work ?
I've had module-assistant complaining about unconfigured kernel sources yesterday, for kernel 2.6.14, when I tried to make my own module. I'll try to avoid the problem by downloading 2.6.16 kernel and see what happens.
 
Old 03-24-2006, 08:13 AM   #21
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by rickh
Fergeddit ... That don't work.

Got it compiled and the module inserted, but on login Xserver Error:
Detected X.org 7.0.0.0 ... Required X.org 6.8.0.0
From everything I read by the command $ fakeroot ./packages/Debian/ati-packager.sh --buildpkg sid

is suppose to directs the installer to xorg 6.9. I am going to try this tonight but I will need to install the amd64 version first.

I just found this in the Debian mailing list archive it is for an older version of the ATI installer and is for i386, I think it is worth having a look at considering your error.

Telling the ati-installer that sid now uses 6.9 and creating the debian
packages with ati-installer worked fine (using these commands
./ati-driver-installer-8.20.8-i386.run --extract fglrx-tmp
cd fglrx-tmp
$editor packages/Debian/ati-packager.sh # in the line "sid|unstable) X_DIR=x680;;", put a x690 for the x680
./fglrx-tmp/packages/Debian/ati-packager.sh --buildpkg sid
cd ..
sudo dpkg -i fglrx-kernel-src_8.20.8-1_i386.deb fglrx-driver_8.20.8-1_i386.deb


You may also try this:
./fglrx-tmp/packages/Debian/ati-packager.sh --buildpkg Debian/sid

Last edited by moosedaddy; 03-24-2006 at 08:52 AM.
 
Old 03-24-2006, 09:19 AM   #22
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
OK. You try it, and if it works, I'll try again. My system evidently now has xorg 7.0. but the theory should stay the same. According to a note on the 'xoomer' site, tho, he seems to be having trouble getting the AMD64 to work on xorg 6.9
 
Old 03-30-2006, 08:26 AM   #23
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30
I tried Kubuntu 6.04 flight 5 AMD64 last night and their xorg-driver-fglrx works without a problem.
 
Old 03-30-2006, 08:31 AM   #24
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
I have no problem with the xorg-radeon driver in Debian, but it doesn't have much in terms of hardware acceleration. Near as I can tell, that's the only reason to go with the proprietary driver.
 
Old 03-30-2006, 09:21 AM   #25
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30
Agreed, with debian-sid amd64 I am getting about 750fps with the ATI driver. I do not play any high powered games and this lets me watch DVD's without problems.

Last edited by moosedaddy; 03-30-2006 at 09:24 AM.
 
Old 03-30-2006, 02:31 PM   #26
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Original Poster
Rep: Reputation: 30
rickh - I was just reading back thru this thread and noticed that you have the Radeon XPress200 video card, if it is in a HP or Compaq laptop if you go into the BIOS and set the video to "sideport only" the ATI driver gives me 750fps, with "UMA + Sideport" the ATI driver will not work. Tonight I will try the radeon driver with EXA and see what happens.
 
Old 03-30-2006, 04:33 PM   #27
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
The XPress200 is in my generic desktop. 750 fps is about what I'm showing in glxgears right now with xorgs radeon driver and EXA.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB not working ! AMD64/Ubuntu/ATI ricardo06 Linux - Hardware 0 07-30-2005 07:31 PM
Ati Drivers under Sarge AMD64 ssobeht Debian 1 02-01-2005 06:48 AM
Suse 9.1 AMD64 & ATI X800Pro DShad Linux - Hardware 0 10-08-2004 08:23 PM
ATI FireGL X1 drivers for AMD64 ??? gattumarrudu Linux - Hardware 4 08-26-2004 08:09 AM
ati amd64 9.2 drivers gordonb007 Mandriva 1 03-03-2004 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration