Tagged Questions
4
votes
1answer
195 views
Specify Monitor For Linux Console
Does the kernel, framebuffer, or a framebuffer driver (uvesafb) have an option to specify the video-card output to use?
The kernel only outputs to one monitor:
Kernel message buffer (before and ...
3
votes
0answers
275 views
Setting Framebuffer splash resolution when exiting X
I installed a copy of BackTrack 5 R2 (Ubuntu 10.04) to my HDD and dual-booted with Windows 7. After a bit of tweaking I set about updating the native Intel drivers because it was only allowing me to ...
4
votes
1answer
247 views
Pivot in text mode (no X) (Pivot = rotated 90 degrees)
How to get rotated video in text mode (no X), even during booting sequence ?
OS: Linux
Graphics card: mostly ATI, but curious about NVida and Intel solutions.
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
0answers
103 views
When would I use FBDEV vs DRM vs DSS?
I'm new to Linux graphics, and I'm interested in developing a graphics driver. I see that Linux supports three methods for writing graphics to the display device
FBDEV
DRM
DSS2
When would I use ...
7
votes
4answers
8k views
No framebuffer device: how to enable it?
I'm trying to make a PCMCIA tuner card work in my headless home server, running Debian Squeeze. Now, as I have very big troubles finding the correct command line to capture, transcode end stream the ...
3
votes
2answers
4k views
How to use /dev/fb0 as a console from userspace, or output text to it
So I have a Palm Pre (original P100EWW) model that I enabled developer mode on, and installed a Debian Squeeze chroot. Works great. I have plans to use this for ANYTHING (bittorrent peer, web ...
2
votes
2answers
1k views
Creating a boot splash screen
I've been designing a Linux distro and trying to incorporate a nice user experience into it in the form of pleasing art and an interface that won't confuse or overwhelm first-time Linux users.
The ...
4
votes
1answer
980 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 ...