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}, }; /**
Nanhai, any comments?
Keith, are you ok to apply this patch?
Hi Robert, because 720p is 1280x720, I am not sure what input res 1920x1080 will look like. Does it works well on your projector?
(In reply to comment #3) > Hi Robert, > because 720p is 1280x720, I am not sure what input res 1920x1080 will look > like. > Does it works well on your projector? 1920x1080 is 1080p (ie another High Definition standard). It looks perfect on my projector and I imagine any other TV/Monitor/Projector that supports 1080p
I think we can commit this patch.
Pushed upstream. Thanks Rob.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.