summaryrefslogtreecommitdiff
path: root/packages/xserver-common/files/gta-xorg-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xserver-common/files/gta-xorg-fixes.patch')
-rw-r--r--packages/xserver-common/files/gta-xorg-fixes.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/xserver-common/files/gta-xorg-fixes.patch b/packages/xserver-common/files/gta-xorg-fixes.patch
deleted file mode 100644
index adf6798a99..0000000000
--- a/packages/xserver-common/files/gta-xorg-fixes.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: xserver-common-1.22/X11/Xserver
-===================================================================
---- xserver-common-1.22.orig/X11/Xserver 2008-11-12 09:16:50.000000000 +0000
-+++ xserver-common-1.22/X11/Xserver 2008-11-12 09:18:53.000000000 +0000
-@@ -109,7 +109,11 @@
- "Nokia RX-44")
- ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" ;;
- "GTA01" )
-- ARGS="$ARGS -dpi 285 -screen 480x640" ;;
-+ ARGS="$ARGS -dpi 285"
-+ if [ "$XSERVER" != "Xorg" ] ; then
-+ ARGS="$ARGS -screen 480x640"
-+ fi
-+ ;;
- "Motorola Ezx Platform")
- ARGS="$ARGS -dpi 170 -screen 240x320" ;;
- "ARM-IntegratorCP" | "ARM-Versatile PB")
-@@ -118,7 +122,10 @@
- modprobe mbxfb
- ARGS="$ARGS -fb /dev/fb1" ;;
- "GTA02")
-- ARGS="$ARGS -dpi 285 -screen ${SCREEN_SIZE}"
-+ ARGS="$ARGS -dpi 285"
-+ if [ "$XSERVER" != "Xorg" ] ; then
-+ ARGS="$ARGS -screen ${SCREEN_SIZE}"
-+ fi
- ;;
- "Boundary Devices Neon board")
- ARGS="$ARGS -dpi 100 -screen ${SCREEN_SIZE} -mouse tslib"