mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
minnowboard-max: Start X on boot and run a few demos
Now that we've merged nodm, the autologin display manager, we can get rid of xinit, and startx hack and use nodm to start X on boot. While here, let's start xterm and glmark2, just as demos. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
541c0856a7
commit
36e83efc66
7
board/minnowboard/fs-overlay-graphical/etc/X11/Xsession
Executable file
7
board/minnowboard/fs-overlay-graphical/etc/X11/Xsession
Executable file
@@ -0,0 +1,7 @@
|
||||
# Start a terminal on the top left corner
|
||||
xterm -geom 80x30+0+0 &
|
||||
|
||||
# OpenGL demo
|
||||
glmark2 &
|
||||
|
||||
exec /usr/bin/openbox-session
|
||||
@@ -1 +0,0 @@
|
||||
exec /usr/bin/openbox-session
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Simplified custom startx script, which starts
|
||||
# the X server on vt7.
|
||||
|
||||
xinit -- vt7
|
||||
Reference in New Issue
Block a user