Summary: | [HDMI] DDC issue with Intel DG45-ID and Yamaha RX-V1800 Receiver | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Shane W <shane-freedesktop> | ||||||||||
Component: | Driver/intel | Assignee: | MaLing <ling.ma> | ||||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||
Severity: | normal | ||||||||||||
Priority: | medium | CC: | michael.fu, shane-freedesktop | ||||||||||
Version: | 7.4 (2008.09) | Keywords: | NEEDINFO | ||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||||
OS: | All | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Created attachment 20148 [details]
Through the V1800 receiver
Shane, this bug should be been fixed , right? (In reply to comment #1) > Created an attachment (id=20148) [details] > Through the V1800 receiver hi Shane It is not one bug, it will work as following action. I close the issue, if you find it not work, please reopen it . please extract one modeline from the edid output , and add it into your xorg.conf like the bellow, Section "Monitor" Identifier "Your Yamaha" Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Option "PreferredMode" "1600x1200R" ... ... EndSection Section "Screen" Identifier "HDMI Screen" Monitor "Your Yamaha" ... ... EndSection Section "ServerLayout" Identifier "HDMI Layout" Screen "HDMI Screen" ... ... EndSection Thanks Ma Ling sorry, comments 3 has one error, please update it as below hi Shane It is not one bug, it will work as following action. I close the issue, if you find it not work, please reopen it . please extract one modeline from the edid output , and add it into your xorg.conf like the bellow, Section "Monitor" Identifier "Your Yamaha" Modeline "1280x1024_preferred" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Option "PreferredMode" "1280x1024_preferred" ... ... EndSection Section "Screen" Identifier "HDMI Screen" Monitor "Your Yamaha" ... ... EndSection Section "ServerLayout" Identifier "HDMI Layout" Screen "HDMI Screen" ... ... EndSection Thanks Ma Ling Created attachment 22911 [details]
xorg.conf
Created attachment 22912 [details]
Through RXV1800 with ModeLine and PreferredMode
Hi, As suggested, I added the ModeLine and PreferredMode to xorg.conf, however, xrandr is still reporting 720X480 as confirmed by the log. (In reply to comment #7) > Hi, > As suggested, I added the ModeLine and PreferredMode to xorg.conf, however, > xrandr is still reporting 720X480 as confirmed by the log. hi Shane, Configuration failed because Modeline name is different with that of PreferredMode in xorg.conf, so please update your xorg.conf as below Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Modeline "1280x1024_preferred" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync Option "PreferredMode" "1280x1024_preferred" EndSection I close it, please reopen it if issue still occurs. Thanks Ma Ling |
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.
Created attachment 20147 [details] Direct to the TV I have an Insignia LCD 720P television which when connected directly to the G45 mainboard via HDMI results in a resolution of 1200x720. However, when I connect the G45 to my Yamaha RX-V1800 receiver, which I need to do for audio output and in-turn the receiver to the television, I only get a resolution of 720x480. The receiver should be capable of accepting a 1080P signal and scaling as necessary or the 720P native to the television. It is an HDMI 1.3 capable receiver, though I doubt the same could be said of the TV. Attached are two Xorg logs, both with ModeDebug enabled. Xorg.amp.log is the result of going through the Yamaha, Xorg.tv.log is directly connected to the Insignia television.