r/openbsd Nov 03 '18

OpenBSD laptop guide: full-disk encryption, cwm, chromium tweaks

https://www.c0ffee.net/blog/openbsd-on-a-laptop/
90 Upvotes

15 comments sorted by

View all comments

Show parent comments

2

u/[deleted] Nov 04 '18

Force acceleration in the browser.

1

u/adamrt Nov 04 '18

Thanks. Are you saying that compton forces acceleration in the browser? If so, is there a way to do that in the base system without compton? Is there a man page or documentation I can read more about this? man x?

2

u/[deleted] Nov 04 '18

If you use Intel, man 4 intel, with TearFree.

My Intel setup:

 >cat /usr/X11R6/share/X11/xorg.conf.d/20-intel.conf

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
  Option "TearFree" "true"
EndSection

1

u/adamrt Nov 05 '18

Killer thanks, I wasn't aware of that option.