diff options
Diffstat (limited to 'gpe-xsession/gpe-dm/files')
-rw-r--r-- | gpe-xsession/gpe-dm/files/Xinit | 16 | ||||
-rw-r--r-- | gpe-xsession/gpe-dm/files/Xserver | 41 | ||||
-rw-r--r-- | gpe-xsession/gpe-dm/files/gpe-dm-noinitd.patch | 24 |
3 files changed, 0 insertions, 81 deletions
diff --git a/gpe-xsession/gpe-dm/files/Xinit b/gpe-xsession/gpe-dm/files/Xinit deleted file mode 100644 index 5b8c969..0000000 --- a/gpe-xsession/gpe-dm/files/Xinit +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# Copied from gpe xserver-common - -export USER=root -export HOME=/home/root -if [ ! -d $HOME ] && [ -d /root ]; then - HOME=/root -fi -export XAPPLRESDIR=/usr/X11R6/lib/app-defaults -export XFILESEARCHPATH=./%N%S%C.ad:/usr/X11R6/lib/X11/%L/%T/%N%S%C:/usr/X11R6/lib/X11/%l/%T/%N%S%C:/usr/X11R6/lib/X11/%T/%N%S%C:./%N%S.ad:/usr/X11R6/lib/X11/%L/%T/%N%S:/usr/X11R6/lib/X11/%l/%T/%N%S:/usr/X11R6/lib/X11/%T/%N%S:/usr/local/lib/X11/app-defaults/%N%S%C.ad - -export PATH=$PATH:/usr/X11R6/bin - -SYSSESSIONDIR=/etc/X11/gpe-dm/Xinit.d - -exec run-parts $SYSSESSIONDIR diff --git a/gpe-xsession/gpe-dm/files/Xserver b/gpe-xsession/gpe-dm/files/Xserver deleted file mode 100644 index f90721f..0000000 --- a/gpe-xsession/gpe-dm/files/Xserver +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# /etc/X11/gpe-dm/Xserver: The Xserver startup script of gpe-dm. -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# Angelo Arrifano <miknix@gentoo.org> -# $Header: $ - -############################################################################ -# NOTE: If you are using Xorg, you should edit /etc/X11/xorg.conf instead. # -############################################################################ - -# The input devices available on your device. -# INPUT_DEVICES="${INPUT_DEVICES} -mouse tslib,,device=/dev/input/ts" -# INPUT_DEVICES="${INPUT_DEVICES} -keybd keyboard,,device=/dev/input/keypad" -# INPUT_DEVICES="${INPUT_DEVICES} -keybd keyboard,,device=/dev/input/dpad" -INPUT_DEVICES="${INPUT_DEVICES} -mouse tslib,,device=/dev/input/ts" -INPUT_DEVICES="${INPUT_DEVICES} -keybd keyboard,,device=/dev/input/keypad" - -# Your screen resolution, it should work even if you don't set it. -# SCREEN_GEOMETRY="-screen 320x240" # QVGA -# SCREEN_GEOMETRY="-screen 640x480" # VGA -SCREEN_GEOMETRY="" - -# The screen DPI -# SCREEN_DPI="-dpi 100" -SCREEN_DPI="" - -# The framebuffer device, set if your device name is non startard -# our would like to use another device. -# FB_DEVICE="-fb /dev/fb1" -FB_DEVICE="" - -# Additional Xserver parameters. -EXTRA_ARGS="-br -pn" - -# Choose the Xserver to start. -# Rule of the thumb: Xfbdev for embedded and Xorg for desktops. -# exec Xfbdev ${SCREEN_GEOMETRY} ${SCREEN_DPI} ${FB_DEVICE} ${INPUT_DEVICES} ${EXTRA_ARGS} -# exec Xorg :0 -audit 0 -nolisten tcp vt7 -exec Xorg :0 -audit 0 -nolisten tcp vt7 - diff --git a/gpe-xsession/gpe-dm/files/gpe-dm-noinitd.patch b/gpe-xsession/gpe-dm/files/gpe-dm-noinitd.patch deleted file mode 100644 index 237f36c..0000000 --- a/gpe-xsession/gpe-dm/files/gpe-dm-noinitd.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.am.old 2009-05-04 23:00:46.000000000 +0000 -+++ Makefile.am 2009-05-04 23:01:10.000000000 +0000 -@@ -11,11 +11,7 @@ - - gpe_dm_SOURCES = gpe-dm.c - --initdir = $(sysconfdir)/init.d --init_SCRIPTS = gpe-dm.init -- - EXTRA_DIST = \ -- $(init_SCRIPTS) \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in -@@ -25,9 +21,6 @@ - intltool-merge \ - intltool-update - --install-data-hook: -- cd $(DESTDIR)$(sysconfdir)/init.d && mv gpe-dm.init gpe-dm -- - clean-local: - rm -f *.d *~ - |