|
Remember those old monochrome terminals? And I do not mean the movie "matrix", I mean the green monitors that were commonly used long before . I think they look kind of cool, so I got the idea to change linux to use green as the primary color. The patch changes the VGA textconsole as well as the framebufferconsole. It worked with 2.4.18 and 2.4.19, I think other kernels should work, too. If you want some other color than green, just change the 2 permutations "m_colors".
Install patch with
# cd /usr/src/linux
# patch -p1 <~/patch-linux-2.4-greenterminal
http://www.akk.uni-karlsruhe.de/ ... x-2.4-greenterminal |
|