Opened 15 years ago
Closed 15 years ago
#4572 closed bug (fixed)
Screen Preferences locks refresh rate at single value for some monitors.
Reported by: | gerald.zajac | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Screen | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When using older CRT monitors which do not provide the horizontal and vertical frequency ranges (EDID1_MONITOR_RANGES) in their EDID info, the Screen Preferences locks the refresh rate at the refresh rate of the current video mode. That is, the Refresh Rate drop down list shows only a single entry which is the refresh rate of the current video mode.
The attached diff file fixes this problem by setting the vertical frequency range to 60..85 Hz if the current range is zero which is the case when the EDID info does not contain this info.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ScreenPrefFix.diff added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks (also for the reminder)! Applied in hrev34627.
When I filed this report, I neglected to fully state the problem with the Refresh Rate drop down list. When the refresh rate is clicked upon, a list with only one entry is shown which has the following text: "xx Hz/Other..." where xx is the current refresh rate. However, there should be two entries: "xx Hz" and "Other...". Clicking on "xx Hz/Other..." brings up the dialog box that should allow another refresh rate to be selected; however, that dialog box is empty. Thus, the dialog box is useless for selecting a refesh rate.