I was able to find a workaround with some digging:
~/.local/share/Steam/ubuntu12_64/steam-runtime-heavy/run.shexec "$@" with exec "$@" --use-gl=desktopAfter doing the above (and restarting Steam) the UI is nice and snappy. Much more so than it's ever been since the new Steam UI was released. Big picture mode is also no longer laggy.
Can confirm that the above workaround helped. Though I'm seeing even better results in terms of less graphical corruption from --use-gl=egl. Steam Web Helper seems to be crashing more though. This is on Nvidia's latest driver.
And then after attempting to use Big Picture it looks like Hardware Accel is off again.
I was able to find a workaround with some digging:
1. Open `~/.local/share/Steam/ubuntu12_64/steam-runtime-heavy/run.sh` 2. At the bottom, replace `exec "$@"` with `exec "$@" --use-gl=desktop`After doing the above (and restarting Steam) the UI is nice and snappy. Much more so than it's ever been since the new Steam UI was released. Big picture mode is also no longer laggy.
This solution isn't working for me anymore. Steam overwrites any changes that I make.
Looking at how that file is launched, it looks like you don't actually have to modify the file directly. You should be able to just launch steam with the same argument on the command line (steam --use-gl=desktop), using whatever preferred method you have for launching stuff. But I no longer seem to have this issue personally so I can't verify.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Enabling GPU acceleration in Steam settings appears to have no effect what so ever. The steam UI remains exceedingly sluggish in both desktop and big picture modes. Especially at a large window size. Opening a popup that blurs the background (e.g news or achievements) in the Library view makes the FPS drop to low single digits.
I eventually found this in
webhelper.txt, which may explain it:I don't know what's causing
--disable-gpu-compositingto be passed to the render process however. The GL/Vulkan drivers are installed as both 32-bit and 64-bit:Amdvlk is not installed:
Steps for reproducing this issue: