KMS does not allow the user to pre-select a resolution
Bug #530216 reported by
Andy Whitcroft
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Invalid
|
High
|
Andy Whitcroft |
Bug Description
There are times when KMS has incomplete or incorrect resolution data. This includes when it has no EDID data or faked EDID data as often occurs with KVM switches. In these circumstances there is apparently no way to override the resolution selection in the kernel to correct any issues.
It seems likely we would need a kernel command line option or module parameter or similar to fix this early enough.
Changed in ubuntu: | |
milestone: | none → ubuntu-10.04-beta-1 |
affects: | ubuntu → linux (Ubuntu) |
Changed in linux (Ubuntu): | |
milestone: | ubuntu-10.04-beta-1 → ubuntu-10.04-beta-2 |
tags: | added: kernel-series-unknown |
Changed in linux (Ubuntu): | |
assignee: | nobody → Steve Conklin (sconklin) |
Changed in linux (Ubuntu): | |
importance: | Undecided → High |
To post a comment you must log in.
Seems there is a mechanism. The frambuffer mode selection interface applies to the DRM connectors. This means that you can sepecify a mode per output as below on the kernel command line:
video= <output> :<mode>
Where output its the name of the output as per xrandr, say VGA1 or LVDS, and the mode is say 1024x768. The mode may be pretty complex:
< xres>x< yres>[M] [R][-<bpp> ][@<refresh> ][i][m] [eDd]