Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 504 Bytes

notear.md

File metadata and controls

13 lines (11 loc) · 504 Bytes

Quick fix for tearing on GNOME (< 3.30):

  • Open looking glass pressing ALT+F2 then lg
  • Type:
  • Meta.disable_unredirect_for_screen(global.screen);

For GNOME >=3.30

  • Open looking glass pressing ALT+F2 then lg
  • Type:
  • Meta.disable_unredirect_for_display(global.display);

This will fix screen tearing at the cost of performance/heat!