Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tearing with double monitor #2

Open
utkuturk opened this issue Jan 29, 2019 · 1 comment
Open

tearing with double monitor #2

utkuturk opened this issue Jan 29, 2019 · 1 comment

Comments

@utkuturk
Copy link

utkuturk commented Jan 29, 2019

Hello,

firstly, thanks for the starter pack, it is awesome. I have started using it with double screen. however, I have started seeing tearing. I am using your dot files exactly with a two difference.

exec --no-startup-id xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 784x2160 --rotate normal --output HDMI-2 --off
exec --no-startup-id nitrogen --restore

I have found some tutorials online which tells me to use glx in compton config, however I quite messed up upon using them. I thought maybe you could give some advice. Thanks!

@CharlieGBareham
Copy link

CharlieGBareham commented Jul 6, 2020

Hi, I realise how old this is but I've had the same issue, and solved it for myself.

I'm using NVIDIA GPU with Force Full Composition Pipeline enabled.

If you update ~/.config/compton.conf and change these settings

backend = "glx";

paint-on-overlay = true;

glx-no-stencil = true;

vsync = "opengl-swc";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants