dnschneid / crouton

Chromium OS Universal Chroot Environment
https://goo.gl/fd3zc?si=1
BSD 3-Clause "New" or "Revised" License
8.57k stars 1.24k forks source link

Screen Tearing in XFCE -- Can't enable TearFree #4771

Open BraisGz opened 2 years ago

BraisGz commented 2 years ago

name: impish
encrypted: no
Entering /mnt/stateful_partition/crouton/chroots/impish...
crouton: version 1-20220111101058~master:a9eafaee
release: impish
architecture: amd64
xmethod: xorg
targets: audio,cli-extra,core,gtk-extra,xfce,x11,xorg
host: version 14943.0.0 (Official Build) dev-channel octopus 
kernel: Linux localhost 4.14.254-19204-ge1d7d8bc7614 #1 SMP PREEMPT Mon Jun 27 19:14:09 PDT 2022 x86_64 x86_64 x86_64 GNU/Linux
freon: yes
Not unmounting /mnt/stateful_partition/crouton/chroots/impish as another instance is using it.```

#### Issue:

I'm getting a lot of tearing within XFCE i've already tried with diferent ubuntu and debian releases and is always the same thing. I try to set up the the TearFree option without success. Is some kind of solution to this?
elkawai621 commented 2 years ago

Use this:

xfwm4 --replace --vblank=glx &
xfconf-query -c xfwm4 -p /general/vblank_mode -s glx

worked for me ;)