Update 'README.md'

This commit is contained in:
Franco Colmenarez 2021-10-06 17:50:42 +00:00
parent e7f81a41d4
commit 73c2b2cef3

View File

@ -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.