xserver-kdrive-common: fix DPI for fic-gta01
authorKoen Kooi <koen@openembedded.org>
Fri, 18 May 2007 09:21:19 +0000 (09:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 18 May 2007 09:21:19 +0000 (09:21 +0000)
packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index 8b75496..e82a497 100644 (file)
@@ -95,8 +95,7 @@ case `module_id` in
                ARGS="$ARGS -fb /dev/fb1"
                 ;;
         "GTA01")
-                #we set 100 dpi for the time being, should the -dpi 285
-                ARGS="$ARGS -dpi 100 -screen 480x640" ;;
+                ARGS="$ARGS -dpi 285 -screen 480x640" ;;
         *)
                # Its a device we dont know about - in which case force
                 # kdrive to use the current framebuffer geometry otherwise
index 88ed2e8..633c287 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}