Alex Fansky ha scritto:
> Well, I used aiglx+Beryl and everything worked fine on xorg 7.2. But after 
> kernel upgrade I got this problem(I didn't forget to reemerge x11-drm).

Ok, so it's the new kernel fault (I'm running 2.6.18, in fact). It
wasn't so clear for me from the previous post, sorry.

My lsmod looks different from yours in (maybe) relevant entries:

spca5xx               646544  0
vmnet                  24748  15
vmmon                 163724  0
radeon                100320  3
drm                    63444  4 radeon
radeonfb               94400  0
fb                     45160  1 radeonfb
i2c_algo_bit            8840  1 radeonfb
cfbcopyarea             3968  1 radeonfb <----
cfbimgblt               3328  1 radeonfb <----
cfbfillrect             4032  1 radeonfb <----
i2c_core               20800  2 radeonfb,i2c_algo_bit <----
ehci_hcd               27208  0
sis_agp                 8772  1
agpgart                30732  2 drm,sis_agp

but I don't know exactly what do they mean.

> Here is my xorg.conf and Xorg.0.log
> http://pastebin.com/892943

I found nothing suspect. Only significant differences with mine are:
- I don't have the "RENDER" extension enabled
- I have some optimizations in the "Device" section:

Section "Device"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
        Identifier  "** ATI Radeon (generic)               [radeon]"
        Driver      "radeon"
        Option "AccelMethod" "XAA"
        Option "AGPMode" "8"
        Option "AGPFastWrite" "1"
        Option "BackingStore" "true"
        Option "XAANoOffscreenPixmaps" "true"
        Option "DRI" "true"
        Option "GARTSize" "64"
        Option "EnablePageFlip" "1"
        Option "ColorTiling" "1"
EndSection

however if it was all working perfectly before, I don't think this would
make a difference...

In the meantime a double check of your old vs new kernel configs seems
the best way to go (and also a look on gentoo bugzilla, of course). I
fear I can't tell you much more.

m.
-- 
[email protected] mailing list

Reply via email to