My Ubuntu 16 installation occasionally has weird rendering issues. How can I tell if I am in software rendering mode?
Running ubuntu-drivers devices
outputs:
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
My Ubuntu 16 installation occasionally has weird rendering issues. How can I tell if I am in software rendering mode?
Running ubuntu-drivers devices
outputs:
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
Your operating system is not using an Nvidia or AMD proprietary graphics driver, so your system is currently running in software rendering mode. If there was a proprietary graphics driver compatible with your computer's hardware available from the default Ubuntu repositories, then ubuntu-drivers devices
would have listed it.
For more information read the answers to How to download all required Ubuntu drivers.
ubuntu-drivers devices
? – karel Jun 21 '17 at 10:47== cpu-microcode.py == driver : intel-microcode - distro non-free
– User9123 Jun 21 '17 at 10:54