J.B.
J.B.

Reputation: 317

Minimal linux that can run Qt GUI application

I'm making a homebrew video-game console (simple low spec pc) that will constantly run one application (game) which will be created with Qt (it's a requirement, preferably with gpu acceleration). So OS should be lightweight to boot as fast as possible and run the game.

How can this be achieved? Are there any linux distros that already fit my needs? What's with the embedded linux? (I'm new with linux customization)

Thanks

Upvotes: 3

Views: 2782

Answers (4)

graphite
graphite

Reputation: 2958

Look at MeeGo project.

Upvotes: 1

Ophir Yoktan
Ophir Yoktan

Reputation: 8449

http://www.tinycorelinux.com/

a 10 MB Linux distribution. boots within a few seconds.

Upvotes: 2

Danish
Danish

Reputation: 3798

Interesting question! I can see more than one way of doing this. But to prototype, you can use something like Suse Studio - http://susestudio.com/ to create a minimal distro for you.

Another interesting direction would be to use e.g. a phone like Nokia N900 which is based on Linux and uses QT as one of the technology available to run GUIs. It may already have hardware acceleration and TV out.

Upvotes: 2

Jay
Jay

Reputation: 14441

There are tools to create distros for you. Might make your life simpler. You'll have to find out the minimum requirements for Qt from them and add those to your distro as you build it.

Upvotes: 0

Related Questions