On Sun, Nov 05, 2023 at 09:09:37PM +0100, Josh wrote: > > chrome output before freeze: > test# chrome --debug > [67850:-1106581952:1104/174401.831825:ERROR:bus.co(406)] Failed to > connect to the bust Failed to connect to socket > /var/run/dbus/system_bus_socket: No such file or directory libGL > error: MESA-LOADER: failed to retrieve device information > libGL error: MESA-LOADER: failed to open andgpu: File not found > (search paths /usr/Х116/lib/modules/dri, suffix_dri) libGL error: > failed to load driver: andgpu
Even with the bad OCR, normally /usr/X11R6/lib/modules/dri/amdgpu_dri.so should be present. > libGL error: failed to open /dew/dri/card0: No such File on directory > libGL error: failed to load drivert radeonsi same both /dev/dri/card0 and /usr/X11R6/lib/modules/dri/radeonsi_dri.so should exist > libGL error: MESA-LOADER: failed to open swast: Cannot load specified > object (search paths /us/W11RB/lib/modules/dri, suffix _dri) libGL > error: failed to load driver: swrast And so does /usr/X11R6/lib/modules/dri/swrast_dri.so I suspect something is busted on your installation, or you have corrupted the unveil setup for chromium and/or firefox. check /etc/chromium/unveil.* and /etc/firefox/unveil.* files. remove them and re-install the packages to make sure you have the correct ones (or copy them back from /usr/local/share/examples/) -- Matthieu Herrb