diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-24 14:47:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-24 14:47:55 +0000 |
commit | daf27226dd40ac51cac14baf960a389dc5ff30a2 (patch) | |
tree | 25ba15f19baf0e58b50eb59fc4bc9d7f1f34570e /packages/xserver-kdrive-common | |
parent | 81af19e584ebd443ec8a946a1228c51e77cba05a (diff) |
xserver-kdrive-common: use Xfbdev on gta02 for now
Diffstat (limited to 'packages/xserver-kdrive-common')
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/Xserver | 3 | ||||
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver index a9893cdadf..6a6e3510c9 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -114,7 +114,8 @@ case `module_id` in DPI=140 fi ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" - XSERVER=/usr/bin/Xglamo ;; + # uncomment the line below if you want to test Xglamo + #XSERVER=/usr/bin/Xglamo ;; "Nokia N770") ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" XSERVER=/usr/bin/Xomap ;; diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 1adc5b3cc5..1567ff11d2 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit" -PR = "r22" +PR = "r23" SRC_URI = "\ file://Xdefaults \ |