On 11/1/21 8:36 am, Jeremy Ardley wrote:


On 10/1/21 12:52 pm, Jeremy Ardley wrote:
inxi -Fxz
(...)
Graphics:
   Device-1: AMD Caicos PRO [Radeon HD 7450] vendor: ASUSTeK driver: radeon
   v: kernel bus ID: 09:00.0
   Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
   resolution: 1920x1080~60Hz
   OpenGL: renderer: N/A v: N/A direct render: N/A


The problem is now resolved after discovering multiple errors.

First, some process had removed parts of libgl1 so I reinstalled the package

sudo apt install --reinstall libgl1 (reboot) glxinfo name of display: :0 libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing libGL error: failed to load driver: r600 libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing libGL error: failed to load driver: r600 libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast X Error of failed request:  GLXBadContext   Major opcode of failed request:  152 (GLX)   Minor opcode of failed request:  6 (X_GLXIsDirect)   Serial number of failed request:  60   Current serial number in output stream:  59


The problem now became libgl looking in the wrong locations for the dri files

In buster they are installed at

/user/lib/x86_64-linux-gnu/dri

I then made two symlinks to that directory. I'm not sure which one actually worked

cd /usr/lib sudo ln -s x86_64-linux-gnu/dri . cd /usr/lib64 sudo ln -s ../lib/x86_64-linux-gnu/dri .

(reboot)



Jeremy

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to