xserver-kdrive-common: add magician dpi to Xserver script
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 10 Aug 2007 10:45:45 +0000 (10:45 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 10 Aug 2007 10:45:45 +0000 (10:45 +0000)
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver

index ccd8587..709d501 100644 (file)
@@ -86,6 +86,8 @@ case `module_id` in
                 ARGS="$ARGS -dpi 220 -mouse /dev/input/event0" ;;
         "Cellon C8000 Board")
                 ARGS="$ARGS -dpi 100 -screen 240x320,10,1" ;;
+        "HTC Magician")
+                ARGS="$ARGS -dpi 142" ;;
         "HTC Universal")
                 ARGS="$ARGS -dpi 225 -screen 480x640@270" ;;
        "ARM-IntegratorCP" | "ARM-Versatile PB")
index 0951fb0..dddced4 100644 (file)
@@ -86,6 +86,8 @@ case `module_id` in
                 ARGS="$ARGS -br -dpi 220 -mouse /dev/input/event0" ;;
         "Cellon C8000 Board")
                 ARGS="$ARGS -br -dpi 100 -screen 240x320,10,1" ;;
+        "HTC Magician")
+                ARGS="$ARGS -br -dpi 142" ;;
         "HTC Universal")
                 ARGS="$ARGS -br -dpi 225 -screen 480x640@270" ;;
        "ARM-IntegratorCP" | "ARM-Versatile PB")