summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index 41cbd6de..e77abaf2 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1187,7 +1187,7 @@ radeon_create_resources(xf86OutputPtr output)
"RRConfigureOutputProperty error, %d\n", err);
}
- data = 0; /* coherent mode off by default */
+ data = 1; /* coherent mode on by default */
err = RRChangeOutputProperty(output->randr_output, coherent_mode_atom,
XA_INTEGER, 32, PropModeReplace, 1, &data,