Summary: | Asus M2A-VM (RS690) HDMI connected via HDMI to a 42" Panasonic flatscreen TV (1080p) results in: (EE) Screen(s) found, but none have a usable configuration. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Christoph <c.schostok> | ||||||
Component: | Driver/radeonhd | Assignee: | Christian König <ckoenig.leichtzumerken> | ||||||
Status: | RESOLVED WONTFIX | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | normal | ||||||||
Priority: | medium | Keywords: | NEEDINFO | ||||||
Version: | 7.2 (2007.02) | ||||||||
Hardware: | x86 (IA32) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
From the log: (II) RADEONHD(0): Rejected mode "1920x540" (1920x540:74.2Mhz): interlace mode not supported (II) RADEONHD(0): Rejected mode "1920x540" (1920x540:74.2Mhz): interlace mode not supported your TV wants interlaced modes. None of us was able to check if they are actually working for digital outputs. Thus they are simply rejected for any digital output. So this is not a bug. It could be considered as a missing feature. Interlaced just isn't supported for the output you are using. This is intentional and it will most likely not change unless a developer gets face time with a TV set like yours tests and fixes it if necessary. Thx for quick reply! But my TV is capable of 1080p (progressive scan, Vollbilder). DVI@1080p@fglrx is working!?! The common HDMI modes like 576p/720p/1080p are encoded in the E-EDID sections, which in turn is not decoded by radeonhd/xserver. I have a beta patch ready for this in my pipeline, but not much time bring it into shape at the moment. This would be great and appreciated by all VDR users! Reassigning to Christian Koenig. Just pushed my "EEDID support hack" to my personal repository. You can checkout a copy of this repository with: git clone git://people.freedesktop.org/~deathsimple/xf86-video-radeonhd/ This patch should help with your problem, please test it and report back any results. Created attachment 20642 [details]
After patch from Christian König
This did not work, the only difference in the output is: (II) RADEONHD(0): Mapped IO @ 0xfdce0000 to 0xb7b2a000 (size 0x00010000) (old) (II) RADEONHD(0): Mapped IO @ 0xfdce0000 to 0xb7add000 (size 0x00010000) (new) (II) RADEONHD: version 1.2.3, built from dist of git branch master, commit 57aca005 You are still running commit 57aca005, so something went wrong with the installation of radeonhd. I just send you a mail with more detailed installation instructions. Does this issue occur with the preferred ati driver (xf86-vide-ati)? If so, please move this to the Driver/Radeon component. Development of radeonhd has pretty much halted and development focus is on the ati driver. Please see http://www.x.org/wiki/radeonhd If the issue does not exist in the ati driver (or if there is no response to this message), this bug will be closed as WONTFIX unless someone contributes a patch. Closing due to lack of response. Please reopen and move to the Driver/Radeon component if this issue persists with xf86-video-ati |
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 20429 [details] Xorg.0.log Section "ServerLayout" Identifier "single head configuration Panasonic" Screen 0 "TV" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "dri" Load "xtrap" # Load "fbdevhw" # Load "v4l" # Load "type1" Load "dbe" # Double buffer extension Load "extmod" Load "freetype" EndSection Section "ServerFlags" Option "AIGLX" "On" Option "AllowMouseOpenFail" "true" Option "blank time" "0" Option "standby time" "0" Option "suspend time" "0" Option "off time" "0" Option "NoPM" "1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "PanasonicTV" Option "DPMS" "false" EndSection Section "Device" Driver "radeonhd" Identifier "X1250_radeonhd" Option "DPMS" "Off" BusID "PCI:1:5:0" EndSection Section "Device" Identifier "X1250_fglrx" Driver "fglrx" Option "ForceMonitors" "notv" Option "XAANoOffscreenPixmaps" "true" Option "TexturedVideo" "true" Option "UseFastTLS" "1" Option "VideoOverlay" "On" Option "OpenGLOverlay" "On" EndSection Section "Screen" Identifier "TV" Device "X1250_radeonhd" Monitor "PanasonicTV" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "RENDER" "On" Option "Composite" "Off" Option "XVideo" "On" EndSection