LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Can I run a full screen application without a desktop? (https://www.linuxquestions.org/questions/linux-desktop-74/can-i-run-a-full-screen-application-without-a-desktop-4175476894/)

v0idnull 09-12-2013 01:17 PM

Can I run a full screen application without a desktop?
 
I'm using a Raspberry Pi on a tiny 320x240 screen. I want to run a fullscreen app I am making using Python w/ pygame that will display graphs and other information about computers on my network. It should start on boot.

However, I don't want Gnome, KDE, FluxBox, xfce, etc. That's all overhead and unnecessary for me. I will never use a UI.

Is this possible?

If so, how?

Keith Hedger 09-12-2013 01:23 PM

No you don't need to run a full desktop BUT if you want to use any X application ( I assum pygame would use the gtk toolbox ) then you will need to run an X session this can be s simple as using the default xinitrc which just starts an X session with twm a couple of xterms and a clock, if you don't want to run ANY X apps then you are limited to text only output via the console ( you can do simple graphics on console but its clunky and not easy ).

TobiSGD 09-12-2013 01:39 PM

Programming with Pygame will create an X application by itself, so a WM or DE is not needed. If you use Pygame to switch the app to fullscreen there shouldn't be any problems with that approach.


All times are GMT -5. The time now is 06:05 AM.