xserver-kdrive-common: Set nokia800 dpi to 150 (should be 225 in theory)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1743 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-17 10:26:22 +00:00
parent c11e9cdc67
commit d717268a0d
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ case `module_id` in
ARGS="$ARGS -fb /dev/fb1"
;;
"Nokia N800")
ARGS="$ARGS -screen 800x480x16 -mouse tslib" ;;
ARGS="$ARGS -dpi 150 -screen 800x480x16 -mouse tslib" ;;
*)
# Its a device we dont know about - in which case force
# kdrive to use the current framebuffer geometry otherwise

View 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}