PDA

View Full Version : Ati Radeon 9500 Pro and DRI


Noiano
02-16-2008, 10:41 AM
Hello everybody
I have installed the latest ati driver available for linux and I have the dri initialization problem. I have pasted my xorg log here: http://phpfi.com/296783.

Fglrx info says

libGL error: XF86DRIQueryDirectRenderingCapable returned false
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

Segmentation fault


I have already tried to do the following
sudo mkdir -p /usr/X11R6/lib/modules/dri
sudo ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri
but nothing changed and I am out of ideas.

Any help would be much appreciated.

Noiano
02-17-2008, 05:20 AM
I just realized this is not the proper sub forum :(. Sorry...moderators please move it to " AMD/ATI Linux "

Thanks

Kano
02-17-2008, 07:01 AM
The error is clear, it is a problem with the kernel module not the file you are trying. Maybe it has not built for your kernel or there is a module mismatch. Check "dmesg" and "modinfo fglrx".

Noiano
02-17-2008, 11:26 AM
The error is clear, it is a problem with the kernel module not the file you are trying. Maybe it has not built for your kernel or there is a module mismatch. Check "dmesg" and "modinfo fglrx".

Well I have no practise with kernel stuff so I need guidance. The dmesg | grep fglrx says:


[ 33.232101] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 33.267351] [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
[ 33.267456] [fglrx] ASYNCIO init succeed!
[ 33.267766] [fglrx] PAT is enabled successfully!
[ 33.267859] [fglrx] module loaded - fglrx 8.45.4 [Jan 16 2008] on minor 0
[ 50.223425] [fglrx] Internal AGP support requested, but kernel AGP support active.
[ 50.223434] [fglrx] Have to use kernel AGP support to avoid conflicts.
[ 50.223441] [fglrx] AGP detected, AgpState = 0x1f000217 (hardware caps of chipset)
[ 50.224347] [fglrx] AGP enabled, AgpCommand = 0x1f000314 (selected caps)
[ 50.231197] [fglrx] Reserve Block - 0 offset = 0X0 length = 0X40000
[ 50.231206] [fglrx] Reserve Block - 1 offset = 0X8000000 length = 0X4000000
[ 50.239699] [fglrx:firegl_cmmqs_init] *ERROR* CMMQS initialization is failed.


While modinfo fglrx says:


filename: /lib/modules/2.6.22-14-generic/updates/dkms/fglrx.ko
license: Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
description: ATI Fire GL
author: Fire GL - ATI Research GmbH, Germany
srcversion: FC8F74F35C845D3D1CD0E8E
alias: pci:v00001002d000095CFsv*sd*bc03sc00i00*
alias: pci:v00001002d000095CEsv*sd*bc03sc00i00*
alias: pci:v00001002d000095CDsv*sd*bc03sc00i00*

<a lot of lines like above>

depends: agpgart
vermagic: 2.6.22-14-generic SMP mod_unload 586
parm: firegl:charp



I hope you can help me :)

Kano
02-17-2008, 04:51 PM
Maybe try an older driver to compare.

Noiano
02-18-2008, 02:51 AM
Maybe try an older driver to compare.

Well I've tried version 8.40.4 which works correctly but when I switch from a tty to another everything freezes (ctrl+fn). Same thing when I logout from gnome...

Is there any thing I can do with this version of the driver?

thanks