mesa
mesa copied to clipboard
How to uninstall?
Trying to remove the mesa drivers as they worked poorly on my computer and messed up the graphics drivers. When I run glxinfo I get:
name of display: :1
MESA-LOADER: failed to open swrast (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 53
Current serial number in output stream: 52
I'm using an nvidia jetson nano by the way. Trying to run sudo ninja uninstall returns
[0/1] /usr/local/bin/meson --internal uninstall Log file does not exist, no installation has been done
I do see a log file in mesa/build/meson-logs though
I updated notes everywhere, telling that GRATE drivers are for older Tegra SoCs only. For NANO you should use upstream Nouveau drivers.
Perhaps you need to cd build/ && ninja uninstall
.
Hello @mlaugharn ,
Have you managed to fix yours problem? Do you need any more help?
I just reflashed the device to the original jetson nano image. I appreciate your help though :)
Good to know that you resolved the problem! :-) Could we close the issues then?
Sure! Although, you may want to check that ninja uninstall
works because I never got it to work
The ninja uninstall
works for me without any problems.