Update 'README.md'

This commit is contained in:
Franco Colmenarez 2021-10-06 17:52:15 +00:00
parent 73c2b2cef3
commit 03b459e421

View File

@ -29,6 +29,7 @@ You can see more documentation about `optimus-manager.conf` [here in this link](
If you use some sort of screen compositor like Picom, remember to enable hardware acceleration to get rid of the tearing: If you use some sort of screen compositor like Picom, remember to enable hardware acceleration to get rid of the tearing:
``` ```
backend = "glx"; backend = "glx";
vsync = true;
``` ```
If `glx` doesn't work, you can also try `xrender` instead. If `glx` doesn't work, you can also try `xrender` instead.