p2020ds: Setup for xserver-xorg
authorTom Rini <tom_rini@mentor.com>
Sun, 16 Jan 2011 00:18:14 +0000 (17:18 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 17 Jan 2011 15:21:04 +0000 (08:21 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/p2020ds.conf

index bb85fb9..625fc05 100644 (file)
@@ -24,3 +24,11 @@ SERIAL_CONSOLE = "-L 115200 ttyS0"
 
 #tune for the e500v2 core
 require conf/machine/include/tune-ppce500v2.inc
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
+GUI_MACHINE_CLASS = "bigscreen"