mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 04:38:12 +00:00
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:
parent
c11e9cdc67
commit
d717268a0d
@ -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
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user