The sdl tag has no wiki summary.
0
votes
0answers
160 views
KVM/QEMU SDL output to framebuffer
I want a KVM guest with SDL graphics on a host that does not run X. From what I've read, SDL supports output to the framebuffer, but I can't find much on the topic.
2
votes
1answer
1k views
Installing ffmpeg + dependencies on AWS Linux AMI (repo issues)
I'm installing ffmpeg to run on an Amazon linux AMI, and have added the rpmforge repo and the dag repo. Here are some guidelines I'm using for reference: TWoZaO and Razuna
The rpmforge repo has ...
3
votes
2answers
740 views
How to boot linux direct to application on console with no login
I have a need to start an application on bootup on the linux console and I do not have a
need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles
but I would like to ...
3
votes
5answers
900 views
Minimal Linux Distribution with SDL support and NO XWindows?
I want to setup a x86 Linux Box such that:
It uses minimal system resources.
Runs SDL, without XWindows
Includes sufficient functionality to
run QEmu.
Basically I simply want it to ONLY be a host ...
1
vote
2answers
1k views
Linux joystick seems mis-calibrated in an SDL game (Freespace 2 Open) [closed]
I have a USB joystick (Saitek Cyborg 3D) which shows up on my recently installed Ubuntu 9.04 box as /dev/input/js0, and jstest is showing values in the range +-32767 as I would expect. I just dug up a ...