Bug 11348 - Cannot override DisplaySize with radeon randr-1.2 branch
Summary: Cannot override DisplaySize with radeon randr-1.2 branch
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
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: 2007-06-23 02:48 UTC by Jasmin Buchert
Modified: 2007-11-12 15:35 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log (60.54 KB, text/plain)
2007-06-26 03:48 UTC, Jasmin Buchert
no flags Details
xorg.conf (2.64 KB, text/plain)
2007-06-26 03:48 UTC, Jasmin Buchert
no flags Details

Description Jasmin Buchert 2007-06-23 02:48:11 UTC
X.org does not correctly detect the display size of my TFT display (Samsung 181T). I use "DisplaySize 359 287" to set the right dimensions.
With the randr-1.2 branch of xf86-video-ati that doesn't work. It uses the detected EDID values  (338mm x 270mm).
Using xrandr --fbmm 359x287 also doesn't work (still the EDID values), but xrandr --dpi xx works.
Comment 1 Alex Deucher 2007-06-25 17:04:00 UTC
Can you attach you xorg log and config?
Comment 2 Jasmin Buchert 2007-06-26 03:48:06 UTC
Created attachment 10453 [details]
Xorg.0.log
Comment 3 Jasmin Buchert 2007-06-26 03:48:47 UTC
Created attachment 10454 [details]
xorg.conf
Comment 4 Alex Deucher 2007-08-23 16:36:26 UTC
you need to associate your monitor section with an output.

"Monitor-<output name>"

in the device section:
Option          "Monitor-VGA" "Samsung SyncMaster 181T"
Comment 5 Jasmin Buchert 2007-08-25 03:18:04 UTC
With that it uses 800x600. I have to add Option "PreferredMode" "1280x1024" to the Monitor section. But should'nt it use the native resolution (1280x1024) by default?
It now correctly assigns the Monitor section to the output, but I still have to do xrandr --fbmm 359x287 in my .xprofile. Without it the fonts are too large.

That's also kind of weird:
(WW) RADEON(0): Option "PreferredMode" is not used
I'm sure it uses the option.
Comment 6 Alex Deucher 2007-10-06 11:07:44 UTC
Can you try again with ati from git or release 6.7.195?
Comment 7 Alex Deucher 2007-11-12 15:35:28 UTC
Fixed in xserver git.


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.