Summary: | [r300g] causes Xorg segfault with compositing enabled | ||
---|---|---|---|
Product: | DRI | Reporter: | Nikolay Rysev <mad.f3ka> |
Component: | DRM/Radeon | Assignee: | Marek Olšák <maraeo> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | XOrg git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Nikolay Rysev
2010-04-15 09:33:34 UTC
Please, recompile Mesa with --enable-debug and provide logs once again. r300g doesn't work on the RS690 or any Radeon Xpress IGP because there is no vertex shader in the hardware, and Gallium apparently doesn't work without one. I'm sure implementing a software fallback for VS processing isn't too difficult, but I sadly lack such knowledge. I also have a RS690 on my laptop running Arch x86_64, not that it matters. Support for RS690 is on the way... Thanks for replies. Well, when can i test the support of this chip? :) I think r300g should more or less work on SWTCL chipsets now. Can you test? Works fine, but slow. Thank you! Where can I ask about mesa compiling with llvm? It fails on dlopen in auxiliary/libgallium.a(u_dl.o). 1) Install the package llvm-dev 2) Compile with --enable-gallium-llvm (do make clean before it) i had a problem with LDFLAGS, mesa with llvm not compile with default archlinux flags: "-Wl,--hash-style=gnu -Wl,--as-needed". workaround for this problem is empty LDFLAGS. // sorry for bad english Thank you! |
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.