Last active
December 18, 2016 03:53
-
-
Save dcow/94db33260db5232fdcf971879951a1b5 to your computer and use it in GitHub Desktop.
kill llvmpipe & workaround integer dpi scale
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
You can adjust the scale to your liking. The idea is that you scale up the display. This gives things more space to render. Then, everything gets shrunk when the output is downscaled again to fit it on the screen. It's definitely not optimal, but it works.
Bonus desktops: we were playing around with ubuntu 16.4 + gnome earlier.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Add the backports repository
echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
#Update apt
apt update