Bug 11272 - xf86-video-ati randr-1.2 disregards detected panel size
Summary: xf86-video-ati randr-1.2 disregards detected panel size
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 11169 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-15 01:52 UTC by Dag Bakke
Modified: 2007-08-26 16:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log for git driver (6.6.192) (41.31 KB, text/plain)
2007-06-15 01:53 UTC, Dag Bakke
no flags Details
Xorg.0.log for released driver (6.6.3) (41.74 KB, text/plain)
2007-06-15 01:54 UTC, Dag Bakke
no flags Details
My xorg.conf (4.74 KB, text/plain)
2007-06-15 01:54 UTC, Dag Bakke
no flags Details

Description Dag Bakke 2007-06-15 01:52:16 UTC
Both xf86-video-ati 6.6.3 and 6.6.192 (current git) detects (via BIOS) the panel size (1600x1200).

But while 6.6.3 says:
(II) RADEON(0): Panel Size from BIOS: 1600x1200
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): *Mode "1600x1200": 160.0 MHz (scaled from 0.0 MHz), 75.8 kHz, 60.6 Hz
(II) RADEON(0): Modeline "1600x1200"  160.00  1600 1656 1848 2112  1200 1201 1204 1250


6.6.192 states:
(II) RADEON(0): Panel Size from BIOS: 1600x1200
(II) RADEON(0): Not using mode "1600x1200" (height too large for virtual size)
(II) RADEON(0): Not using default mode "1600x1200" (height too large for virtual size)


My xorg.conf does not say anything about virtual size.
Comment 1 Dag Bakke 2007-06-15 01:53:34 UTC
Created attachment 10315 [details]
Xorg.0.log for git driver (6.6.192)
Comment 2 Dag Bakke 2007-06-15 01:54:08 UTC
Created attachment 10316 [details]
Xorg.0.log for released driver (6.6.3)
Comment 3 Dag Bakke 2007-06-15 01:54:26 UTC
Created attachment 10317 [details]
My xorg.conf
Comment 4 Michel Dänzer 2007-06-15 02:06:14 UTC
Comment on attachment 10315 [details]
Xorg.0.log for git driver (6.6.192)

Please set sane MIME types for attachments...
Comment 5 Michel Dänzer 2007-06-15 02:11:33 UTC
Looks like this is the xf86-video-ati randr-1.2 branch?
Comment 6 Dag Bakke 2007-06-15 03:51:05 UTC
Yes. Sorry for not mentioning that. Too much happening at the same time...
Comment 7 Roland Scheidegger 2007-06-15 05:15:44 UTC
This is because the driver sets a fixed range of resolutions possible for randr. Unfortunately, the max height it sets is actually lower than your screen resolution... see line 2753, radeon_driver.c. You could increase this to 1200 instead of 1152 and it should work. I think not even specifying a VirtualSize in the config file would help.
That said, I'm afraid the attempt to get acceptable randr behaviour with the driver is doomed to fail if the driver can't actually resize the front buffer. It'll chew up vram, tiling gets disabled etc., because the max front buffer size needs to be preallocated if you want to connect another display later on.
Comment 8 Dag Bakke 2007-06-22 09:33:44 UTC
*** Bug 11169 has been marked as a duplicate of this bug. ***
Comment 9 Alex Deucher 2007-06-22 10:35:33 UTC
I bumped up the max crtc height to 1200 so 1600x1200 should work now.  I have a better fix on the way.  Still as Roland said any solution is going to be sub-optimal until we get real FB management.
Comment 10 Alex Deucher 2007-08-26 16:06:07 UTC
fixed a while ago.


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.