LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-30-2005, 12:44 PM   #1
TFMegatron
Member
 
Registered: May 2004
Distribution: Debian Sid, Windows XP Pro
Posts: 47

Rep: Reputation: 15
New ATI Drivers 8.16.20 with installer


There is a new version of the ATI drivers out that comes with an installer. I just tried this on debian-unstable/Xorg 6.8.2 with kernel 2.6.12.5 last night and worked perfectly. This installer will either install the driver directly or make debian packages. It will also make packages for RedHat, SuSE, and Ubuntu. Anyone having problems with 8.14.13-2 you must try this out. No patches needed. No compiling problems.

Here is the link:

http://www2.ati.com/drivers/linux/at...16.20-i386.run

Last edited by TFMegatron; 08-30-2005 at 01:31 PM.
 
Old 08-30-2005, 02:53 PM   #2
cha0s_
LQ Newbie
 
Registered: Aug 2005
Location: England, UK
Distribution: Arch
Posts: 16

Rep: Reputation: 0
Works for me too, no problems what so ever. I'm running Arch with Kernel 2.6.12-cko2-swsusp2 and xorg 6.8.2, GO ATI!
 
Old 09-01-2005, 09:14 AM   #3
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15
How do you install a "run" package in Debian?
 
Old 09-01-2005, 09:24 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Mmmm - you might do well to note that Gentoo "pulled" this driver.
Don't know why, but they are no longer offering it; was available for a while.

I'm using the previous driver on 2.6.12 successfully.
 
Old 09-01-2005, 10:22 AM   #5
cha0s_
LQ Newbie
 
Registered: Aug 2005
Location: England, UK
Distribution: Arch
Posts: 16

Rep: Reputation: 0
alsac: .run 'packages' are sh scripts. To install simply type
Code:
sh ati-driver-installer-8.16.20-i386.run
as root
 
Old 09-01-2005, 10:29 AM   #6
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15
Oops... scripts - not packages. Got it!
Still learning. Hehehe since installing Debian, my brain's flooded with all sorts of commands. Getting the picture though.
Thanks cha0s!
 
Old 09-01-2005, 11:23 AM   #7
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15
Boy was that a mistake!


I just tried the that script and went through the config but then on re-boot the system wouldn't start X at all!
There were a whole slew of problems after re-boot. I thought I lost everything

Thankfully I backed up my XF86Config-4 before delving into this ... For a linux newb I'm still amazed I got through the X-less environment and restored my backed-up XF86Config file. Let this be a lesson. Backup, backup, backup! heh - even learned a few things. ... like there's no scrolling when in pure command-line mode. Couldn't see half the files listed in /usr/X11R6/bin so I just invoked ls -t f* and ls -t x* to see which files were changed last by this ATI config... Bah!

I'm still shaking from that ordeal! But now, more than ever, I want to get this working and get 3D support for my laptop. I barely got this thing to run properly at 1400x1050 after a lot of confusion and heartache - I don't want to lose what I've got now.

If anyone out there are willing to help out - I'm all ears. I'll post my system specs here and if there are any takers I'll post my XF86Config-4.0.log from the ATI install.

IBM T42,
15" sxga,
Mobility Radeon 9600 M10 (64MB)
Debian Sarge (3.1) - kernel: 2.6.8-2-686 (headers installed also)

alsac
 
Old 09-01-2005, 05:02 PM   #8
Kintwa
LQ Newbie
 
Registered: Sep 2004
Distribution: SuSE 9.3
Posts: 7

Rep: Reputation: 0
Does anyone know if xcompmgr works well with the new drivers?
 
Old 09-01-2005, 05:11 PM   #9
cha0s_
LQ Newbie
 
Registered: Aug 2005
Location: England, UK
Distribution: Arch
Posts: 16

Rep: Reputation: 0
alsac: I recommend you update to Xorg, cant help you with XFree86 as I've never used it.
 
Old 09-02-2005, 02:34 AM   #10
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15
cha0s -

Still running XFree86 ... I tried this again and I had the same problem - xserver wouldn't start. This time, I took the time to read through the log file and do a little research. Learning more as I go along.

I think I'm getting myself on the right track here, however. There's more to installing thisATI driver, in terms of preparation, than one may assume. The problems I had thus far were three-fold:
1) kernel isn't compiled properly to handle fglrx (proprietary as opposed to open source);
2) fglrx wasn't compiled into the kernel as a module;
3) ATI's driver doesn't seem to like Debian's mouse config (should read /dev/psaux instead of default /dev/mouse in XF86Config)

Found this site a while ago (http://xoomer.virgilio.it/flavio.sta...installer.html) and those instructions were just overwhelming at first but I'm starting to piece things together. Call this a crash course on learning linux (commands, understanding what/where different components are ...) I'll be gone for a couple of days but my laptop's goin with me and I'll work on this. Let you all know if this works out.

Who knows, maybe I'll graduate from a to a yet!

alsac
 
Old 09-02-2005, 02:34 AM   #11
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15

BTW - I upgraded to kernel 2.6.11-1 and installed the kernel headers as well. Still XFree86 in that version. From what I've read, Xorg is only available in the unstable version of Debian - not sure if I want to venture there yet. Unless there's a way to install Xorg to run alongside XFree86...

Last edited by alsac; 09-02-2005 at 02:36 AM.
 
Old 09-02-2005, 07:55 AM   #12
cha0s_
LQ Newbie
 
Registered: Aug 2005
Location: England, UK
Distribution: Arch
Posts: 16

Rep: Reputation: 0
Thats one reason why I think Debian sucks... I've never used Debian and I never will so I can't help you any more... good luck with that fglrx installation guide
 
Old 09-02-2005, 12:57 PM   #13
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
Xorg in debian unstable is perfect...it was even updated in the unstable branch yesterday completely.
 
Old 09-02-2005, 01:46 PM   #14
TFMegatron
Member
 
Registered: May 2004
Distribution: Debian Sid, Windows XP Pro
Posts: 47

Original Poster
Rep: Reputation: 15
I must agree. Xorg unstable works perfectly.
 
Old 09-02-2005, 02:14 PM   #15
alsac
LQ Newbie
 
Registered: Aug 2005
Location: Canada
Distribution: freeBSD & gentoo on ThinkPad T42
Posts: 25

Rep: Reputation: 15
Hmmm..

I suppose I'll get the driver to work with XFree86 first though. It's kinda fun to be doing this actually - I'm learning a whole lot about Linux and Debian as well. I could have given up already (thought crossed my mind) but what would be gained from that? The way I figure it, that's the beauty of Linux - you really learn the OS, like a puzzle...

What are the benefits/drawbacks of running Xorg over XFree86 though?
 
  


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
Ati Driver Installer Focle_Wulf-190 Slackware 8 10-28-2005 07:58 PM
ATI Driver Installer exiting without error fcdev Debian 1 09-21-2005 10:48 AM
ati installer again jbmcmillan Linux - Software 1 09-04-2005 10:14 AM
New ATI installer with Sarge slithy Debian 4 06-22-2005 02:07 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:56 PM.

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