Bug 50171
Summary: | frame buffer console choose wrong color for clearing margins (by design) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dmitry Butskoy (dmitry) |
Component: | Console/Framebuffers | Assignee: | Alan (alan) |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | alan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | A loadable kernel module which fix issue (kludge, do not use) |
Description
Dmitry Butskoy
2012-11-06 14:37:46 UTC
Created attachment 85711 [details]
A loadable kernel module which fix issue (kludge, do not use)
It is a kernel module, which when load adds a wrapper to con_switch() method to clear vc_video_erase_char for con_switch() time.
Load it after the all (six) consoles have appeared.
Just a kludge, a quick temporary solution, for normal use cases only, no any guarantee etc. :)
Are there any progress on this issue? Is it possible it might be fixed in the near future? How can I help? |