Bug 20754 - [RV730] Signal out of range at low resolutions with DVI
Summary: [RV730] Signal out of range at low resolutions with DVI
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.3 (2007.09)
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 13:48 UTC by Rüdiger
Modified: 2009-03-20 10:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log with repeated switches to 800x600 and back to 1280x1024. (184.49 KB, patch)
2009-03-19 13:48 UTC, Rüdiger
no flags Details | Splinter Review
Xorg.0.log with disabled coherent mode before, while and after modeswitching (159.67 KB, text/plain)
2009-03-19 15:22 UTC, Rüdiger
no flags Details

Description Rüdiger 2009-03-19 13:48:42 UTC
Created attachment 24051 [details] [review]
Xorg.0.log with repeated switches to 800x600 and back to 1280x1024.

When I switch to a resolution below 1024x768, the screen gets blanked and my lcd reports that the incoming signal is out of range. This happens with all radeon and radeonhd drivers which support my Radeon 4670 RV730XT, but only with DVI output, VGA seems ok. It looks like the drivers calculate wrong modes but strangely only at low resolutions. The Option "DefaultTMDSPLL" doesn't help, neither enabled nor disabled.
Comment 1 Alex Deucher 2009-03-19 14:56:20 UTC
does turning off coherent mode help?
xrandr --output DVI-0 --set coherent_mode 0
Comment 2 Rüdiger 2009-03-19 15:19:11 UTC
On Thu, 19 Mar 2009 14:56:21 -0700 (PDT)
bugzilla-daemon@freedesktop.org wrote:

> --- Comment #1 from Alex Deucher <agd5f@yahoo.com>  2009-03-19
> 14:56:20 PST --- does turning off coherent mode help?
> xrandr --output DVI-0 --set coherent_mode 0

It doesnt seem to make any difference. Logfile says that coherent
mode is disabled, the screen gets black for a second and then the
lcd again reports "Signal out of range".
Comment 3 Rüdiger 2009-03-19 15:22:23 UTC
Created attachment 24055 [details]
Xorg.0.log with disabled coherent mode before, while and after modeswitching
Comment 4 Alex Deucher 2009-03-20 10:50:10 UTC
DVI seems to have issues with low dot clocks on DCE 3.2 display engines.  I've just changed the driver to use the scaler by default instead:
1ddee7cd6fd267b2fc86f21af27c5425eb0835a4

You can also use the scaler on your current driver as follows:
xrandr --output DVI-0 --set scaler <scale type>

where scale type is: full or center or aspect.


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.