Summary: | [r300g] Black windows with opengl apps (ex. glxgears) | ||
---|---|---|---|
Product: | Mesa | Reporter: | speps <dreamspepser> |
Component: | Drivers/Gallium/r300 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | 7.10 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | related xorg log |
Description
speps
2011-01-31 17:28:01 UTC
Does the problem go away with the Mesa master branch? Can you set this environment variable: RADEON_THREAD=0 and try again? (In reply to comment #2) > Can you set this environment variable: > > RADEON_THREAD=0 > > and try again? Please, ignore this. I forgot there is no thread offloading in 7.10. With newer 7.11 release, this bug is still present. I managed to solve this by creating an .drirc file with: <driconf> <device screen="0" driver="dri2"> <application name="all"> <option name="vblank_mode" value="0" /> </application> </device> </driconf> It works in the same way with vblank_mode setted to 0 or 1, seems like vblank_mode is unsetted by default and cause the blank output. Btw, glxgears FPS is still low with about ~400 FPS and glxgears_pixmap gives an even slower 2 FPS. vblank interrupts (or interrupts in general) may not be working on your system. Try `cat /proc/interrupts` and see if the count on the radeon line increases. If not, you might try booting with pci=nomsi or noapic or irqpoll on the kernel commandline in grub. You got it, adding pci=nomsi to kernel solves all issues. Thanks a lot. Framerate is high enough, and all opengl apps runs fine even without .drirc (no blank output). Is this a real solution or just a workaround for a known bug? I found the same answer for another related bug (even without no success), shouldn't this be FAQed somewhere? (In reply to comment #6) > You got it, > adding pci=nomsi to kernel solves all issues. > Is this a real solution or just a workaround for a known bug? It seems MSIs aren't working on your system. Probably motherboard chipset issue or system bios bug. You might want to bring it up on the linux kernel mailing list. |
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.