Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Mesa 18.1.9 - i915 - dri screen failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
KarlP
n00b
n00b


Joined: 10 Sep 2017
Posts: 38
Location: Vorderstoder, Austria

PostPosted: Sat Oct 27, 2018 11:09 am    Post subject: [SOLVED] Mesa 18.1.9 - i915 - dri screen failed Reply with quote

I try to figure out, what is wrong with my graphics. As far as I can remember I didn't notice these error messages before.

Code:
 $ grep -e EE -e WW /var/log/Xorg.0.log
...
[    35.144] (EE) AIGLX error: Calling driver entry point failed


So I have checked out:

Code:
 $ lspci -k | grep -A2 -i vga
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
   Subsystem: Hewlett-Packard Company D530 sff(dc578av)
   Kernel driver in use: i915


Code:
 $ grep -i i915 /boot/config-4.14.52-gentoo
CONFIG_EXTRA_FIRMWARE="i915/skl_dmc_ver1_26.bin"
CONFIG_DRM_I915=y
CONFIG_DRM_I915_ALPHA_SUPPORT=y
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_SND_HDA_I915=y


Code:
 $ LIBGL_DEBUG=verbose glxinfo | grep -i "opengl version"
libGL: OpenDriver: trying /usr/lib/dri/tls/i915_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i915_dri.so
libGL: Can't open configuration file /home/karl/.drirc: No such file or directory.
libGL: Can't open configuration file /home/karl/.drirc: No such file or directory.
libGL error: failed to create dri screen
libGL error: failed to load driver: i915
libGL: OpenDriver: trying /usr/lib/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so
libGL: Can't open configuration file /home/karl/.drirc: No such file or directory.
libGL: Can't open configuration file /home/karl/.drirc: No such file or directory.
OpenGL version string: 3.1 Mesa 18.1.9


My first guess was, that it has something to do with the update from mesa-18.1.6 to mesa-18.1.9 (2018-10-06).

Code:
 $ grep -iE 'completed.*mesa' /var/log/emerge.log
1535630197:  ::: completed emerge (44 of 48) media-libs/mesa-18.1.6 to /
1538793906:  ::: completed emerge (43 of 56) media-libs/mesa-18.1.9 to /


Can somebody help?


Last edited by KarlP on Sat Oct 27, 2018 7:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
KarlP
n00b
n00b


Joined: 10 Sep 2017
Posts: 38
Location: Vorderstoder, Austria

PostPosted: Sat Oct 27, 2018 7:30 pm    Post subject: Reply with quote

An update to Mesa 18.2.3 solved the problem. Now:


Code:
 $ grep -i aiglx /var/log/Xorg.0.log
[    31.041] (II) AIGLX: Loaded and initialized i915
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum