Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-03-05 Thread bob_smith_1337
So, I figured out my case, I hope this helps anyone else with the same issue for some forsaken reason I had # intelworkaround export MESA_LOADER_DRIVER_OVERRIDE=i965 in my ~/.profile, which forced mesa to look for i965, failing since it has been removed in testing, and falling back to SW

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-03-05 Thread bob_smith_1337
Hi, I am having the same issue. Intel gen7 + nvidia with PRIME, debian testing I have intel-media-va-driver-non-free installed and video decoding hw accel is working on vlc, but I would like to get hw acceleration on firefox arch wiki says :

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-01-02 Thread Eduard Bloch
severity 1025389 normal thanks Hallo, * Fabio Pedretti [Mon, Jan 02 2023, 10:10:24AM]: > Hi, i965 driver was removed, and replaced by iris, crocus and (gallium > version of) i915. > > Did you have any reference to i965 in your configuration? > > cd /etc/ && grep -ri i965 > > If so try to remove

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-01-02 Thread Fabio Pedretti
Hi, i965 driver was removed, and replaced by iris, crocus and (gallium version of) i915. Did you have any reference to i965 in your configuration? cd /etc/ && grep -ri i965 If so try to remove them, the system should be able to pick up the proper driver. Il giorno dom 1 gen 2023 alle ore 23:47

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-01-01 Thread Eduard Bloch
Am Sun, Jan 01, 2023 at 11:02:08PM +0100 schrieb Eduard Bloch: > reopen 1025389 > severity 1025389 serious > thanks > > Am Sun, Jan 01, 2023 at 02:29:01PM +0100 schrieb Fabio Pedretti: > > Version: 22.3.0-3 > > > > 22.3.0-3 reenabled two intel drivers missing in previou release. > > Why the

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2023-01-01 Thread Eduard Bloch
reopen 1025389 severity 1025389 serious thanks Am Sun, Jan 01, 2023 at 02:29:01PM +0100 schrieb Fabio Pedretti: > Version: 22.3.0-3 > > 22.3.0-3 reenabled two intel drivers missing in previou release. Why the heck are you closing this when the very specific issue in the subject is not resolved?

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2022-12-18 Thread Bernhard Übelacker
On Sat, 03 Dec 2022 11:48:55 -0800 Jeremiah Mahler wrote: [14.027] (EE) Backtrace: [14.028] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x562070f40c59] [14.028] (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x40) [0x7f12c3a5af90] [14.029] (EE) unw_get_proc_name

Bug#1025389:

2022-12-09 Thread Martin
Removing the Intel config in /etc/X11/xorg.conf.d/*.conf made my laptop boot again.

Bug#1025389:

2022-12-08 Thread Fabio Pedretti
@Felix There is i915g gallium driver in mesa, that replaced old classic unmantained and removed upstream i915, but i915g is currently not enabled in Debian mesa package.

Bug#1025389: Info received ()

2022-12-07 Thread Martin
lease > send it to 1025...@bugs.debian.org. > > Please do not send mail to ow...@bugs.debian.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 1025389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025389 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems

Bug#1025389:

2022-12-07 Thread Martin
I am also affected by this bug on a 2020 Lenovo laptop, same as OP reported. After an upgrade on my unstable debian system it booted only to a blinking cursor. Going into a terminal and checking logs I also saw the segmentation fault. It made my laptop unusable as of now. :( Hope that the driver

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i915_dri.so

2022-12-03 Thread Felix Miata
Same for i915_dri.so on Bookworm: # xdriinfo libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) libGL error: failed to load

Bug#1025389: libgl1-mesa-dri: AIGLX error: dlopen of /usr/lib/x86_64-linux-gnu/dri/i965_dri.so

2022-12-03 Thread Jeremiah Mahler
Package: libgl1-mesa-dri Version: 22.3.0-1 Severity: normal Dear Maintainer, When attemtpting to start X it fails. And looking through the .local/share/xorg/Xorg.0.log finds a segfault like below (Xorg.0.log.bad). One workaround I found is to comment out the entire Intel Graphics config. Not