mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 00:04:20 +02:00
xsession: disable compton on nVidia
It makes everything slow.
This commit is contained in:
parent
637b80bcec
commit
6199690a80
1 changed files with 2 additions and 1 deletions
3
xsession
3
xsession
|
@ -45,7 +45,8 @@ case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in
|
||||||
# --glx-no-rebind-pixmap triggers some slow refresh, eg when using `delete-indentation' in Emacs
|
# --glx-no-rebind-pixmap triggers some slow refresh, eg when using `delete-indentation' in Emacs
|
||||||
#compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3 --paint-on-overlay
|
#compton --daemon --backend glx --vsync opengl-swc --glx-swap-method 3 --paint-on-overlay
|
||||||
# It seems there is no way to not have tearing with xrender...
|
# It seems there is no way to not have tearing with xrender...
|
||||||
compton --daemon --backend xrender --paint-on-overlay
|
#compton --daemon --backend xrender --paint-on-overlay
|
||||||
|
# Everything is so slow...
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay
|
compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue