aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p2020rdb.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 94d3be839a..88389250f2 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -28,3 +28,10 @@ SERIAL_CONSOLE = "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"