+ Reply to Thread
Results 1 to 6 of 6

Thread: Ati Radeon 9500 Pro and DRI

  1. #1
    Join Date
    Feb 2008
    Posts
    5

    Unhappy Ati Radeon 9500 Pro and DRI

    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
    Code:
    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
    Code:
    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.

  2. #2
    Join Date
    Feb 2008
    Posts
    5

    Default

    I just realized this is not the proper sub forum . Sorry...moderators please move it to " AMD/ATI Linux "

    Thanks

  3. #3
    Join Date
    Aug 2007
    Posts
    5,494

    Default

    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".

  4. #4
    Join Date
    Feb 2008
    Posts
    5

    Default

    Quote Originally Posted by Kano View Post
    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:

    Code:
    [   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:

    Code:
    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

  5. #5
    Join Date
    Aug 2007
    Posts
    5,494

    Default

    Maybe try an older driver to compare.

  6. #6
    Join Date
    Feb 2008
    Posts
    5

    Default

    Quote Originally Posted by Kano View Post
    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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts