Skip to content

Instantly share code, notes, and snippets.

@checktravis
Created July 31, 2018 12:59
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 checktravis/dfe6ed58278e27c0b9c3b07fe0b986dd to your computer and use it in GitHub Desktop.
Save checktravis/dfe6ed58278e27c0b9c3b07fe0b986dd to your computer and use it in GitHub Desktop.
multi-touch (screen) zoom in Ubuntu Firefox without introducing font artifacts.
Open with env var MOZ_USE_XINPUT2 from command line
$ MOZ_USE_XINPUT2=1 /usr/bin/firefox
This gives us multifouch zooming (albeit a bit clunky). It also seems to add some memory issues with
the display of fonts. If you see random bold / blurry / jagged head over to preferences and search
for "smooth" and uncheck "Use smooth scrolling"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment