You are not logged in.
Pages: 1
Hi
I'd like to know what command is used behind
Window Manager Tweaks -> Compositor tab -> Enable display compositing
checkbox?
I like composite effects, but i get annoyng tearing while watching videos while it's on (I read tons of posts and it's something related to composite ignoring VBlank sync). So i'd like to write a script that:
1. disables composite effects (exactly like unchecking the checkbox mentioned above)
2. launches video player
3. enables composite effects after player is gone.
OpenSuSE 11.1, XFCE 4.6, Xorg 7.4, Nvidia drivers 180.29-0.1
Offline
Hi
You can do it using xfconf-query:
xfconf-query -c xfwm4 -p '/general/use_compositing' -t 'bool' -s 'true'
xfconf-query -c xfwm4 -p '/general/use_compositing' -t 'bool' -s 'false'
Offline
Thanks!
Works like charm, you're the best
Offline
I've been looking for something like this for a while.
Thank you very much!
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 522.28 KiB (Peak: 524.12 KiB) ]