Summary: | [GME965] Major opcode of failed request: 135 (DRI2) | ||
---|---|---|---|
Product: | DRI | Reporter: | smith <stopads> |
Component: | DRM/Intel | Assignee: | Gordon Jin <gordon.jin> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | eric |
Version: | unspecified | Keywords: | NEEDINFO |
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
smith
2009-02-03 10:40:08 UTC
Created attachment 22530 [details]
Also shows output when LIBGL_ALWAYS_INDIRECT=1, but direct rendering: No
Created attachment 22531 [details]
list of tarball versions used to build Xorg
Created attachment 22532 [details]
Build script for creating Xorg from tarballs
Created attachment 22533 [details]
config file showing usage of UXA
Created attachment 22534 [details]
log file from Xorg
Created attachment 22535 [details]
more system info, if desired
The output from building Xorg is too large (1.6 MB). I can email the file if you want. Again, I'm willing to test any changes. Just let me know. Looks like a misconfiguration issue. Please paste output of "ldd /usr/bin/glxgears". Does that returns the right libGL path you've built and installed? Good call! The wrong libraries were being used. So the missing piece is I have to export LD_LIBRARY_PATH *every* time. I was led to believe that exporting the path once before launching X was all I needed. In other words, I thought the path would be persistent for my entire X session. Obviously it is not. What's the best procedure for updating my system to point to a new Xorg build once I've determined it's stable? For example, I'd like to continue building the driver in a separate directory so I don't corrupt my Fedora 10 installation with a bad build. When it's time to make it permanent, how should I ask to Fedora to load the new Xorg instead of the old Xorg without manually exporting the LD_LIBRARY_PATH and manually starting X with the new path to Xorg? BTW, I'll update the wiki to prevent others from having this problem. Thanks! (In reply to comment #9) > What's the best procedure for updating my system to point to a new Xorg build > once I've determined it's stable? I have below lines in ~/.bashrc: export PATH=/opt/X11R7/bin:$PATH export LIBGL_DRIVERS_PATH=/opt/X11R7/lib/dri:/opt/X11R7/lib export LD_LIBRARY_PATH=/opt/X11R7/lib |
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.