Hello everyone. I am a n00b to any programming and scripts. I could use some help.
What im trying to accomplish in a bash script is this
Switch to the x11 console from within raspberrypiOS, that is using wayland. I know I can use a keyboard command of ctl+alt+f1 to do this. After that is accomplished, launch emulation station. Then if possible when emulationstation closes switch back to the wayland desktop.
The reason im trying to figure this out is because the newest update to raspberrypiOS has some constant screen tearing in X11 within kodi. So im using Wayland, BUT im wanting to run retropie as an application from within raspberrypiOS and it wont run in a Wayland environment.
Thanks for any help guys. And sorry if this in the wrong section.
[SOLVED] YOU DONT NEED A SCRIPT. TO RUN EMULATIONSTATIONSTATION/RETROPIE AS AN APP IN WAYLAND ENVIRONMENT. USE THIS
env -u WAYLAND_DISPLAY emulationstation
What im trying to accomplish in a bash script is this
Switch to the x11 console from within raspberrypiOS, that is using wayland. I know I can use a keyboard command of ctl+alt+f1 to do this. After that is accomplished, launch emulation station. Then if possible when emulationstation closes switch back to the wayland desktop.
The reason im trying to figure this out is because the newest update to raspberrypiOS has some constant screen tearing in X11 within kodi. So im using Wayland, BUT im wanting to run retropie as an application from within raspberrypiOS and it wont run in a Wayland environment.
Thanks for any help guys. And sorry if this in the wrong section.
[SOLVED] YOU DONT NEED A SCRIPT. TO RUN EMULATIONSTATIONSTATION/RETROPIE AS AN APP IN WAYLAND ENVIRONMENT. USE THIS
env -u WAYLAND_DISPLAY emulationstation
Statistics: Posted by penciltester — Sat Jan 04, 2025 4:32 pm — Replies 0 — Views 39