diff --git a/README.md b/README.md index 40f1b9e..fbd34c2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ switching=nouveau You can see more documentation about `optimus-manager.conf` [here in this link](https://github.com/Askannz/optimus-manager/blob/master/optimus-manager.conf) +If you use some sort of screen compositor like Picom, remember to enable hardware acceleration to get rid of the tearing: +``` +backend = "glx"; +``` +If `glx` doesn't work, you can also try `xrender` instead. + If you are on `Pop!_OS` (which also has this same stuttering issue with nvidia cards) you are probably using `system76-power`. I didn't found an easy way to enable the Intel driver instead the `modesetting` driver with `system76-power`, but if you know how to do so and it works for you please let me know to update this guide.