Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5772

Graphics, sound and multimedia • Re: TFT display without Desktop in Linux?

$
0
0
The screen will almost certainly be initialised before the desktop starts. I'd expect it to need USB for touch input t the Pi.

What actually matters is whether or not your application needs Wayland or an X server to be running. That depends on the libraries you're using and other factors.

Try booting your Pi to command line then running your porgram from there without starting the desktop.

There are ways of running an X server withoth the full desktop, the simplest being

Code:

startx some-program
but a degree of fettling is required because of modern security settings. I've no idea what the wayland equivalent is.

Statistics: Posted by thagrol — Thu May 09, 2024 5:24 pm



Viewing all articles
Browse latest Browse all 5772

Trending Articles