Skip to content

Instantly share code, notes, and snippets.

@dcow
Last active December 18, 2016 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcow/94db33260db5232fdcf971879951a1b5 to your computer and use it in GitHub Desktop.
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.)

@burdzwastaken
Copy link

burdzwastaken commented Dec 18, 2016

#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

@dcow
Copy link
Author

dcow commented Dec 18, 2016

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.

@dcow
Copy link
Author

dcow commented Dec 18, 2016

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