On Fri, 2007-07-20 at 13:20 +0200, Dotan Cohen wrote: > On 20/07/07, Mike Chambers <mike@xxxxxxxxxx> wrote: > > OK, using the newer driver that came out in the last day or two, got it > > to load, can see rhgb now whereas before I couldn't with my vesa driver. > > I do see the "Testing use only" icon so that shows it's working. What I > > want to know, is if I am able to load DRI and does composite still have > > to be disabled? I have attached my xorg.conf that I am using. > > > > Can someone comment on it on what I need to turn off or on to get > > whatever I can to work, to work? > > > > Thanks ahead of time, > > > > If you are asking how to remove the floating icon, it doesn't seem > possible at this point. Discussion underway on another list I'm > subscribed to can't find a solution, other than hoping for an official > hotfix. According to a posting it is possible: http://www.rage3d.com/board/showpost.php?p=1335043887&postcount=6 DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so TMPDRV=/tmp/fglrx_drv.so for x in $(objdump -d $DRIVER|awk '/call/&&/Logo/{print "\\x"$2"\\x"$3"\ \x"$4"\\x"$5"\\x"$6}'); do sed -i "s/$x/\x90\x90\x90\x90\x90/g" $TMPDRV done cp $TMPDRV $DRIVER Haven't tried it so don't know. Anyway, I don't know if this fedora list is the best place to ask about proprietary drivers. The phoronix forum is always a good (and maybe a better) place. Regards, Patrick