deleted modesetting and uninstalled xf86-video-intel

This commit is contained in:
Harri Lahtinen 2019-08-28 17:05:19 +03:00
parent 42b3967a61
commit f94e0e8478
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ glx-no-stencil = true;
glx-no-rebind-pixmap = true;
# Damage
use-damage = false;
use-damage = true;
# GLX backend: GLX buffer swap method we assume.
# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
@ -56,7 +56,7 @@ use-damage = false;
# Useless with --glx-use-copysubbuffermesa.
# Partially breaks --resize-damage.
# Defaults to undefined.
glx-swap-method = "3";
glx-swap-method = "undefined";
#################################
#
@ -218,7 +218,7 @@ refresh-rate = 60;
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesnt have the effect of --sw-opti unlike other methods. Experimental.
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
# (Note some VSync methods may not be enabled at compile time.)
vsync = "opengl-mswc";
vsync = "opengl-swc";
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.