Tagged Questions
1
vote
0answers
174 views
Problems when using the framebuffer device directly
I am writing a program using the framebuffer device directly and I have three problems there.
1) The only way I can set the screen resolution correct is by passing the kernel option during boot:
...
4
votes
1answer
973 views
Hung system call
So I'm working with a custom kernel module that I'm writing a python front end for. The kernel module works, and it adds a framebuffer device file to /dev/fb1. I can read and write to it fine. I've ...