-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDMI Default Resolution changed in kernel update, commit ef24397487cfe33ad76070ec55686b4ed2606bfd #4
Comments
My guess is that 720p50 is the preferred resolution of display, so the new behaviour is correct. |
http://dl.dropbox.com/u/49868798/OPTIMAHD600X_Projector.edid EDID file (For anyone following along, tvservice requires sudo to use the -d option) |
Your TV does indicate 1080i is preferred, so we should probably do that (although it is debatable). |
Actually the preferred mode is some sort of 1280x720 which does not correspond to a known 720p format. The second detailed timing block is 720p50. |
Just for reference, the problem was that we'd accidentally introduced Eben On Wed, Apr 18, 2012 at 1:27 AM, Ben O'Steen
|
I can no longer output at 1680x1050(native res) to my monitor. It used to be fine with the previous Debian image I used. I have black borders around the image. What's going on here? I tried a variety of difference config.txt settings and have the latest start.elf and kernel (as of 5pm today), I can only seem to run at 640x480 or this odd 1584 setting. |
disable_overscan=1 |
Solved! Thanks. |
Closing as I believe the resolution being chosen is correct based on the information supplied in EDID. |
"Default to DVI for DMT modes. Override with hdmi_drive=2. Add perforce version numbering. Avoid unwanted HDMI clock range check" --> commit ef24397
Using HDMI to an Optima HD600X projector, a mode of "1080i" was chosen by the Pi for display for kernels before this commit.
After the commit, it is using a 720p mode (mode 19 in the list below)
This is probably intended behaviour, if the [native] tag is coming from the projector's EDID (can't check, as tvservice on img doesn't understand '-d')
The text was updated successfully, but these errors were encountered: