summaryrefslogtreecommitdiff
path: root/configs/minnowboard_max-graphical_defconfig
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>2016-07-04 11:52:29 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-07-04 17:04:16 +0200
commit36e83efc6609d084e0c64c83fc59dbc60660d398 (patch)
treed5219b9d6ef30d668fe60a10a2ff2eed746dfb69 /configs/minnowboard_max-graphical_defconfig
parent541c0856a7f5ea2950665da386a978b415762f83 (diff)
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>
Diffstat (limited to 'configs/minnowboard_max-graphical_defconfig')
-rw-r--r--configs/minnowboard_max-graphical_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig
index d84544be8..de803f023 100644
--- a/configs/minnowboard_max-graphical_defconfig
+++ b/configs/minnowboard_max-graphical_defconfig
@@ -48,12 +48,12 @@ BR2_PACKAGE_FB_TEST_APP=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX=y
-BR2_PACKAGE_XAPP_XINIT=y
BR2_PACKAGE_XAPP_XRANDR=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL=y
+BR2_PACKAGE_NODM=y
BR2_PACKAGE_XTERM=y
BR2_PACKAGE_OPENBOX=y