xserver-kdrive-common: Add nokia800 support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1224 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-01-30 21:40:40 +00:00
parent 3e6b435c4f
commit 0eefd09740
2 changed files with 3 additions and 1 deletions

View File

@@ -83,6 +83,8 @@ case `module_id` in
modprobe mbxfb
ARGS="$ARGS -fb /dev/fb1"
;;
"Nokia N800")
ARGS="$ARGS -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 = "r9"
PR = "r10"
SRC_URI = "file://etc"
S = ${WORKDIR}