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 04-04-2004, 05:38 AM   #1
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
Mandrake Linux 10 and radeon WITH 3d accelaration=solved!


I made it @ last! Here is how:

First of all u need to recompile your kernel. Do the following:
su
cd /usr/src/linux
make mrproper
make clean
make xconfig

In xconfig goto character devices and select only radeon under dri support.Under the agp chipset select your motherboards chipset (check your motherboards manual 2 b sure). When done save and exit.

make (this step takes a lot of time)
make bzImage
make modules
make modules_install
make install

edit your /etc/rc.d/rc.modules and add this line

/sbin/modprobe fglrx
( Don't really know if it matters but i added this line in the beginning of the file)
reboot
open up a terminal and
init 3
give root username and password
Now cd to wherever u have downloaded your ATI drivers (mine is fglrx-4.3.0-3.7.6.i386.rpm )
rpm -ivh --force fglrx-4.3.0-3.7.6.i386.rpm (or whatever your drivers r)
wait till everything is finished. Then run fglrxconfig to set up your card but make sure that u say yes (and NOT the default no) when it asks u about agp gart module.

Reboot and voila!

PS 2 b sure that your drivers work WITH 3d accelaration just open up a terminal and run command fglrxinfo. Your output shou

Last edited by Braveheart1980; 04-05-2004 at 03:16 AM.
 
Old 04-04-2004, 08:47 AM   #2
anti_trend
Member
 
Registered: Nov 2003
Location: SoCal, USA
Distribution: Mandriva 2006, CentOS 4.2
Posts: 36

Rep: Reputation: 15
What kernel are you using? Also, is the 3D accelleration stable? I can get the 3D accelleration going well enough, but after a few minutes of intense OpenGL, the system *always* crashes.
 
Old 04-04-2004, 06:03 PM   #3
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
I am using 2.6.3-4mdk kernel which comes with the community download of the mandrake 10.0. As for stability i'll download ut2004 demo and give it a try 2 test 3d accelaration and stability.
 
Old 04-04-2004, 10:13 PM   #4
sausagejohnson
Member
 
Registered: Mar 2004
Location: Canberra Area, Australia
Distribution: Kubuntu
Posts: 242

Rep: Reputation: 30
Braveheart1980, I notice your compiling steps you listed as:

make (this step takes a lot of time)
make bzImage
make modules
make modules_install
make install

I thought kernel 2.6.x only needed:

make
make modules_install

That's the impression I got from the README under the 2.6 sources. Am I wrong about that?
 
Old 04-05-2004, 03:14 AM   #5
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Haven't read the readme (i never do!) . That way worked 100% for me and that's the reason i post it. I haven't tried your steps. But since i read (now!) the readme i think that it'll work 2. Maybe somebody else could tell us .

Anti_trend i have tried playing ut2004 demo for over 1 hour without a crash.
 
Old 04-05-2004, 10:03 AM   #6
C++Boar
Member
 
Registered: Mar 2004
Location: Denmark
Distribution: Gentoo
Posts: 68

Rep: Reputation: 16
Congratulations Braveheart1980 !

Now you are going with Mandrake 10 - you just need to change your (profile) distribution to 10.

-------------------------------------------------------------------------------

In case anyone has nforce2-chipset the above will probably not work.
Instead you should follow the link below.

http://www.linuxquestions.org/questi...298#post859298
 
Old 04-05-2004, 05:03 PM   #7
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
I thank u C++ Boar! Couldn't have done it without u!I'll change my profile in a sec!(He,he,he!)
 
Old 04-05-2004, 06:02 PM   #8
sausagejohnson
Member
 
Registered: Mar 2004
Location: Canberra Area, Australia
Distribution: Kubuntu
Posts: 242

Rep: Reputation: 30
Braveheart: fair enough, I'd read somewhere you don't do it like with 2.4 but if it works for you, then it works. The new method didn't work out so well for me anyway so I'm using what you're using now.
 
Old 04-06-2004, 02:36 AM   #9
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
The good old classical saying : If it works don't fix it!!!
 
Old 04-11-2004, 04:46 AM   #10
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
already tried winex with it?
 
Old 04-11-2004, 11:33 AM   #11
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Nope but i'll try it with some games and post results!
 
Old 05-03-2004, 05:35 PM   #12
Napalm
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
Hello.
I'm quite new to linux, got mandrake 10.0 community and got lot of problems trying to make my radeon 9600 work
Thanks a lot for the infos !
 
Old 05-03-2004, 06:10 PM   #13
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Hope we can help u Napalm!Fell free to ask anything!
 
Old 05-04-2004, 05:15 AM   #14
anti_trend
Member
 
Registered: Nov 2003
Location: SoCal, USA
Distribution: Mandriva 2006, CentOS 4.2
Posts: 36

Rep: Reputation: 15
I never could get my 3D accelleration working 100% with *any* distro with my PowerColor Radeon 9500np. It always has about 10% more FPS than Windows, and then crashes after 3-15 minutes without fail. 2D Accelleration (DRI and XVID) work perfectly, but OpenGL.... I'm not sure if it's my video card, my Abit KV7, or just the stupid ATI drivers.
 
Old 05-06-2004, 03:28 AM   #15
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633

Original Poster
Blog Entries: 1

Rep: Reputation: 30
No mean to insult u but i think it's both!

PS Have u tried my method and still can't get it 2 work right?
 
  


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
Graphic accelaration on ATI Radeon Xpress 200 series seshank Linux - Software 1 12-18-2005 05:41 PM
Graphic accelaration on ATI Radeon Xpress 200 series seshank Fedora 3 10-20-2005 03:22 AM
ATI Radeon 9800XT driver installation finally solved lightweave Linux - Hardware 4 01-07-2005 11:11 PM
'PEAR.php' (include_path=''.:/usr/local/lib/php'') SOLVED SOLVED adengua Linux - Software 0 04-02-2004 03:34 AM
2D (and 3D) Radeon acceleration partially solved. freefall Linux - Hardware 5 03-31-2004 07:53 AM

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

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