LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-30-2005, 09:35 PM   #1
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Rep: Reputation: 30
How to install ATI drver on hoary (3D enabled)?


I had dowloaded tuxracer but whoaaa the game running slowww.......I think this because no 3D enable on my ubuntu (with my ATI Radeon Graphic card)....so can anyone can help me please....
 
Old 05-30-2005, 10:05 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
http://www.ubuntulinux.org/wiki/BinaryDriverHowto
 
Old 05-31-2005, 06:43 AM   #3
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
can someone tell me step by step to install ATI driver on hoary? because I try from http://www.ubuntulinux.org/wiki/BinaryDriverHowto and I fell not work.....please
 
Old 05-31-2005, 07:13 AM   #4
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
here is how i installed mine :

sudo apt-get install build-essential linux-restricted-modules-<your-kernel-version> xorg-driver-fglrx

then edit /etc/X11/xorg.conf and Look for your Device section. And change the Driver from ati to fglrx and add
Option "backingstore" "true"
Option "UseInternalAGPGART" "no"

here is my part :
Code:
Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
	Driver		"fglrx"
	BusID		"PCI:3:0:0"
        Option "backingstore" "true"
        Option "UseInternalAGPGART" "no"
EndSection
dont worry about the busid as it wont be the same

THATS IT

Last edited by heema; 05-31-2005 at 07:15 AM.
 
Old 05-31-2005, 08:19 AM   #5
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
"sudo apt-get install build-essential linux-restricted-modules-<2.6.10-5-386> xorg-driver-fglrx"

so I write this on my terminal ?
 
Old 05-31-2005, 09:08 AM   #6
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
noo without the < >

sudo apt-get install build-essential linux-restricted-modules-2.6.10-5-386 xorg-driver-fglrx


NOTE: before you could install these you have to enable universe and multiverse repositories

http://ubuntuguide.org/#extrarepositories



Last edited by heema; 05-31-2005 at 09:12 AM.
 
Old 05-31-2005, 09:20 AM   #7
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
so how can I know if my 3D has been enable or not? or I must restart first?
I usually do fgl_glxgears, glxgears, and glxinfo to test....is it same with ubuntu?
 
Old 05-31-2005, 09:34 AM   #8
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
yes its the same

you have to restart the X server first

by pressing CTRL-ALT-BACKSPACE

then type fglrxinfo
 
Old 05-31-2005, 10:45 AM   #9
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
root@ubuntu:/home/edo # fgl_glxgears
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 32
Current serial number in output stream: 32

why is that?
 
Old 06-05-2005, 08:33 PM   #10
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
the problem had been solved......thanx
 
Old 06-15-2005, 11:26 AM   #11
kjellhar
LQ Newbie
 
Registered: Oct 2004
Location: Norway
Distribution: Suse 9.1
Posts: 11

Rep: Reputation: 0
Talking

This actually worked without any problems. I have tried to get my ATI card working on Suse 9.2 and Debian Sarge and Sid without even being close to success. I have followed all the Howtos a came across. And now, after 3 minutes, it was working, 3D and all

Thanks
kha
 
Old 06-15-2005, 11:27 AM   #12
kjellhar
LQ Newbie
 
Registered: Oct 2004
Location: Norway
Distribution: Suse 9.1
Posts: 11

Rep: Reputation: 0
For the record.. Now I'm running Ubuntu.
So far it's looking great.
 
Old 06-15-2005, 06:39 PM   #13
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
no problem , i am glad that it worked for both of you
 
Old 06-17-2005, 10:53 AM   #14
midgcool
Member
 
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77

Rep: Reputation: 15
Helloo...

Well i get this when I do fglrxino...

display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)


and glxgears gives me around 360 fps, what do i do?
 
  


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
Wesnoth 0.9.5 in Hoary? How to install? craigevil Ubuntu 3 08-18-2005 07:43 PM
GPG Probs After Hoary Install berzerked Ubuntu 0 04-20-2005 11:37 AM
Upgrade hoary rc to hoary 5.04 = blinking cursor lachlan Ubuntu 0 04-13-2005 05:27 AM
Updating to Hoary vs fresh install? ChrisTheGeek Ubuntu 6 04-11-2005 12:32 PM
hoary install - 150 updates available? itsjustme Ubuntu 7 03-30-2005 11:18 AM

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

All times are GMT -5. The time now is 06:37 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