Tagged Questions
2
votes
0answers
165 views
modetest.c from libdrm tests lists no framebuffers
I wanted to play with KMS since it seems to be the preferred low-level graphics library on Linux. However, after compiling the appropriate modetest.c version (2.4.32, since that's the version of ...
2
votes
1answer
399 views
How to increase the speed of a text console (kernel mode setting)?
On a Fedora 17 system (i915 hardware) KMS works out of the box - and using the console (i.e. Ctrl+Alt+F2 etc.) is very framebuffer-like. To the point that scrolling through a man page or cat log-files ...
7
votes
1answer
539 views
Kernel Mode Setting vs. Framebuffer?
With KMS, the graphics drivers are moved into the kernel. Since the framebuffer was already in the kernel, I wouldn't expect this to affect framebuffer operation. Yet, I read that KMS supercedes the ...