36e83efc66
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>
8 lines
122 B
Plaintext
Executable File
8 lines
122 B
Plaintext
Executable File
# Start a terminal on the top left corner
|
|
xterm -geom 80x30+0+0 &
|
|
|
|
# OpenGL demo
|
|
glmark2 &
|
|
|
|
exec /usr/bin/openbox-session
|