Jerome Glisse wrote:
> On 7/25/05, Bellido Nicolas <[EMAIL PROTECTED]> wrote:
> 
>>On Monday 25 July 2005 10:18, Jerome Glisse wrote:
>>
>>>radeon 9800 card still lockup with r300 driver. If you first run
>>>an X server with fglrx, then leave and launch xorg with r300
>>>driver you shouldn't have any lockup.
>>
>>A quick question: which version of X and fglrx are you using ?
>>
>>I've been struggling to get fglrx to work with Xorg CVS HEAD, without any
>>success so far...
>>
>>Since X has moved to dlloader, while fglrx still is shipped as elf, this
>>causes a lot of undefined symbols when X is starting.
>>
>>I tried to make a .so version of the fglrx_drv.o file, but now X complains
>>about libfglrxdrm...
> 
> 
> In fact, i use xfree86 (from debian testing) for fglrx, i don't think you 
> could
> make lastest fglrx work with xorg head, have to wait for next ati release...
> 
> Jerome Glisse

I made xorg cvs work with fglrx but it doesn't work with DRI (it says
DRM version is not what it expects).
I don't remember the exact URL form where i got the instructions but i
did something similar to this:
http://lists.freedesktop.org/pipermail/xorg/2005-February/006049.html
and this:
http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg21846.html

and i added this to my Section "Module":
    # fglrx xorg cvs hack
    Load        "fglrxdrm"
    Load        "xaa"
    Load        "ramdac"
    Load        "fbdevhw"
    Load        "vgahw"
    Load        "vbe"
    Load        "i2c"
    Load        "int10"
    Load        "fb"
    Load        "ddc"

which solves the undefined symbol messages.
-- 
Pedro Ramalhais


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to