summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index ccb6aac2..af9826b0 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -702,7 +702,7 @@ i830_tv_get_modes(xf86OutputPtr output)
new->VSyncEnd = 777;
new->VTotal = 806;
- new->type = M_T_PREFERRED;
+ new->type = M_T_DRIVER;
return new;
}