Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-30-2004, 09:58 AM
|
#1
|
LQ Newbie
Registered: May 2004
Location: Michigan
Distribution: Mandrake 10.0
Posts: 9
Rep:
|
ATI drivers installation - 9800 Pro, Mandrake 10.0
I've been running around these forums for a few hours now looking for mandrake 10.0 installation of ATI drivers (I have a 9800 pro) and I've made and installed the module (and modprobed it) and still fglrxinfo comes up with the Mesa drivers. I've tried uninstalling Mesa, but there isn't a Mesa module that I can find. Anyone know how to fix this?
*edit* Sorry about the title for the thread, it won't let me change it.
Last edited by Hayate; 05-30-2004 at 12:11 PM.
|
|
|
05-30-2004, 01:15 PM
|
#2
|
Member
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Rep:
|
hayate.. that is were i was stuck at too. still waiting for a post to mine..
if you run from terminal glxgears what is your fps??
|
|
|
05-30-2004, 01:38 PM
|
#3
|
LQ Newbie
Registered: May 2004
Location: Michigan
Distribution: Mandrake 10.0
Posts: 9
Original Poster
Rep:
|
My fps is around 112 or so. Yesterday before I started 'fixing' it, it was running at 430 or so.
I actually found something, but it involves recompiling the entire kernel, I'm trying that now. The link is:
http://www.linuxquestions.org/questi...light=ati+mesa
|
|
|
05-30-2004, 01:40 PM
|
#4
|
Member
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Rep:
|
THAT IS WHAT I DID.. and still it shows mesa when its done
|
|
|
05-30-2004, 01:49 PM
|
#5
|
LQ Newbie
Registered: May 2004
Location: Michigan
Distribution: Mandrake 10.0
Posts: 9
Original Poster
Rep:
|
Aw, crap.
|
|
|
05-30-2004, 03:44 PM
|
#6
|
LQ Newbie
Registered: May 2004
Location: Michigan
Distribution: Mandrake 10.0
Posts: 9
Original Poster
Rep:
|
Hey, you might wanna try that fix again. I did it, and it worked. I'm getting 4355 fps in glxgears.
Oh, here's my hardware specs:
Mobile Athlon XP 2400+, running at 2.00 GHz (OC slightly, gonna be more once I finish messing around with installing OS)
Sapphire Radeon 9800 Pro
Maxtor HDs
1 GB Crucial 3200 ddr
Last edited by Hayate; 05-30-2004 at 03:51 PM.
|
|
|
05-30-2004, 04:59 PM
|
#7
|
Member
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Rep:
|
Hayate.. which fix.. the one about kernel compiling.. or ati one???
|
|
|
05-30-2004, 05:19 PM
|
#8
|
LQ Newbie
Registered: May 2004
Location: Michigan
Distribution: Mandrake 10.0
Posts: 9
Original Poster
Rep:
|
From the post of C++ Boar:
I did the steps starting from 'Get a working DRI'.
Quote:
This message is almost a copy of a message by erol
http://www.linuxquestions.org/questi...hreadid=143960
(This gives you all you need, but you will have to read all the pages .... so I hope that this will do)
My machine looks like this.
AN7 (nvidia nforce2) AMD XP3200+
running mandrake 10 with kernel 2.6.3
Radeon 9600XT (9600 series)
In my mandrake 10 there was some minor changes so I post my answers to anyone who could need them.
First of all. Get a working DRI from dri.sourceforge.net. The one Erol had was fine.
radeon-20040208.i386.tar.bz2 (some newer has bugs. radeon-2004-linux.i386.tar.bz2)
Get the ATI driver www.ati.com (mine is fglrx-4.3.0-3.7.6.i386.rpm)
First install the kernel source when you install (or rpmdrake (seach kernel) to install it).
First you need to compile a kernel without Direct Rendering Manager :
compiling your kernel :
su
cd /usr/src/linux
make mrproper
make clean
make xconfig
(And go to character devices and remove Direct Rendering Manager)
save
make
make bzImage
make modules
make modules_install
make install
edit \etc\lilo.conf so your new kernel is the one that is booted with.
lilo (command to activate your changes)
REBOOT (to activate your new kernel. Make sure your new one is the chosen one)
now :
bzip2 -cd radeon-vers.i386.tar.bz2 | tar xvf -
su
telinit 3
login as root
cd (to the folder where the above was extracted to)
sh install.sh
(this might give a problem with libGL.so.1.2 but it can be rerun later)
now go to the folder with your ATI-driver
rpm -ihv --force fglrx-4.3.0-3.7.6 (or whatever it is now called)
(it is conflicting with libxfree86-4.3-29mdk which you dont want to remove. It is NOT like removing mesa if you try something like rpm -e --nodeps ....)
(For you who have read the link above. You dont need the patches anymore - thay were for earlier versions)
Now run
fglrxconfig
There is one important thing
when asking to use external AGP GART module 'y' (not the default no)
(You kan also manually change your /etc/XF86Config-4 file.)
(If you now reboot you are still with MESA drivers so you need to...)
add the following line in /etc/modprobe.conf
install fglrx /sbin/modprobe --ignore-install fglrx && { /sbin/modprobe nvidia_agp; /bin/true; }
and add the following line in /etc/rc.d/rc.modules
/sbin/modprobe fglrx
REBOOT (maybe telinit 3 and telint 5 will do - but I like it the Windows way)
fglrxinfo should now give something with ATI and not MESA
-------------------------------------------
Becourse I had an error in my DRI from dri.sourceforge.net I later got an older one.
reinstalled it and reinstalled my fglrx again. I hope that step is not needed.
I wish that ati soon will write some windows-like drivers for Linux.
nvidia have some nice onces. However they are not open source ....
Good Luck
C++Boar
|
|
|
|
All times are GMT -5. The time now is 12:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|