| |
| | Linux: Kernel Graphics Subsystem | KernelTrap |
 | | With kernel modesetting support, the kernel should be able to display panic and oops messages directly on the console, even if a graphical application is running, since it would have awareness of the current mode, display depth, pitch, and other variables needed to display output. |
 | | Of course, the kernel can't unconditionally preempt the graphics device to set a new mode, but having modesetting in the kernel will give it a much better chance of coordinating with the DRM command dispatch code to find a good time to set a new mode. |
 | | This is a good reason to move the VT drivers from the kernel to userspace, not to move more userspace into the kernel. |
| kerneltrap.org /node/8242 (2861 words) |
|