mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 11:40:12 +01:00
glx: Disable indirect GLX contexts by default.
Almost every situation of someone running indirect GLX is a mistake that results in X Server crashes. Indirect GLX is the cause of regular security vulnerabilities, and rarely provides any capability to the user. Just disable it unless someone wants to enable it for their special use case (using +iglx on the command line). Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
bf338efc67
commit
d0da0e9c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ Bool noGEExtension = FALSE;
|
|||
|
||||
Bool CoreDump;
|
||||
|
||||
Bool enableIndirectGLX = TRUE;
|
||||
Bool enableIndirectGLX = FALSE;
|
||||
|
||||
#ifdef PANORAMIX
|
||||
Bool PanoramiXExtensionDisabledHack = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue