Summary: | Part of screen corrupt with EXA enabled | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Thomas Wolfe <tomwolfe> | ||||||||
Component: | Server/Acceleration/EXA | Assignee: | Xorg Project Team <xorg-team> | ||||||||
Status: | RESOLVED DUPLICATE | QA Contact: | |||||||||
Severity: | normal | ||||||||||
Priority: | medium | CC: | tomwolfe | ||||||||
Version: | 7.1 (2006.05) | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Thomas Wolfe
2007-02-13 00:15:31 UTC
Created attachment 8695 [details]
screenshot
screenshot when i switch to beryl
Created attachment 8696 [details]
xorg configuration
Created attachment 8697 [details]
Xorg log
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.