Bug 16402
Summary: | drm: refresh rate down to 60 Hz in 2.6.35-rc5 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | ajax, alexdeucher, maciej.rutecki, rjw, svenjoac |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-rc5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16055 |
Description
Maciej Rutecki
2010-07-15 18:00:25 UTC
I'm not sure I'd call this a regression. It brings the behavior into compliance with the vesa spec. I'd wager the TFT's actual preferred mode is 60 hz. Most TFTs run at 60 hz. The 75 hz modes are mostly there for compatibility. It is probably correct to use 60 Hz by default, since this is indeed what the monitor reports as its preferred mode (according to the read-edid tool). The real bug is that modeline parsing seems to be broken, because "video=1280x1024@75" does not work. It seems this is actually a bug in nouveau/nv50 that has been present since 2.6.34 and only got triggered by commit c867df70. I reported this in freedesktop's bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29129. IMO this bug can/should be closed as invalid. |