Summary: | White title bar in beryl when EXA is used (works for XAA) | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Henry Ludemann <misc> | ||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||
Status: | RESOLVED INVALID | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | high | ||||||
Version: | 7.1 (2006.05) | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Henry Ludemann
2006-12-02 02:31:16 UTC
Created attachment 7944 [details]
Screenshot showing white title bar
Screenshot with EXA enabled (note the white title bar)
Sorry, I didn't test it enough. Changing to XAA didn't work for me (I was going off the comments). Changing status to INVALID. (In reply to comment #2) > Sorry, I didn't test it enough. Changing to XAA didn't work for me (I was going > off the comments). Changing status to INVALID. Sometimes it is due to too large textures, usualy when one size becomes larger than 1024 pixels. As your screenshot is exactly 1024 pixels, I wonder if it is this but you can try. try this in /etc/drirc : <driconf> <device screen="0" driver="radeon"> <application name="all"> <option name="allow_large_textures" value="2" /> </application> </device> </driconf> Yep, that did the trick. So it's using textures that are too large... Thanks for your help. |
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.