Upgrade to Mesa 10.5.9 from 10.1.3

I have some issues with my graphic card that I’m trying to solve. I have done some research and one solution could it be to use the latest mesa 10.5.9 but apparently I don’t have it installed. How do I do this upgrade? There is also this other problem: it seems that this line “Gallium … Read more

Installing mesa-utils messes up video driver info

After I installed mesa-utils in order to get rid of the “Unknown Driver” message (see here) I got contradicting info about which driver is actually being used. “System Settings” says: Gallium 0.4 on llvmpipe (LLVM 0x300), but if I type lsmod | grep video I find psb_gfx in the “video” row. Any idea? Especially, if … Read more

Black screen after login when installing Mesa 10 from source

I wanted to update my Mesa version to 10.0, so I compiled it from source, installed it, rebooted and when I logged in, I had a black screen with only my mouse visible. I have reinstalled Ubuntu 13.10 a few times now, and tried to install Mesa 10.0 again, and every time I get the … Read more

How to uninstall AMD drivers and install mesa? – 18.04.3 LTS

I just installed the amdgpu-pro drivers from AMD’s official website. But now some apps are not working that well and I heard that Mesa drivers were superior. How do I uninstall these drivers and replace them with Mesa? I downloaded the drivers from: https://www.amd.com/en/support Followed the following steps: tar -xJvf amdgpu-pro_*.tar.xz cd amdgpu-pro-XX.XX-XXXXXX ./amdgpu-pro-install -y … Read more

Major drop in FPS on Vega 8 following MESA/OpenGL library upgrade to 20.0.8-0ubuntu1~18.04.1

I have an ASUS TUF FX505DY with a AMD Radeon RX 560X / AMD Radeon Vega 8 After an update earlier today I’ve noticed a major drop in FPS in all games. Below is a list of all the updated libraries without those that probably have no impact on graphic performance (like pulseAudio or Firefox). … Read more

How do I use my RX 5700 with Ubuntu 19.04?

I have an Ryzen 3700x and the RX 5700. There appears to be no hardware acceleration, and I seem to be using software-rendering for everything. I have recently uninstalled the proprietary AMDGPU pro drivers and upgraded to Ubuntu 19.04 from 18.04, installed the 5.3-rc3 kernel, and started using oibaf’s PPA. Moving back to Ubuntu 18.04 … Read more

Ubuntu 18.04.4 startup stuck after package updates / mesa segmentation fault

TL;DR /usr/lib/gdm3/gdm-x-session[5106]: (EE) Segmentation fault at address 0x56131d0000f7 The startup problem I shut down Ubuntu 18.04.4 on my machine today and cold-started it somewhat later. Now it starts but no longer reaches the UI stage. The start process ends with the following output on the screen (tail of the output): … [ OK ] Started … Read more

mesa update breaks build

Today a new mesa has been released on ubuntu 16.04.02 https://launchpad.net/ubuntu/+source/mesa/17.0.7-0ubuntu0.16.04.1 However it breaks my build, when I link my lib to libGL.so /usr/lib/x86_64-linux-gnu/libGL.so: undefined reference to `drmFreeDevice’ /usr/lib/x86_64-linux-gnu/libGL.so: undefined reference to `drmGetDevices’ /usr/lib/x86_64-linux-gnu/libGL.so: undefined reference to `drmGetDevice’ /usr/lib/x86_64-linux-gnu/libGL.so: undefined reference to `drmFreeDevices’ Downgrading to the previous versions manually fixes my issue. Does someone else … Read more

Installing mesa-opencl-icd in Ubuntu 16.04

Simply put, this library won’t install using this excuse: $ sudo apt install mesa-opencl-icd Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not … Read more