LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   3D Acceleration with ATI Radeon 9600 (https://www.linuxquestions.org/questions/linux-hardware-18/3d-acceleration-with-ati-radeon-9600-a-154349/)

jawaking00 03-06-2004 05:40 PM

3D Acceleration with ATI Radeon 9600
 
Ok, I have XFree86 4.3.0 installed and I have recently installed the ATI Radeon 3.2.5 drivers, which seem to be working fine except for the 3D acceleration part.

When I installed the drivers, I recieved this message:

Quote:

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
patching 'drm_os_linux.h'...
probing for VMA API version...
doing script based build for kernel 2.4.x and similar
compiling './agpgart_be.c'...
compiling './agp3.c'...
compiling './i7505-agp.c'...
compiling './nvidia-agp.c'...
compiling './firegl_public.c'...
linking of fglrx kernel module...
duplicating results into driver repository...
done.
==============================
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.20-6smp/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprie
tary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module fglrx loaded, with warnings
done.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
I don't really know what that means, and I tried to do what it said towards the top about getting the custom kernel module, but hasn't seemed to affect anything.

I know 3D isn't working because when I try to run glxgears I get this error:
Quote:

Error: Couldn't open displays (null)
If anyone could help me with this I would greatly aprreciate it as I would love to be able to run Winex on my system and ditch my Windows partiton.

tarballedtux 03-06-2004 06:33 PM

Have you properly configured you XF86Config file?

Take not of the Device section in mine.

http://tarballedtux.tripod.com/XF86Config-4

Also make sure you don't have any XF86Config files in your HOME directory. When you start X it will use that instead. I just recently found that out.

Take a look at my HCL entry on the 9600XT for more info

--tarballedtux

heema 03-06-2004 06:41 PM

u should download the new drivers from ati then install them
then :

As root run the following commands:
cd /lib/modules/fglrx/build_mod
./make.sh
cd /lib/modules/fglrx
./make_install.sh
fglrxconfig

After completing your X configuration using fglrxconfig, press CTRL-ALT-BACKSPACE to restart X.


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