[oe-commits] Martin.Jansa : shr/merge: remove -root-ppm from Xorg params

git version control git at git.openembedded.org
Sat Oct 17 06:25:16 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 85fc8ff5f21fa47e196f281662e7378bf93d670d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85fc8ff5f21fa47e196f281662e7378bf93d670d

Author: Martin.Jansa <Martin.Jansa at gmail.com>
Date:   Fri Oct 16 21:32:53 2009 +0000

shr/merge: remove -root-ppm from Xorg params

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../xserver-kdrive-common/Xserver                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index f3d93a2..2e0db5b 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -141,7 +141,7 @@ case `module_id` in
                          # Fix for segfault while typing on illume keyboard
                          ARGS="$ARGS -nocursor"
                      fi
-                     ARGS="$ARGS -dpi ${DPI} ${PPM} vt1"
+                     ARGS="$ARGS -dpi ${DPI} vt1"
                 else
                      ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor ${PPM} vt1" 
                      XSERVER=/usr/bin/Xglamo 





More information about the Openembedded-commits mailing list