diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-21 00:17:26 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-21 00:17:26 +0000 |
commit | a1950c6e8063c0fecdc7c4d486a72561aeef628e (patch) | |
tree | 5fe298322214499a2fe9b65ec425f5b78d7a7257 /packages | |
parent | 84b6634f65629158924748b16851a1a0c4f11469 (diff) |
Xserver: Bring in Treo 650, M800 and chumby from openmoko/Xserver.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/Xserver | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver index b856a75cd0..29e63cd903 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -122,8 +122,15 @@ case `module_id` in "Nokia N800") ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" XSERVER=/usr/bin/Xomap ;; + "Palm Treo 650") + ARGS="$ARGS -dpi 181 -screen 320x320 -hide-cursor" ;; "Motorola Ezx Platform") ARGS="$ARGS -dpi 170 -screen ${SCREEN_SIZE}" ;; + "Glofiish M800") + ARGS="$ARGS -dpi 285 -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor" ;; + "Freescale MX21ADS") + # That's what /proc/cpuinfo shows as hardware on the chumby + ARGS="$ARGS -dpi 121 -screen 320x240 -hide-cursor -mouse tslib" ;; *) # It is a device we do not know about, in which case we force # kdrive to use the current framebuffer geometry -- otherwise |