From 08cc30a30c596837e83546dda7e68ca6368a7f84 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 30 Jan 2010 22:48:10 +0100 Subject: [PATCH] xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 config Signed-off-by: Martin Jansa --- recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver | 2 +- recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 44dc4ac6fe..0f7cc2f3b3 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -118,7 +118,7 @@ case `module_id` in fi DPI=142 fi - ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor ${PPM} vt1" ;; + ARGS="$ARGS -dpi ${DPI} vt1" "GTA02") if [ `screen_width` -gt 330 ] ; then if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 1bc3b98794..5d5fa74f1d 100644 --- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" -PR = "r38" +PR = "r39" SRC_URI = "\ file://Xdefaults \ -- 2.39.5