UI Elements blink in Linux Build

Hi guys,

I’m getting a weird problem with UI elements. Everything works well in Unity Editor (even running on linux) and everything works well in Mac or Windows build, but when I do a Linux build, some UI elements start to blink even disappearing for some seconds when I move my mouse.

Any idea what could be the problem? I am getting some Shaders unsupported by my gpu messages in logs when running in linux, could it be related with UI elements blinking?

Thanks!

Frankly, that sound like you have a video driver issue. Linux drivers, especially the ones that might come with the OS when you install it, may not be the latest ones and may incompletely support some features. I have just run into that with a Tiger Lake CPU using Ubuntu 20. Even doing an update from their standard repository sites may not get you the latest and greatest driver.

It might help to know what version of Linux you are using and what the GPU is. I would check with the GPU manufacturer for newer video drivers. In the case of NVidia and AMD, you may want to check their web sites and not the board manufacturer site as well, but start with the board manufacturer.

Thanks for the answer, I’m using a laptop with Ubuntu 20.04.2 LTS, my graphic card is GeForce GTX 1070, using latest ubuntu drivers available in aditional drivers nvidia-driver-460 (propietary). By the way, I’m using URP (Universal Render Pipeline) in my project.

I have even tried using “sudo prime select intel” to select integrated intel graphics card, but I still have the same issue.