diff options
Diffstat (limited to 'packages/xserver-kdrive-common')
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver | 9 | ||||
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver index 8b75496ba6..66feaad499 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver @@ -87,7 +87,7 @@ case `module_id` in "Cellon C8000 Board") ARGS="$ARGS -dpi 100 -screen 240x320,10,1" ;; "HTC Universal") - ARGS="$ARGS -dpi 100 -screen 480x640@270" ;; + ARGS="$ARGS -dpi 225 -screen 480x640@270" ;; "ARM-IntegratorCP" | "ARM-Versatile PB") ARGS="$ARGS -rgba vrgb" ;; "Compulab CM-x270") @@ -95,9 +95,10 @@ 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" ;; + Nokia N800") + ARGS="$ARGS -dpi 225 -screen 800x480x16 -mouse tslib" ;; + *) # Its a device we dont know about - in which case force # kdrive to use the current framebuffer geometry otherwise # it will defualt to trying to achieve 1024x768 diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 88ed2e84b3..108f0c63fb 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit" -PR = "r11" +PR = "r13" SRC_URI = "file://etc" S = ${WORKDIR} |