xf86-video-intel: src/i830_tv.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Nov 15 18:36:57 PST 2007


 src/i830_tv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a2b0f340357c4ca58dc9586fad1337b83966362
Author: Jesse Barnes <jbarnes at hobbes.virtuousgeek.org>
Date:   Thu Nov 15 18:36:54 2007 -0800

    Fix typo in 1920x1080 resolution entry

diff --git a/src/i830_tv.c b/src/i830_tv.c
index 524a0d3..14f4089 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1398,7 +1398,7 @@ static struct input_res {
 	{"1280x1024", 1280, 1024},
 	{"848x480", 848, 480},
 	{"1280x720", 1280, 720},
-	{"1920x108", 1920, 1080},
+	{"1920x1080", 1920, 1080},
 };
 
 /**


More information about the xorg-commit mailing list