| Summary: | xrandr doesn't pick up on 1600x1200 modeline | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | DRI | Reporter: | Michael de Lang <kingoipo> | ||||||||
| Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||||||
| Status: | RESOLVED INVALID | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | medium | ||||||||||
| Version: | XOrg git | ||||||||||
| Hardware: | Other | ||||||||||
| OS: | All | ||||||||||
| Whiteboard: | |||||||||||
| i915 platform: | i915 features: | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Michael de Lang
2009-08-23 08:22:22 UTC
Created attachment 28866 [details]
Xorg log, mainly for showing modelines.
The edid appears to have the 1600x1200 mode: (II) RADEON(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz) You should be able to select it using xrandr or by setting it as your preferred mode in your xorg.cong. But that's the problem, I can't select it in xrandr unless I add the mode first. Haven't tried the preferred mode though. Will do that. PreferredMode didn't help either. oipo [ ~ ]$ cat /var/log/Xorg.0.log | grep PreferredMode (**) RADEON(0): Option "PreferredMode" "1600x1200" (WW) RADEON(0): Option "PreferredMode" is not used (In reply to comment #4) > PreferredMode didn't help either. > > oipo [ ~ ]$ cat /var/log/Xorg.0.log | grep PreferredMode > (**) RADEON(0): Option "PreferredMode" "1600x1200" > (WW) RADEON(0): Option "PreferredMode" is not used > Please attach your xorg config. Created attachment 29197 [details] [review] Xorg configuration file with PreferredMode you need to add the modeline to your config:
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "IVM"
ModelName "1740"
Option "DPMS"
Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Option "PreferredMode" "1600x1200"
EndSection
Added it to my xorg.conf, works fine now. Just strange that I didn't need this before I switched to KMS. (In reply to comment #8) > Added it to my xorg.conf, works fine now. Just strange that I didn't need this > before I switched to KMS. > Can you attach your non-kms log? You can disable kms by loading the radeon drm modules with the modeset=0 option. Sorry for the delay, I managed to get ill. Here's the non-KMS log without the modeline added to the xorg.conf. Created attachment 29457 [details]
non-KMS Xorg log
We don't support UMS anymore. Closing. |
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.