diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-18 11:37:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-18 11:37:51 +0000 |
commit | b65794689bd2cc87ea37864345854f88381cad30 (patch) | |
tree | 06ccd9e97398a66fbbd4dee807a4eb83c835ccfc | |
parent | 398fae6088a4378be76926a89ae5936359c14424 (diff) |
xserver-kdrive-common: merge n800 support from poky
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver | 6 | ||||
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver index e82a49703a..66feaad499 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver @@ -87,7 +87,7 @@ case `module_id` in "Cellon C8000 Board") ARGS="$ARGS -dpi 100 -screen 240x320,10,1" ;; "HTC Universal") - ARGS="$ARGS -dpi 100 -screen 480x640@270" ;; + ARGS="$ARGS -dpi 225 -screen 480x640@270" ;; "ARM-IntegratorCP" | "ARM-Versatile PB") ARGS="$ARGS -rgba vrgb" ;; "Compulab CM-x270") @@ -96,7 +96,9 @@ case `module_id` in ;; "GTA01") ARGS="$ARGS -dpi 285 -screen 480x640" ;; - *) + Nokia N800") + ARGS="$ARGS -dpi 225 -screen 800x480x16 -mouse tslib" ;; + *) # Its a device we dont know about - in which case force # kdrive to use the current framebuffer geometry otherwise # it will defualt to trying to achieve 1024x768 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 633c28797b..108f0c63fb 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 = "r12" +PR = "r13" SRC_URI = "file://etc" S = ${WORKDIR} |