On a high level, I am trying to make a mac mini intel display 1920x1080 over DVI.<br><div class="gmail_quote"><br>Using Ubuntu Gutsy Gibbon, xorg-video-intel driver, hdmi->dvi cable to 1080 projector.<br><br>The projector (pt-ae2000u) gives invalid EDID readings, at completely wrong resolutions, this is a known issue.<br>
<br>The intel driver (apparently) refuses to use my modeline, resorting either to a default resolution or the EDID resolutions.<br><br>You can see how the EDID comes back invalid:<br>(II) intel(0): Printing probed modes for output TMDS-1<br>
(II) intel(0): Modeline "1920x540"x120.1 74.25 1920 2008 2052 2200 540 542 547 562 interlace +hsync $<br>(II) intel(0): Modeline "1920x540"x100.1 74.25 1920 2448 2492 2640 540 542 547 562 interlace +hsync $<br>
<br>Of course 540 is not the correct vertical resolution, altho the intel driver starts X up at this resolution (I can log in via VNC)<br><br>xorg.conf sections look like this, you can see i'm trying 720 or 1080, no mention of either of them in xorg.0.log:<br>
<br>Section "Monitor"<br> Identifier "dvi"<br> Vendorname "Panasonic"<br> Modelname "PT-AE2000"<br> modeline "1280x720@50" 60.47 1280 1328 1456 1632 720 721 724 741 -hsync +vsync<br>
Modeline "1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 1125 -hsync +vsync<br> Gamma 1.0<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen 0"<br>
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controlle$<br> Monitor "dvi"<br> Defaultdepth 24<br> Option "SecurityTypes" "VncAuth"<br>
Option "UserPasswdVerifier" "VncAuth"<br> Option "PasswordFile" "/root/.vnc/passwd"<br> SubSection "Display"<br> Depth 24<br>
Virtual 1920 1080<br> Modes "1920x1080" "1280x720@50" <br> EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br>
screen 0 "Screen 0" 0 0<br> Inputdevice "Generic Keyboard"<br> Inputdevice "Configured Mouse"<br> Inputdevice "stylus" "SendCoreEvents"<br>
Inputdevice "cursor" "SendCoreEvents"<br> Inputdevice "eraser" "SendCoreEvents"<br>EndSection<br><br>Thank you in advance! I intended to figure this out and blog about it for other users, but after a week I still have no solution.<br>
</div><br>