Bug 971437
| Summary: | [mesa-dri-drivers] libGL error: failed to load driver: i965 (T530, Intel GT2) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Pokorný [poki] <jpokorny> |
| Component: | mesa | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | ajax, chentsov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-13 15:28:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jan Pokorný [poki]
2013-06-06 14:00:01 UTC
After restart and yum update [*] (without additional restart),
everything seems to be OK:
$ LIBGL_DEBUG=verbose glxinfo | grep direct
libGL: OpenDriver: trying /usr/lib64/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/i965_dri.so
libGL: Can't open configuration file /home/jpokorny/.drirc: No such file or directory.
libGL: Can't open configuration file /home/jpokorny/.drirc: No such file or directory.
direct rendering: Yes
libGL: Can't open configuration file /home/jpokorny/.drirc: No such file or directory.
You have new mail in /var/spool/mail/jpokorny
[*]
in addition to mesa-{filesystem,dri-drivers,libxatracker}-9.2-0.7.20130528
and llvm-libs-3.3-0.4.rc2 pulled in when updating just mesa-dri-drivers
as mentioned, following mesa packages were update with this global update:
- mesa-libglapi-9.2-0.7.20130528.fc18.x86_64
- mesa-libGL-9.2-0.7.20130528.fc18.x86_64
- mesa-libgbm-9.2-0.7.20130528.fc18.x86_64
- mesa-libEGL-9.2-0.7.20130528.fc18.x86_64
- mesa-libGL-devel-9.2-0.7.20130528.fc18.x86_64
- mesa-libEGL-devel-9.2-0.7.20130528.fc18.x86_64
There is a little space of possibility that these should have been required
as well by mesa-dri-drivers, but could be a problem of not performing
a restart (of system or of X) first.
My vote is to close this bug (and will do if there is no feedback in
a few weeks).
I had the same problem after installing clang++. Which ultimately led to updating of mesa-dri-drivers. Depending on setting user can experience some or all of the following: 1. gnome-control-center unavailability (crush) 2. no gdm login prompt 3. unable to unlock the screen 4. gnome loads in fallback mode Problem here is that 1) updated mesa has glx-tls compilation option enabled while previous didn't, 2) mesa-dri-drivers has implicit dependency on libglapi that is not getting updated automatically. Individual solution here is to update libglapi.so $ sudo yum update mesa-libglapi Global solution is to add to mesa-dri-drivers dependency on mesa-libglapi. This bug is similar to https://bugzilla.redhat.com/show_bug.cgi?id=969704 re [comment 2]: Thanks Mr. Chentsov for a better analysis and for discovering the link to the other bug (I tried to find if there is an existing report prior to filing this one, but still missed it). > Global solution is to add to mesa-dri-drivers dependency on mesa-libglapi. This is what I thought ("possibility that these should have been required as well by mesa-dri-drivers") but hadn't been willing to dive even more. Anyway, I am going to close this bug as a duplicate of that one. *** This bug has been marked as a duplicate of bug 969704 *** |