[PATCH] add 1920x1080 mode to intel tv out

rglowery at exemail.com.au rglowery at exemail.com.au
Sat Oct 27 23:02:36 PDT 2007


Any reason not to include this patch against the intel driver?  It allows
me to do fullscreen TV when the DVI output is connected to a 1080p
projector at the same time.  I see the 720p mode is already there.

diff --git a/src/i830_tv.c b/src/i830_tv.c
index ee2538a..e7b3f92 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1398,6 +1398,7 @@ static struct input_res {
        {"1280x1024", 1280, 1024},
        {"848x480", 848, 480},
        {"1280x720", 1280, 720},
+       {"1920x1080", 1920, 1080},
 };

 /**




More information about the xorg mailing list