From 0fd680ff52f7ce0a101c617dfb8997c4e228e3ad Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Jul 2012 22:51:26 +0100 Subject: Don't disable acceleration on 830/845g by default Run the risk of a GPU hang (it shouldn't endanger the entire machine normally) and let the user elect to disable it through Option "NoAccel" "true" Signed-off-by: Chris Wilson --- src/intel_options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/intel_options.c') diff --git a/src/intel_options.c b/src/intel_options.c index 77832aad..7dbbc7ed 100644 --- a/src/intel_options.c +++ b/src/intel_options.c @@ -5,6 +5,7 @@ #include "intel_options.h" const OptionInfoRec intel_options[] = { + {OPTION_ACCEL_DISABLE, "NoAccel", OPTV_BOOLEAN, {0}, 0}, {OPTION_ACCEL_METHOD, "AccelMethod", OPTV_STRING, {0}, 0}, {OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, 1}, {OPTION_COLOR_KEY, "ColorKey", OPTV_INTEGER, {0}, 0}, -- cgit v1.2.3