diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-12-14 13:43:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-14 13:43:50 -0800 |
commit | 2b5a5542ad7d1c558d1684a0a69b66bab6e9d001 (patch) | |
tree | 1caa29c3fd81d088ccb4bbac29d5ac1ef949b860 /src/i830_tv.c | |
parent | 3fe802453a85183a69c36a098639895f49b17df1 (diff) |
Change TV modes from Preferred to Driver.
This avoids having the artificial TV mode size drive overall screen size.
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r-- | src/i830_tv.c | 2 |
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; } |