LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 06-08-2004, 08:12 AM   #1
EvMaster
LQ Newbie
 
Registered: Jun 2004
Location: Melbourne, Austrtalia
Distribution: Mandrake 10 Official
Posts: 5

Rep: Reputation: 0
Trying to get ATi Drivers working on Mandrake


Hi.

I'm a newbie to Linux and am using Mandrake 10. I've had it installed for about two weeks. At first I noticed that the opengl screensavers were running at a very low framerate. I didn't think much of it. Then I tried to run UT2004. It didn't work (usual, splash screen for a few secs, then dissapears), so I looked it up on these forums.
I found that the problem was direct rendering or something, and it would be fixed with the installation of the ATi drivers.
I got the drivers and couldn't install them for ages, until I figured out I had to be logged in as root.

Anyway, my problem is that when I install the ATi drivers it says this:

*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Error: no kernel module build environment - please consult readme.
Installed: qt3 (gcc 3.2) based control panel application
===

AS it says, 3D graphics are slow and UT2004 doesn't work. I did what it said and had permission issues, but I got over those with the chmod +x command.

It still doesn't work! I don't know what's happening! Please somebody help me!
Let me know if you need more info.

Thanks in advance!
-Evan
 
Old 06-08-2004, 09:03 AM   #2
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
hi,

first off, check out ati's instructions, which include possible solutions for the problems most likely to be encountered -

http://www.ati.com/support/infobase/linuxhowto-ati.html

if you're still struggling, do post back!
 
Old 06-08-2004, 09:45 AM   #3
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
You have to install as well the kernel source for the kernel you're using (i'm sure kernel source is on mandrake cds).
Once you got the kernel source, install again ATi drivers.
 
Old 06-08-2004, 10:33 AM   #4
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
i got mine working from this thread :

http://www.linuxquestions.org/questi...ht=radeon+9600
 
Old 06-08-2004, 12:21 PM   #5
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
If heema's link to that thread doesn't work, the way I did it was this:

Mandrake Control Center
Software
Updates (or something like that)
search for kernel-source
check the box, install the kernel-source (insert Mandrake CD's)
close Mandrake Control Center
konsole
root-mode by typing 'su'
RPM -i filename.rpm
fglrxconfig

BAM! You're set
 
Old 06-08-2004, 05:26 PM   #6
EvMaster
LQ Newbie
 
Registered: Jun 2004
Location: Melbourne, Austrtalia
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
Hi.

I did all that and this is what is says now:

*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.3-7mdk/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.3-7mdk'
CC scripts/empty.o
MKELF scripts/elfconfig.h
HOSTCC scripts/file2alias.o
HOSTCC scripts/modpost.o
HOSTLD scripts/modpost
SPLIT include/linux/autoconf.h -> include/config/*
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
CC arch/i386/kernel/asm-offsets.s
CHK include/asm-i386/asm_offsets.h
CC [M] /lib/modules/fglrx/build_mod/2.6.x/agp3.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/nvidia-agp.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/agpgart_be.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/i7505-agp.o
CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o
Building modules, stage 2.
MODPOST
CC /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko
make[1]: Leaving directory `/usr/src/linux-2.6.3-7mdk'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
done.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===

Still a bit confused!
-Evan
 
Old 06-08-2004, 05:37 PM   #7
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
hi,

Quote:
ATI display drivers successfully installed
please run 'fglrxconfig' now
OK, looking good so far..

Now you need to run the fglrxconfig script, which will configure your system to use the fglrx driver you've just installed. give it a try and post back..
 
Old 06-08-2004, 07:47 PM   #8
pepsi
Member
 
Registered: Apr 2004
Posts: 63

Rep: Reputation: 15
do what the warning tells you, the drivers wernt compiled and installed in the directory, also for fglrx config disabling the built in ati garp moduale will help if the x-window won't start after config
 
Old 06-08-2004, 10:06 PM   #9
EvMaster
LQ Newbie
 
Registered: Jun 2004
Location: Melbourne, Austrtalia
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
Hi.

I'm not sure what I did, I stopped there and then went to school. When I came back and turned it on it worked! It's absolutely fantastic! UT2004 flies by as does glxgears! It's amazing!

direct rendering: Yes

OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 1.3 (X4.3.0-3.9.0)

Thanks a lot guys! You've made my Linux experience so much better!
-Evan Munro-Smith
 
Old 06-09-2004, 04:51 PM   #10
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by EvMaster
Hi.

I'm not sure what I did, I stopped there and then went to school. When I came back and turned it on it worked! It's absolutely fantastic! UT2004 flies by as does glxgears! It's amazing!

direct rendering: Yes

OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 1.3 (X4.3.0-3.9.0)

Thanks a lot guys! You've made my Linux experience so much better!
-Evan Munro-Smith
Glad everything worked for you. Here's an advice: DON'T update your drivers if everything is running smooth. I've learned that in Linux, higher version numbers does NOT mean better performance. It's more for compatibility! If you DO update your driver, you may run into different problems, at least that's what happened to me. To this day, I still continue to use ATI's 3.2.5 drivers and they still work like a charm.
 
Old 06-09-2004, 05:20 PM   #11
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
Quote:
Originally posted by Micro420
Glad everything worked for you. Here's an advice: DON'T update your drivers if everything is running smooth. I've learned that in Linux, higher version numbers does NOT mean better performance. It's more for compatibility! If you DO update your driver, you may run into different problems, at least that's what happened to me. To this day, I still continue to use ATI's 3.2.5 drivers and they still work like a charm.
heed this mans word... and with ATI drivers.. always keep archives of all the old ATI drivers as well.. cause ATI doesnt privide older versions...

I learned the hard way.. I needed 3.2.5, after 3.7.0 was released.. cause 3.7.0 did not work for me.
 
  


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 drivers not working for 3d pula0r Linux - Hardware 1 06-28-2005 01:26 PM
ATI drivers not working Gero Linux - Hardware 2 04-16-2005 10:08 AM
Mandrake 10.1 - Can't get the newest ATI drivers working :-( somez Mandriva 6 02-05-2005 03:22 AM
ATI drivers on mandrake 10 working? nuka_t Linux - Newbie 5 06-21-2004 05:37 PM
ATI New Drivers = No working Micro420 Linux - Hardware 7 11-07-2003 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

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