Only happens with beryl or compiz, metacity it is fine. When I only change to EXA from XAA and nothing else, I get corruption, a white background, the right half of the screen gets garbled, and the taskbar does not display in gnome. attaching org.0.log, xorg.conf, and a screenshot. This is on a T41 thinkpad with a radeon 9000 mobility chip.
Created attachment 8695 [details] screenshot screenshot when i switch to beryl
Created attachment 8696 [details] xorg configuration
Created attachment 8697 [details] Xorg log
See bug 9576 and bug 9223.
well, I am running at 16 bit as you can see from the configuration, and still problems, so is it the same bug?
forgot to mention, setting up /etc/drirc as in bug 9223 does nothing, still the same problem...
It doesn't depend on the depth directly but on the amount of video RAM reserved for textures. What does glxinfo -i -l | grep MAX_TEXTURE_SIZE say?
It says: GL_MAX_TEXTURE_SIZE = 1024 so, just curious, what does that mean? going to go out on a limb and guess it means I have to run at 1024x768 resolution, although I am not sure...
Yeah, it means the 3D driver doesn't support textures larger than 1024x1024, so it's the same problem as in the other bug reports I mentioned. The question is why the /etc/drirc parameter doesn't work... Did you change the driver from "radeon" to "r200" and restart the X server afterwards?
No, but just now I did change the driver to r200 <driconf> <device screen="0" driver="r200"> <application name="all"> <option name="allow_large_textures" value="2" /> </application> </device> </driconf> did a quick ctrl-alt-backspace logged in again, and still stuck with 1024 textures... xorg.conf and stuff is still the same as what I posted here...
well, it is working fine and dandy now, turns out driconf created a ~/.drirc file, so just needed to enable large textures in driconf and delete the /etc/drirc file. Curious why large textures are by default not enabled, does it cause some apps to break or behave strangely? closing this bug, sorry to bother and thanks for the help. *** This bug has been marked as a duplicate of bug 9576 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.