From 147ee2e73ce5a7c171206cfa65c58843f4bfc71a Mon Sep 17 00:00:00 2001 From: livingston Date: Fri, 5 Apr 2013 12:10:07 +0530 Subject: [PATCH] Folder structure corrected for 2.0alpha Signed-off-by: livingston --- AUTHORS | 1 + AUTHORS~ | 3 + COPYING | 20 + ChangeLog | 0 INSTALL | 291 ++++++++ Makefile.am | 10 + NEWS | 0 README | 0 arm-common/Xmodmap | 25 + arm-common/Xorg.arch-options | 0 arm-common/Xresources | 1 + arm-common/arch-preinit.d/arm-pvr | 5 + arm-common/xsetrc | 1 + autogen.sh | 12 + common/Xorg.sh | 2 + common/alsa-init.sh | 17 + common/alsa-init.sh~ | 17 + common/fstab_bak | 15 + common/scripts/setcpu | 24 + common/scripts/setpoll | 8 + common/startx | 35 + common/startx~ | 46 ++ common/xinitrc | 33 + common/xorg.conf | 6 + common/xresources | 30 + common/xserver | 53 ++ conf-arm-emulfb/display.conf | 28 + conf-arm-emulfb/input.conf | 36 + conf-i386-emulfb/display.conf | 24 + conf-i386-emulfb/input.conf | 28 + configure.ac | 35 + debian/changelog | 955 ++++++++++++++++++++++++ debian/compat | 1 + debian/control | 31 + debian/copyright | 8 + debian/dirs | 2 + debian/docs | 0 debian/rules | 201 +++++ debian/rules.org | 149 ++++ debian/xserver-xorg-misc-emulfb.install.in | 7 + debian/xserver-xorg-misc-s5pc110.install.in | 7 + debian/xserver-xorg-misc-s5pc110.postinst.in | 3 + debian/xserver-xorg-misc-s5pc210.install.in | 7 + debian/xserver-xorg-misc-s5pc210.postinst.in | 3 + debian/xserver-xorg-misc.install.in.org | 7 + i386-common/Xmodmap | 25 + i386-common/Xorg.arch-options | 1 + i386-common/Xresources | 1 + i386-common/arch-preinit.d/i386-enumerate-input | 4 + i386-common/xsetrc | 1 + packaging/system-adaptation-pandaboard.spec | 141 ++++ xorg-x11-misc-emulfb.manifest | 5 + 52 files changed, 2365 insertions(+) create mode 100755 AUTHORS create mode 100755 AUTHORS~ create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100644 arm-common/Xmodmap create mode 100644 arm-common/Xorg.arch-options create mode 100644 arm-common/Xresources create mode 100755 arm-common/arch-preinit.d/arm-pvr create mode 100755 arm-common/xsetrc create mode 100755 autogen.sh create mode 100755 common/Xorg.sh create mode 100644 common/alsa-init.sh create mode 100644 common/alsa-init.sh~ create mode 100755 common/fstab_bak create mode 100755 common/scripts/setcpu create mode 100755 common/scripts/setpoll create mode 100755 common/startx create mode 100755 common/startx~ create mode 100755 common/xinitrc create mode 100644 common/xorg.conf create mode 100755 common/xresources create mode 100755 common/xserver create mode 100755 conf-arm-emulfb/display.conf create mode 100755 conf-arm-emulfb/input.conf create mode 100644 conf-i386-emulfb/display.conf create mode 100644 conf-i386-emulfb/input.conf create mode 100644 configure.ac create mode 100755 debian/changelog create mode 100644 debian/compat create mode 100755 debian/control create mode 100755 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100755 debian/rules create mode 100755 debian/rules.org create mode 100644 debian/xserver-xorg-misc-emulfb.install.in create mode 100644 debian/xserver-xorg-misc-s5pc110.install.in create mode 100644 debian/xserver-xorg-misc-s5pc110.postinst.in create mode 100644 debian/xserver-xorg-misc-s5pc210.install.in create mode 100644 debian/xserver-xorg-misc-s5pc210.postinst.in create mode 100644 debian/xserver-xorg-misc.install.in.org create mode 100644 i386-common/Xmodmap create mode 100644 i386-common/Xorg.arch-options create mode 100644 i386-common/Xresources create mode 100755 i386-common/arch-preinit.d/i386-enumerate-input create mode 100755 i386-common/xsetrc create mode 100644 packaging/system-adaptation-pandaboard.spec create mode 100644 xorg-x11-misc-emulfb.manifest diff --git a/AUTHORS b/AUTHORS new file mode 100755 index 0000000..95c1f85 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Subham Sen diff --git a/AUTHORS~ b/AUTHORS~ new file mode 100755 index 0000000..ef316d6 --- /dev/null +++ b/AUTHORS~ @@ -0,0 +1,3 @@ +SooChan Lim +Sung-Jin Park +Sangjin LEE diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..90c0bf6 --- /dev/null +++ b/COPYING @@ -0,0 +1,20 @@ +Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8b82ade --- /dev/null +++ b/INSTALL @@ -0,0 +1,291 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007, 2008 Free Software Foundation, Inc. + + This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + + Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 6. Often, you can also type `make uninstall' to remove the installed + files again. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: + + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *Note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f68c6d9 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +bin_SCRIPTS = $(top_srcdir)/@ARCH@-common/startx \ + $(top_srcdir)/@ARCH@-common/scripts/setcpu \ + $(top_srcdir)/@ARCH@-common/scripts/setpoll + +confdir = @CONF_PREFIX@/etc/X11 +conf_DATA = $(top_srcdir)/@ARCH@-common/xorg.conf \ + $(top_srcdir)/@ARCH@-common/Xresources + + + diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/arm-common/Xmodmap b/arm-common/Xmodmap new file mode 100644 index 0000000..be42e4b --- /dev/null +++ b/arm-common/Xmodmap @@ -0,0 +1,25 @@ +keycode 123 = XF86AudioRaiseVolume +keycode 122 = XF86AudioLowerVolume +keycode 231 = Cancel +keycode 177 = XF86Send +keycode 147 = XF86Phone +keycode 166 = XF86Stop +keycode 225 = XF86Search +keycode 124 = XF86PowerOff +keycode 179 = XF86WebCam +keycode 220 = XF86Pictures +keycode 208 = XF86AudioPlay +keycode 209 = XF86AudioPause +keycode 174 = XF86AudioStop +keycode 171 = XF86AudioNext +keycode 173 = XF86AudioPrev +keycode 176 = XF86AudioRewind +keycode 216 = XF86AudioForward +keycode 234 = XF86AudioMedia +keycode 153 = +keycode 239 = +keycode 136 = +keycode 140 = +keycode 182 = +keycode 172 = +keycode 215 = diff --git a/arm-common/Xorg.arch-options b/arm-common/Xorg.arch-options new file mode 100644 index 0000000..e69de29 diff --git a/arm-common/Xresources b/arm-common/Xresources new file mode 100644 index 0000000..032fd26 --- /dev/null +++ b/arm-common/Xresources @@ -0,0 +1 @@ +Xft.dpi: 72 diff --git a/arm-common/arch-preinit.d/arm-pvr b/arm-common/arch-preinit.d/arm-pvr new file mode 100755 index 0000000..7975cac --- /dev/null +++ b/arm-common/arch-preinit.d/arm-pvr @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -x /usr/bin/pvrsrvinit ]; then + pvrsrvinit start +fi diff --git a/arm-common/xsetrc b/arm-common/xsetrc new file mode 100755 index 0000000..e614117 --- /dev/null +++ b/arm-common/xsetrc @@ -0,0 +1 @@ +xset -r 123 -r 122 -r 231 -r 177 -r 147 -r 166 -r 225 -r 124 -r 179 -r 220 -r 208 -r 209 -r 174 -r 171 -r 173 -r 176 -r 216 -r 234 & diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..218197d --- /dev/null +++ b/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +#$srcdir/configure --enable-maintainer-mode "$@" diff --git a/common/Xorg.sh b/common/Xorg.sh new file mode 100755 index 0000000..79a0def --- /dev/null +++ b/common/Xorg.sh @@ -0,0 +1,2 @@ +export HOME=/root +export DISPLAY=:0 diff --git a/common/alsa-init.sh b/common/alsa-init.sh new file mode 100644 index 0000000..cfdfbbe --- /dev/null +++ b/common/alsa-init.sh @@ -0,0 +1,17 @@ +#!/bin/sh +/bin/mkdir -p /var/lib/alsa +/usr/sbin/alsactl init +/usr/sbin/alsactl store +amixer cset name="DL1 Media Playback Volume" 120 +amixer cset name="SDT DL Volume" 120 +amixer cset name="DL1 MM_EXT Switch" 1 +amixer cset name="Sidetone Mixer Playback" 1 +amixer cset name="DL1 Mixer Multimedia" 1 +amixer cset name='DL1 Media Playback Volume' 120 +amixer cset name='SDT DL Volume' 120 +amixer cset name='Headset Playback Volume' 120 +amixer cset name='DL1 Media Playback' 1 +amixer cset name='Sidetone Mixer Playback' 1 +amixer cset name='Headset Left Playback' 1 +amixer cset name='Headset Right Playback' 1 +amixer cset name='DL1 PDM Switch' 1 diff --git a/common/alsa-init.sh~ b/common/alsa-init.sh~ new file mode 100644 index 0000000..cfdfbbe --- /dev/null +++ b/common/alsa-init.sh~ @@ -0,0 +1,17 @@ +#!/bin/sh +/bin/mkdir -p /var/lib/alsa +/usr/sbin/alsactl init +/usr/sbin/alsactl store +amixer cset name="DL1 Media Playback Volume" 120 +amixer cset name="SDT DL Volume" 120 +amixer cset name="DL1 MM_EXT Switch" 1 +amixer cset name="Sidetone Mixer Playback" 1 +amixer cset name="DL1 Mixer Multimedia" 1 +amixer cset name='DL1 Media Playback Volume' 120 +amixer cset name='SDT DL Volume' 120 +amixer cset name='Headset Playback Volume' 120 +amixer cset name='DL1 Media Playback' 1 +amixer cset name='Sidetone Mixer Playback' 1 +amixer cset name='Headset Left Playback' 1 +amixer cset name='Headset Right Playback' 1 +amixer cset name='DL1 PDM Switch' 1 diff --git a/common/fstab_bak b/common/fstab_bak new file mode 100755 index 0000000..c2c5aee --- /dev/null +++ b/common/fstab_bak @@ -0,0 +1,15 @@ +# +none /proc proc defaults 0 0 +#none /dev/pts devpts mode=0622 0 0 +tmpfs /tmp tmpfs defaults 0 0 +tmpfs /var tmpfs defaults 0 0 +none /sys sysfs defaults 0 0 + +# For new partition - 2012/08 +#/dev/mmcblk0p1 /csa ext4 defaults 0 0 +/dev/mmcblk0p1 /boot ext4 defaults 0 0 +#/dev/mmcblk0p4 /mnt/csc ext4 defaults,noauto 0 0 +/dev/mmcblk0p2 / ext4 defaults 0 0 +/dev/mmcblk0p3 /opt ext4 defaults 0 0 +/dev/mmcblk0p4 /opt/media ext4 defaults 0 0 +#/boot/modules.img /lib/modules ext4 loop 0 0 diff --git a/common/scripts/setcpu b/common/scripts/setcpu new file mode 100755 index 0000000..99787dc --- /dev/null +++ b/common/scripts/setcpu @@ -0,0 +1,24 @@ +#!/bin/sh + +if [ "$1" = "" ]; then + echo "Usage> /usr/bin/setcpu " + exit 1 +fi + +if [ "$1" = "perf" ]; then + echo "Setting CPU @ Performance Mode" + echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor +else + if [ "$1" = "performance" ]; then + echo "Setting CPU @ Performance Mode" + echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor + else + if [ "$1" = "ondemand" ]; then + echo "Setting CPU @ Ondemand Mode" + echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor + else + echo "Usage> /usr/bin/setcpu " + exit 1 + fi + fi +fi diff --git a/common/scripts/setpoll b/common/scripts/setpoll new file mode 100755 index 0000000..6011698 --- /dev/null +++ b/common/scripts/setpoll @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$1" = "" ]; then + echo "Usage> /usr/bin/setpoll < 0 or 1 >" + exit 1 +fi + +xinput set-prop "Pointer1" --type=int --format=8 "Evdev Use Poll" $1 diff --git a/common/startx b/common/startx new file mode 100755 index 0000000..dd63926 --- /dev/null +++ b/common/startx @@ -0,0 +1,35 @@ +#!/bin/sh + +[ -r /etc/X11/Xorg.arch-options ] && . /etc/X11/Xorg.arch-options + +DISPLAY=":0" +LOGDIR="/var/log" +XORG_CONF=" -config /etc/X11/xorg.conf -configdir /etc/X11/xorg.conf.d " +OTHER_OPTIONS=" -logfile /var/log/Xorg.0.log -ac -noreset -r +accessx 0 $XORG_ARCH_OPTS" + +# Xorg automatically preserves logs in $LOGDIR/Xorg.DPY.log.(old) + + +for scriptlet in $(find /etc/X11/arch-preinit.d ! -type d); do + test -x "$scriptlet" && . "$scriptlet" +done + +if [ -e ~/.xinitrc ]; then + XINITRC=~/.xinitrc +else + XINITRC=/etc/X11/xinitrc +fi + +XSERVER_OPTIONS=" ${DISPLAY} ${OTHER_OPTIONS} ${XORG_CONF} " + +if [ "$1" = "--gdb" ]; then + gdb --args Xorg ${XSERVER_OPTIONS} +else + if [ "$1" = "--only" ]; then + + Xorg ${XSERVER_OPTIONS} & + else + xinit ${XINITRC} -- /usr/bin/Xorg ${XSERVER_OPTIONS} & + fi +fi + diff --git a/common/startx~ b/common/startx~ new file mode 100755 index 0000000..827830b --- /dev/null +++ b/common/startx~ @@ -0,0 +1,46 @@ +#!/bin/sh + +DISPLAY=":0" +LOGDIR="/opt/var/log" +XORG_CONF=" -config /opt/etc/X11/xorg.conf -configdir /opt/etc/X11/xorg.conf.d " +OTHER_OPTIONS=" -logfile ${LOGDIR}/Xorg.0.log -ac -noreset +accessx 0 " + +#backup previous Xorg.0.log file +if [ -e ${LOGDIR}/Xorg.0.log ]; then + mv ${LOGDIR}/Xorg.0.log ${LOGDIR}/prev.Xorg.0.log +fi + +#backup previous Xorg.0.log.old file +if [ -e ${LOGDIR}/Xorg.0.log.old ]; then + mv ${LOGDIR}/Xorg.0.log.old ${LOGDIR}/prev.Xorg.0.log.old +fi + +if [ ! -e /opt/etc/X11/xorg.conf.d ]; then + ln -s /opt/etc/X11/xorg.conf.d.default /opt/etc/X11/xorg.conf.d +fi + +if [ -e ~/.xinitrc ]; then + XINITRC=~/.xinitrc +else + XINITRC=/usr/etc/X11/xinitrc +fi + +XSERVER_OPTIONS=" ${DISPLAY} ${OTHER_OPTIONS} ${XORG_CONF} " + +if [ "$1" = "--gdb" ]; then + if [ -x /usr/bin/pvrsrvinit ]; then + pvrsrvinit start + fi + gdb --args Xorg ${XSERVER_OPTIONS} +else + if [ "$1" = "--only" ]; then + if [ -x /usr/bin/pvrsrvinit ]; then + pvrsrvinit start + fi + + Xorg ${XSERVER_OPTIONS} & + else + xinit ${XINITRC} -- /usr/bin/Xorg ${XSERVER_OPTIONS} & + fi +fi + diff --git a/common/xinitrc b/common/xinitrc new file mode 100755 index 0000000..c19787b --- /dev/null +++ b/common/xinitrc @@ -0,0 +1,33 @@ +#!/bin/sh + +/usr/bin/scim -d & + +# Remapping the keycodes to our key-symbols +if [ -x /usr/bin/xmodmap ]; then + if [ -e ~/.Xmodmap ]; then + xmodmap ~/.Xmodmap + else + xmodmap /etc/X11/Xmodmap + fi +fi + +# set dpi +if [ -x /usr/bin/xrdb ]; then + if [ -e ~/.Xresources ]; then + /usr/bin/xrdb -load -nocpp ~/.Xresources + else + /usr/bin/xrdb -load -nocpp /etc/X11/Xresources + fi +fi + +# Link .e +export HOME=/opt/home/app + +if [ ! -d ${HOME}/.e ]; then + cp -rf /opt/home/root/.e ${HOME}/.e + chown -R app:app ${HOME}/.e +fi + +su -c "HOME=/opt/home/app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &" -l app + +/etc/X11/xsetrc & diff --git a/common/xorg.conf b/common/xorg.conf new file mode 100644 index 0000000..53d0b72 --- /dev/null +++ b/common/xorg.conf @@ -0,0 +1,6 @@ +Section "ServerFlags" + Option "blank time" "0" + Option "standby time" "0" + Option "suspend time" "0" + Option "off time" "0" +EndSection diff --git a/common/xresources b/common/xresources new file mode 100755 index 0000000..0f61295 --- /dev/null +++ b/common/xresources @@ -0,0 +1,30 @@ +#!/bin/sh + +set -e + +case "$1" in + start|stop|restart|reload|force-reload) + # Setting dpi to 72 + if [ -x /usr/bin/xrdb ]; then + if [ -e ~/.Xresources ]; then + /usr/bin/xrdb -load -nocpp ~/.Xresources + else + /usr/bin/xrdb -load -nocpp /etc/X11/Xresources + fi + touch /tmp/hibernation/xresources_ready + fi + ;; + + status) + if [ -x /usr/bin/xrdb ]; then + /usr/bin/xrdb -query -nocpp + fi + ;; + + *) + echo "Usage: /etc/init.d/xresource {start|stop|status|restart|reload|force-reload}" + exit 1 + ;; +esac + +exit 0 diff --git a/common/xserver b/common/xserver new file mode 100755 index 0000000..40f2667 --- /dev/null +++ b/common/xserver @@ -0,0 +1,53 @@ +#!/bin/sh + +set -e + +export DISPLAY=:0 +export PATH=/bin:/usr/bin/:/sbin:/usr/sbin + +case "$1" in + start) + is_running=`ps ax | awk '{ print \$5 }' | grep Xorg` || true + if [ "${is_running}" = "" ]; then + echo "Starting Xorg server..." + /usr/bin/startx + else + echo "Xorg server is running already..." + fi + ;; + + restart|reload|force-reload) + is_running=`ps ax | awk '{ print \$5 }' | grep Xorg` || true + if [ "${is_running}" != "" ]; then + $0 stop || true + sleep 3 + fi + $0 start || true + ;; + + stop) + is_running=`ps ax | awk '{ print \$5 }' | grep Xorg` || true + if [ "${is_running}" != "" ]; then + echo "Stopping Xorg server..." + killall -9 Xorg + else + echo "Xorg server is not running..." + fi + ;; + + status) + is_running=`ps ax | awk '{ print \$5 }' | grep Xorg` || true + if [ "${is_running}" = "" ]; then + echo "Xorg server is not running..." + else + echo "Xorg server is running..." + fi + ;; + + *) + echo "Usage: /etc/init.d/xserver {start|stop|status|restart|reload|force-reload}" + exit 1 + ;; +esac + +exit 0 diff --git a/conf-arm-emulfb/display.conf b/conf-arm-emulfb/display.conf new file mode 100755 index 0000000..753a195 --- /dev/null +++ b/conf-arm-emulfb/display.conf @@ -0,0 +1,28 @@ +Section "ServerLayout" + Identifier "Test Layout" + Screen 0 "Screen0" 0 0 +# InputDevice "evdev" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "emulfb" + Monitor "Monitor0" +# SubSection "Display" +# Modes "1024x768" +# EndSubSection +EndSection + +Section "Monitor" + Identifier "Monitor0" +# Option "DPMS" "true" +# DisplaySize 46 76 +EndSection + +Section "Device" + Identifier "emulfb" + Driver "emulfb" + Option "fbdev" "/dev/fb0" + Option "HWCursor" "off" + Option "SWCursor" "on" +EndSection diff --git a/conf-arm-emulfb/input.conf b/conf-arm-emulfb/input.conf new file mode 100755 index 0000000..7980f60 --- /dev/null +++ b/conf-arm-emulfb/input.conf @@ -0,0 +1,36 @@ +Section "ServerFlags" + Option "AllowEmptyInput" "true" + Option "AutoAddDevices" "true" + Option "AutoEnableDevices" "true" + Option "HWCursor" "off" + Option "SWCursor" "on" +EndSection + +Section "InputClass" + Identifier "evdev touchscreen catchall" + MatchIsTouchScreen "on" + MatchDevicePath "/dev/input/event*" + Driver "evdevmultitouch" + Option "MultiTouch" "3" +EndSection + +Section "InputClass" + Identifier "evdev pointer catchall" + MatchIsPointer "on" + MatchDevicePath "/dev/input/event*" + Driver "evdev" +EndSection + +Section "InputClass" + Identifier "evdev keyboard catchall" + MatchIsKeyboard "on" + MatchDevicePath "/dev/input/event*" + Driver "evdev" +EndSection + +Section "InputDevice" + Identifier "Gesture" + Driver "gesture" + Option "Device" "/dev/null" + Option "Activate" "1" +EndSection diff --git a/conf-i386-emulfb/display.conf b/conf-i386-emulfb/display.conf new file mode 100644 index 0000000..0d16b10 --- /dev/null +++ b/conf-i386-emulfb/display.conf @@ -0,0 +1,24 @@ +Section "ServerLayout" + Identifier "Test Layout" + Screen 0 "Screen0" 0 0 +EndSection + +Section "Screen" + Identifier "Screen0" + Device "emulfb" + Monitor "Monitor0" + # SubSection "Display" + # Modes "480x800" + # EndSubSection +EndSection + +Section "Monitor" + Identifier "Monitor0" + Option "DPMS" "true" +EndSection + +Section "Device" + Identifier "emulfb" + Driver "emulfb" + Option "fbdev" "/dev/fb0" +EndSection diff --git a/conf-i386-emulfb/input.conf b/conf-i386-emulfb/input.conf new file mode 100644 index 0000000..0975681 --- /dev/null +++ b/conf-i386-emulfb/input.conf @@ -0,0 +1,28 @@ +Section "InputClass" + Identifier "evdev pointer catchall" + MatchIsPointer "on" + MatchDevicePath "/dev/input/event*" + Driver "evdev" +EndSection + +Section "InputClass" + Identifier "evdev pointer catchall" + MatchIsTablet "on" + MatchDevicePath "/dev/input/event*" + Driver "evdev" +EndSection + +Section "InputClass" + Identifier "evdev touchscreen catchall" + MatchIsTouchScreen "on" + MatchDevicePath "/dev/input/event*" + Driver "evdevmultitouch" + Option "MultiTouch" "6" +EndSection + +Section "InputClass" + Identifier "evdev keyboard catchall" + MatchIsKeyboard "on" + MatchDevicePath "/dev/input/event*" + Driver "evdev" +EndSection diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..62d121b --- /dev/null +++ b/configure.ac @@ -0,0 +1,35 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.61) +AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) + +# Checks for programs. +AC_PROG_INSTALL +AC_PROG_MAKE_SET + +AC_CONFIG_SRCDIR([Makefile.am]) +AM_CONFIG_HEADER([config.h]) +AC_CONFIG_AUX_DIR(.) + +AM_INIT_AUTOMAKE([dist-bzip2]) + +AM_MAINTAINER_MODE + +# Checks for programs. +AC_DISABLE_STATIC +AC_PROG_LIBTOOL +AC_PROG_CC + +AC_ARG_WITH(arch, AS_HELP_STRING([--with-arch=ARCH], [Architecture (default: arm)]), + [ ARCH="$withval" ], + [ ARCH="arm" ]) +AC_ARG_WITH(conf-prefix, AS_HELP_STRING([--with-conf-prefix=CONF_PREFIX], [Architecture (default: /opt/etc)]), + [ CONF_PREFIX="$withval" ], + [ CONF_PREFIX="/opt/etc" ]) + +AC_SUBST(ARCH) +AC_SUBST(CONF_PREFIX) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/debian/changelog b/debian/changelog new file mode 100755 index 0000000..b36fde1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,955 @@ +xserver-xorg-misc (0.0.1-122) unstable; urgency=low + + * add scim command in xinitrc of i386 and arm (rollback 120) + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-122 + + -- Jihoon Kim Fri, 01 Jun 2012 17:27:45 +0900 + +xserver-xorg-misc (0.0.1-121) unstable; urgency=low + + * Replace vconftool command with file creation of /tmp/hibernation/xresources_ready + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-121 + + -- Sung-Jin Park Fri, 01 Jun 2012 11:13:24 +0900 + +xserver-xorg-misc (0.0.1-120) unstable; urgency=low + + * Remove scim command(s) from xinitrc both from i386 and arm + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-120 + + -- Sung-Jin Park Tue, 29 May 2012 15:19:35 +0900 + +xserver-xorg-misc (0.0.1-119) unstable; urgency=low + + * Change the value of "MultiTouch" from 2 to 3 in xorg.conf for i386 + * Remove udevadm trigger command from xinitrc for arm + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-119 + + -- Sung-Jin Park Fri, 27 Apr 2012 17:14:04 +0900 + +xserver-xorg-misc (0.0.1-118) unstable; urgency=low + + * remove system_server in xinitrc + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-118 + + -- SooChan Lim Thu, 19 Apr 2012 16:16:51 +0900 + +xserver-xorg-misc (0.0.1-117) unstable; urgency=low + + * Booting sequence changed : S20xserver->S02xserver for arm + * Modify startx.in not to trigger udev + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-117 + + -- Sung-Jin Park Mon, 16 Apr 2012 20:42:46 +0900 + +xserver-xorg-misc (0.0.1-116) unstable; urgency=low + + * Fix Xmodmap installation problem for arm-emulfb + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-115 + + -- Sung-Jin Park Wed, 22 Feb 2012 11:09:22 +0900 + +xserver-xorg-misc (0.0.1-115) unstable; urgency=low + + * change driver name of emulator + * Git: slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-115 + + -- Boram Park Fri, 23 Dec 2011 10:11:28 +0900 + +xserver-xorg-misc (0.0.1-114) unstable; urgency=low + + * Add a Section for Tablet using evdev driver in simulator + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-114 + + -- Sung-Jin Park Fri, 09 Dec 2011 11:05:36 +0900 + +xserver-xorg-misc (0.0.1-113) unstable; urgency=low + + * Modify xorg.conf in i386-common for supporting multitouch in simulator + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-113 + + -- Sung-Jin Park Wed, 07 Dec 2011 11:50:58 +0900 + +xserver-xorg-misc (0.0.1-112) unstable; urgency=low + + * Enable/activate gesture driver + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-112 + + -- Sung-Jin Park Mon, 21 Nov 2011 17:24:28 +0900 + +xserver-xorg-misc (0.0.1-111) unstable; urgency=low + + * enable DPMS at i386 + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-111 + + -- SooChan Lim Tue, 15 Nov 2011 17:42:10 +0900 + +xserver-xorg-misc (0.0.1-110) unstable; urgency=low + + * cleanup xinitrc file - E's configuration symbolic link + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-110 + + -- Doyoun Kang Fri, 11 Nov 2011 19:19:19 +0900 + +xserver-xorg-misc (0.0.1-109) unstable; urgency=low + + * disable Gesture + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-109 + + -- SooChan Lim Wed, 09 Nov 2011 11:49:32 +0900 + +xserver-xorg-misc (0.0.1-108) unstable; urgency=low + + * set dpi at xinitrc + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-108 + + -- SooChan Lim Fri, 04 Nov 2011 19:22:00 +0900 + +xserver-xorg-misc (0.0.1-107) unstable; urgency=low + + * 1. Remove unused symbolic link in xinitrc file. + 2. Add option "-profile samsung" to enlightenment_start in xinitrc file. + 3. Add gesture driver configuration in display.conf and input.conf + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-107 + + -- Sung-Jin Park Wed, 02 Nov 2011 17:58:21 +0900 + +xserver-xorg-misc (0.0.1-106) unstable; urgency=low + + * Remove keysym redundencies (i.e. XF86AudioPlay, XF86AudioPause) + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-106 + + -- Sung-Jin Park Thu, 13 Oct 2011 11:18:07 +0900 + +xserver-xorg-misc (0.0.1-105) unstable; urgency=low + + * add option to support hw overlay + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-105 + + -- SooChan Lim Wed, 21 Sep 2011 19:31:53 +0900 + +xserver-xorg-misc (0.0.1-104) unstable; urgency=low + + * Remove startsapwood + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-104 + + -- Boram Park Tue, 30 Aug 2011 12:03:26 +0900 + +xserver-xorg-misc (0.0.1-103) unstable; urgency=low + + * [i386] Modify startx, xorg.conf to enable input device hotplugging on Xserver on i386 machine using udev + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-103 + + -- Sung-Jin Park Mon, 22 Aug 2011 15:47:23 +0900 + +xserver-xorg-misc (0.0.1-102) unstable; urgency=low + + * Revert previous wrong changes + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-102 + + -- Sung-Jin Park Tue, 16 Aug 2011 20:33:04 +0900 + +xserver-xorg-misc (0.0.1-101) unstable; urgency=low + + * Modify startx and xorg.conf in i386-common + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-101 + + -- Sung-Jin Park Tue, 16 Aug 2011 20:28:40 +0900 + +xserver-xorg-misc (0.0.1-100) unstable; urgency=low + + * Add xorg.conf.d.slp10 in arm-c210 + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-100 + + -- Sung-Jin Park Tue, 16 Aug 2011 10:47:18 +0900 + +xserver-xorg-misc (0.0.1-99) unstable; urgency=low + + * change the name of binary packages + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-99 + + -- SooChan Lim Fri, 22 Jul 2011 14:07:41 +0900 + +xserver-xorg-misc (0.0.1-98) unstable; urgency=low + + * Remove a command line for executing boot-animation in i386's xinitrc file. + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-98 + + -- Doyoun Kang Tue, 19 Jul 2011 16:50:11 +0900 + +xserver-xorg-misc (0.0.1-97) unstable; urgency=low + + * change the name of the display modules + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-97 + + -- SooChan Lim Mon, 18 Jul 2011 14:03:50 +0900 + +xserver-xorg-misc (0.0.1-96) unstable; urgency=low + + * Add udev trigger commands for drm/input subsystem for startx script for arm + * Change driver name from 'fbdev' to 'sec' + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-96 + + -- Boram Park Wed, 13 Jul 2011 19:47:31 +0900 + +xserver-xorg-misc (0.0.1-95) unstable; urgency=low + + * add sw_exa option + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-95 + + -- SooChan Lim Fri, 03 Jun 2011 15:34:38 +0900 + +xserver-xorg-misc (0.0.1-94) unstable; urgency=low + + * oal rollback + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-94 + + -- SooChan Lim Fri, 08 Apr 2011 14:02:34 +0900 + +xserver-xorg-misc (0.0.1-93) unstable; urgency=low + + * change the xorg.conf.d path + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-93 + + -- SooChan Lim Tue, 05 Apr 2011 21:46:54 +0900 + +xserver-xorg-misc (0.0.1-92) unstable; urgency=low + + * oal work + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-92 + + -- SooChan Lim Tue, 05 Apr 2011 10:39:23 +0900 + +xserver-xorg-misc (0.0.1-91) unstable; urgency=low + + * Modify xinitrc file to create desktop cache files + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-91 + + -- Doyoun Kang Wed, 16 Mar 2011 19:09:55 +0900 + +xserver-xorg-misc (0.0.1-90) unstable; urgency=low + + * Remove "xset r on &" from arm-common/xinitrc to unset key repeat + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-90 + + -- Sung-Jin Park Mon, 07 Mar 2011 10:04:23 +0900 + +xserver-xorg-misc (0.0.1-89) unstable; urgency=low + + * add use_vsyn option to be false at c210 + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-89 + + -- SooChan Lim Sun, 06 Mar 2011 14:51:54 +0900 + +xserver-xorg-misc (0.0.1-88) unstable; urgency=low + + * Fix Xmodmap installation problem for i386 + * Fix boot-animation option from "-start' to "--start" + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-88 + + -- Sung-Jin Park Tue, 22 Feb 2011 18:44:49 +0900 + +xserver-xorg-misc (0.0.1-87) unstable; urgency=low + + * Make Xmodmap file unique (C210 Keymap == C110 Keymap) + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-87 + + -- Sung-Jin Park Wed, 16 Feb 2011 19:21:18 +0900 + +xserver-xorg-misc (0.0.1-86) unstable; urgency=low + + * Modify *-common/xinitrc to execute enlightenment_start in background + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-86 + + -- Sung-Jin Park Fri, 11 Feb 2011 15:30:48 +0900 + +xserver-xorg-misc (0.0.1-85) unstable; urgency=low + + * Modify arm-c210/Xmodmap file to remove redundant keysym (XF86Phone) + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-85 + + -- Sung-Jin Park Sun, 06 Feb 2011 15:32:59 +0900 + +xserver-xorg-misc (0.0.1-84) unstable; urgency=low + + * Modify xinitrc to import Xmodmap file under /opt/etc/X11/ + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-84 + + -- Sung-Jin Park Tue, 25 Jan 2011 14:15:52 +0900 + +xserver-xorg-misc (0.0.1-83) unstable; urgency=low + + * Add xorg.conf.d.slp7 directory and files in it under arm-c210 directory + * Move/copy Xmodmap file under arm-c110 and arm-c210 + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-83 + + -- Sung-Jin Park Tue, 25 Jan 2011 10:30:57 +0900 + +xserver-xorg-misc (0.0.1-82) unstable; urgency=low + + * Add an option "-i" into arm-common/xresources + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-82 + + -- Sung-Jin Park Tue, 28 Dec 2010 13:23:46 +0900 + +xserver-xorg-misc (0.0.1-81) unstable; urgency=low + + * Modify files to create 3 binary packages for arm (-sec-c110, -sec-c210 and + -sec-emulfb) + * Modify files to create 1 binary package for i386 (-sec-emulfb) + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-81 + + -- Sung-Jin Park Fri, 10 Dec 2010 16:01:07 +0900 + +xserver-xorg-misc (0.0.1-80) unstable; urgency=low + + * Add an option "-f" into vconftool cmdline in arm/xresources + * Git: 165.213.180.234:slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-80 + + -- Sung-Jin Park Wed, 08 Dec 2010 13:46:01 +0900 + +xserver-xorg-misc (0.0.1-79) unstable; urgency=low + + * Modify Xmodmap for Cancel key (keycode 231 = Cancel) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-79 + + -- Sung-Jin Park Fri, 03 Dec 2010 17:51:42 +0900 + +xserver-xorg-misc (0.0.1-78) unstable; urgency=low + + * Set evdev as the driver for pointer and keyboard device in x86 simulator + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-78 + + -- Sung-Jin Park Thu, 02 Dec 2010 18:14:31 +0900 + +xserver-xorg-misc (0.0.1-77) unstable; urgency=low + + * Modify display conf for p1(Rotation CW -> CCW) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-77 + + -- Sangjin Lee Tue, 30 Nov 2010 17:51:10 +0900 + +xserver-xorg-misc (0.0.1-76) unstable; urgency=low + + * Copy xorg.conf.d.default/input.conf to xorg.conf.d.c210/input.conf + * Remove "Resolution" option from input.conf in xorg.conf.d.default and + xorg.conf.d.c210 + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-76 + + -- Sung-Jin Park Fri, 26 Nov 2010 22:30:56 +0900 + +xserver-xorg-misc (0.0.1-75) unstable; urgency=low + + * Modify arm/xresources to set vconf key + (memory/hibernation/xresources_ready) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-75 + + -- Sung-Jin Park Tue, 23 Nov 2010 16:29:06 +0900 + +xserver-xorg-misc (0.0.1-74) unstable; urgency=low + + * Modify the display conf for p1 + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-74 + + -- Sung-Jin Park Mon, 15 Nov 2010 13:02:08 +0900 + +xserver-xorg-misc (0.0.1-73) unstable; urgency=low + + * Modify the display conf for the unity sec + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-73 + + -- SooChan Lim Fri, 12 Nov 2010 15:04:10 +0900 + +xserver-xorg-misc (0.0.1-72) unstable; urgency=low + + * Modify arm/xresources to set vconf key when it runs at booting time + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-72 + + -- Sung-Jin Park Fri, 12 Nov 2010 11:15:29 +0900 + +xserver-xorg-misc (0.0.1-71) unstable; urgency=low + + * Modify input.conf in xorg.conf.d* directories to use evdev driver for + keyboard device instead of using evkbd driver + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-71 + + -- Sung-Jin Park Wed, 10 Nov 2010 15:58:06 +0900 + +xserver-xorg-misc (0.0.1-70) unstable; urgency=low + + * Re-applied the changes in the version 0.0.1-68 + (Modify arm/xinitrc not to import /opt/etc/X11/Xmodmap file automatically) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-70 + + -- Sung-Jin Park Tue, 09 Nov 2010 11:02:47 +0900 + +xserver-xorg-misc (0.0.1-69) unstable; urgency=low + + * Rollback the previous change(s) of 0.0.1-68 + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-69 + + -- Sung-Jin Park Mon, 08 Nov 2010 19:12:34 +0900 + +xserver-xorg-misc (0.0.1-68) unstable; urgency=low + + * Modify arm/xinitrc not to import /opt/etc/X11/Xmodmap file automatically + * Instead of importing Xmodmap file, the symbols for hardware key for SLP in + inet file in xkeyboard-config package were modified + * This changes will only be applied for arm (in arm directory) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-68 + + -- Sung-Jin Park Mon, 08 Nov 2010 14:28:26 +0900 + +xserver-xorg-misc (0.0.1-67) unstable; urgency=low + + * Modify license file (COPYING, LICENSE) with Samsung Electronics + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-67 + + -- Sung-Jin Park Fri, 05 Nov 2010 10:54:30 +0900 + +xserver-xorg-misc (0.0.1-66) unstable; urgency=low + + * Modify xinitrc and input.conf both in xorg.conf.d.default and + xorg.conf.d.p1p2 directory in arm + * Add "MultiTouch" option and "Resolution" option + * Remove multitouchctl from xinitrc in arm + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-66 + + -- Sung-Jin Park Thu, 04 Nov 2010 22:42:34 +0900 + +xserver-xorg-misc (0.0.1-65) unstable; urgency=low + + * Change xinitrc file to link /opt/share/.e directory. + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-65 + + -- Doyoun Kang Tue, 26 Oct 2010 14:29:12 +0900 + +xserver-xorg-misc (0.0.1-64) unstable; urgency=low + + * Modify debian/rules to make S80xresources (symbolic link of + /etc/init.d/xresources) in /etc/rc.d/rc4.d + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-64 + + -- Sung-Jin Park Wed, 20 Oct 2010 17:45:20 +0900 + +xserver-xorg-misc (0.0.1-63) unstable; urgency=low + + * Modify debian/rules and debian/xserver-xorg-misc.install.in to make + S20xserver (symbolic link of /etc/init.d/xserver) in /etc/rc.d/rc4.d + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-63 + + -- Sung-Jin Park Wed, 20 Oct 2010 17:36:07 +0900 + +xserver-xorg-misc (0.0.1-62) unstable; urgency=low + + * Change xinitrc file. + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-62 + + -- Doyoun Kang Wed, 20 Oct 2010 17:06:48 +0900 + +xserver-xorg-misc (0.0.1-61) unstable; urgency=low + + * Add an option "-logfile" to arm/startx.in to create Xorg.0.log file in + LOGDIR. + * Add command lines to backup previous Xorg.0.log* files in LOGDIR. + * Add a line to check and create LOGDIR. + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-61 + + -- Sung-Jin Park Tue, 12 Oct 2010 22:05:13 +0900 + +xserver-xorg-misc (0.0.1-60) unstable; urgency=low + + * Change xinitrc file. + + change path /etc/.hib_capturing to /opt/etc/.hib_capturing + + add symbolic link for .order + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-60 + + -- Doyoun Kang Mon, 11 Oct 2010 11:24:57 +0900 + +xserver-xorg-misc (0.0.1-59) unstable; urgency=low + + * Enable Send key + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-59 + + -- Sung-Jin Park Mon, 27 Sep 2010 14:05:53 +0900 + +xserver-xorg-misc (0.0.1-58) unstable; urgency=low + + * update xinitrc, xorg.conf for i386 simulator + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-58 + + -- Sung-Jin Park Mon, 20 Sep 2010 20:15:33 +0900 + +xserver-xorg-misc (0.0.1-57) unstable; urgency=low + + * Add a command line for executing sapwood-server in xinitrc for arm/i386 by + Gtk team + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-57 + + -- Sung-Jin Park Mon, 20 Sep 2010 12:47:28 +0900 + +xserver-xorg-misc (0.0.1-56) unstable; urgency=low + + * update /opt/etc/X11/Xmodmap (remove Xf86Send for removing redundency) + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-56 + + -- Sung-Jin Park Wed, 15 Sep 2010 15:24:17 +0900 + +xserver-xorg-misc (0.0.1-55) unstable; urgency=low + + * update version + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-55 + + -- Sung-Jin Park Mon, 13 Sep 2010 20:23:08 +0900 + +xserver-xorg-misc (0.0.1-54) unstable; urgency=low + + * Disable sapwood-server at booting time + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-54 + + -- Sung-Jin Park Mon, 13 Sep 2010 20:07:05 +0900 + +xserver-xorg-misc (0.0.1-53) unstable; urgency=low + + * Add a command line for executing sapwood-server in xinitrc for arm/i386 by + request from Gtk team + * Git: 165.213.180.234:/git/slp/pkgs/xorg/driver/xserver-xorg-misc + * Tag: xserver-xorg-misc_0.0.1-53 + + -- Sung-Jin Park Mon, 13 Sep 2010 14:03:36 +0900 + +xserver-xorg-misc (0.0.1-52) unstable; urgency=low + + * enable accel to pvr2d_exa + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-52 + + -- SooChan Lim Thu, 09 Sep 2010 13:31:27 +0900 + +xserver-xorg-misc (0.0.1-51) unstable; urgency=low + + * disable shadowfb + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-51 + + -- SooChan Lim Mon, 06 Sep 2010 17:14:23 +0900 + +xserver-xorg-misc (0.0.1-50) unstable; urgency=low + + * Remove xorg.conf.d in arm directory + * Make xorg.conf.d.default, xorg.conf.d.p1p2 and put machine-specfic config + file in the directories. + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-50 + + -- Sung-Jin Park Fri, 03 Sep 2010 17:49:24 +0900 + +xserver-xorg-misc (0.0.1-49) unstable; urgency=low + + * Rollback and modify files in i386 directory + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-49 + + -- Sung-Jin Park Fri, 03 Sep 2010 13:27:41 +0900 + +xserver-xorg-misc (0.0.1-48) unstable; urgency=low + + * Move xinitrc from /opt/etc/X11 to /usr/etc/X11 + * Copy all files in arm directory into i386 directory. + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-48 + + -- Sung-Jin Park Thu, 02 Sep 2010 16:57:34 +0900 + +xserver-xorg-misc (0.0.1-47) unstable; urgency=low + + * xorg conf loads sec_dev instead of fbdev_drv as video driver + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-47 + + -- SooChan Lim Tue, 31 Aug 2010 21:49:22 +0900 + +xserver-xorg-misc (0.0.1-46) unstable; urgency=low + + * Change arm's xinitrc script file to use symbolic link .e and .efreet + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-46 + + -- Doyoun Kang Mon, 30 Aug 2010 21:04:19 +0900 + +xserver-xorg-misc (0.0.1-45) unstable; urgency=low + + * Disabling SendKey(XF86Send) by removing XF86Send in /opt/etc/X11/Xmodmap + by requests from PM + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-45 + + -- Sung-Jin Park Fri, 13 Aug 2010 18:59:14 +0900 + +xserver-xorg-misc (0.0.1-44) unstable; urgency=low + + * Add xorg.conf.d directory and devide xorg.conf into xorg.conf and + xorg.conf.d/*.conf files + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-44 + + -- Sung-Jin Park Thu, 12 Aug 2010 17:20:58 +0900 + +xserver-xorg-misc (0.0.1-43) unstable; urgency=low + + * Enable keyboard repeat for arm (xinitrc was modified : xset r on &) + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-43 + + -- Sung-Jin Park Fri, 30 Jul 2010 09:52:03 +0900 + +xserver-xorg-misc (0.0.1-42) unstable; urgency=low + + * Add a configuration for mouse in xorg.conf for arm + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-42 + + -- Sung-Jin Park Mon, 26 Jul 2010 16:42:57 +0900 + +xserver-xorg-misc (0.0.1-41) unstable; urgency=low + + * Remove xserver-xorg-misc.postinst by the request of security team + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-41 + + -- Sung-Jin Park Tue, 08 Jun 2010 17:18:43 +0900 + +xserver-xorg-misc (0.0.1-40) unstable; urgency=low + + * enable dpms + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-40 + + -- SooChan Lim Thu, 03 Jun 2010 16:54:16 +0900 + +xserver-xorg-misc (0.0.1-39) unstable; urgency=low + + * Add "udevadm trigger --subsystem-match=input" in startx script for setting + input devices under "--only" option + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-39 + + -- Sung-Jin Park Thu, 03 Jun 2010 10:26:11 +0900 + +xserver-xorg-misc (0.0.1-38) unstable; urgency=low + + * Change xinitrc file. + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-38 + + -- Doyoun Kang Fri, 28 May 2010 19:32:45 +0900 + +xserver-xorg-misc (0.0.1-37) unstable; urgency=low + + * Remove xiprobe and related files to apply xinput device probing using udev + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-37 + + -- Sung-Jin Park Wed, 19 May 2010 16:30:36 +0900 + +xserver-xorg-misc (0.0.1-36) unstable; urgency=low + + * Remove DisplaySize + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-36 + + -- SooChan Lim Thu, 13 May 2010 21:26:19 +0900 + +xserver-xorg-misc (0.0.1-35) unstable; urgency=low + + * Fix scripts/setcpu to work properly in arm/i386 + Add --gdb option in startx.in scripts for arm/i386 + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-35 + + -- Sung-Jin Park Tue, 11 May 2010 10:43:15 +0900 + +xserver-xorg-misc (0.0.1-34) unstable; urgency=low + + * Add two scripts (setcpu, setpoll) + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-34 + + -- Sung-Jin Park Tue, 03 May 2010 16:51:50 +0900 + +xserver-xorg-misc (0.0.1-33) unstable; urgency=low + + * Add postinst to change file permission and to change ownership + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-33 + + -- Sung-Jin Park Tue, 27 Apr 2010 10:13:15 +0900 + +xserver-xorg-misc (0.0.1-32) unstable; urgency=low + + * Disable input-router + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-32 + + -- Sung-Jin Park Thu, 15 Apr 2010 22:40:42 +0900 + +xserver-xorg-misc (0.0.1-31) unstable; urgency=low + + * clean up xinitrc.probe (with request from APPFW team) + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-31 + + -- Sung-Jin Park Thu, 08 Apr 2010 15:38:03 +0900 + +xserver-xorg-misc (0.0.1-30) unstable; urgency=low + + * Modify xiprobe and startx script + * Git: 165.213.180.234:/git/slp2.0/slp2.0-pkgs/X11 + * Tag: xserver-xorg-misc_0.0.1-30 + + -- Sung-Jin Park Thu, 01 Apr 2010 21:27:11 +0900 + +xserver-xorg-misc (0.0.1-29) unstable; urgency=low + + * Remove redundant keymap in Xmodmap + + -- Sung-Jin Park Thu, 01 Apr 2010 14:42:46 +0900 + +xserver-xorg-misc (0.0.1-28) unstable; urgency=low + + * Update Xmodmap file for supporting both Kessler and SDK board + + -- Sung-Jin Park Thu, 01 Apr 2010 04:58:53 +0000 + +xserver-xorg-misc (0.0.1-27) unstable; urgency=low + + * Add xiprobe script and modify xorg.conf.probe, xinitrc.probe for support input device probing + + -- Sung-Jin Park Wed, 31 Mar 2010 17:00:43 +0900 + +xserver-xorg-misc (0.0.1-26) unstable; urgency=low + + * Change S50Xserver to S60xserver + + -- Sung-Jin Park Thu, 25 Mar 2010 13:51:34 +0900 + +xserver-xorg-misc (0.0.1-25) unstable; urgency=low + + * Fix debian/xserver-xorg-misc.install.in for installing Xorg.sh file properly + + -- Sung-Jin Park Wed, 24 Mar 2010 19:02:33 +0900 + +xserver-xorg-misc (0.0.1-24) unstable; urgency=low + + * Remove immvibed from xinitrc (with request from SYSFW) + * Add /etc/profile.d/Xorg.sh for exporting DISPLAY env variable globally + + -- Sung-Jin Park Wed, 24 Mar 2010 16:09:34 +0900 + +xserver-xorg-misc (0.0.1-23) unstable; urgency=low + + * Fix the path of S50Xserver to /etc/rc.d/rc3.d/S50Xserver + + -- Sung-Jin Park Mon, 22 Mar 2010 13:56:17 +0900 + +xserver-xorg-misc (0.0.1-22) unstable; urgency=low + + * Add /etc/init.d/Xserver script + + -- Sung-Jin Park Mon, 22 Mar 2010 12:54:00 +0900 + +xserver-xorg-misc (0.0.1-21) unstable; urgency=low + + * Modify arm/xinitrc to copy .efreet directory + + -- Doyoun Kang Fri, 19 Mar 2010 23:10:19 +0900 + +xserver-xorg-misc (0.0.1-20) unstable; urgency=low + + * Remove startgtk.sh from xinitrc file (with request from GTK team) + + -- Sung-Jin Park Thu, 18 Mar 2010 19:21:46 +0900 + +xserver-xorg-misc (0.0.1-19) unstable; urgency=low + + * Removed isf-panel-efl from xinitrc + + -- Ji-hoon Lee Tue, 16 Mar 2010 18:43:15 +0900 + +xserver-xorg-misc (0.0.1-18) unstable; urgency=low + + * Add immvibed before running boot-animation (with request from SYSFW) + + -- Sung-Jin Park Tue, 16 Mar 2010 11:48:05 +0900 + +xserver-xorg-misc (0.0.1-17) unstable; urgency=low + + * Modify arm/xinitrc to import xmodmap file properly + + -- Sung-Jin Park Tue, 23 Feb 2010 13:04:19 +0900 + +xserver-xorg-misc (0.0.1-16) unstable; urgency=low + + * Modify xinitrc + + -- Doyoun Kang Sat, 20 Feb 2010 19:34:51 +0900 + +xserver-xorg-misc (0.0.1-15) unstable; urgency=low + + * Fix Makefile.am to install Xresources, Xmodmap file properly + + -- Sung-Jin Park Sat, 20 Feb 2010 15:56:49 +0900 + +xserver-xorg-misc (0.0.1-14) unstable; urgency=low + + * Modify xinitrc + Add Xresource, Xmodmap + + -- Sung-Jin Park Sat, 20 Feb 2010 15:40:57 +0900 + +xserver-xorg-misc (0.0.1-13) unstable; urgency=low + + * remove the mode option at xorg.conf + + -- SooChan Lim Tue, 09 Feb 2010 00:09:17 +0900 + +xserver-xorg-misc (0.0.1-12) unstable; urgency=low + + * Change arm/xorg.conf for input router + + -- Sung-Jin Park Fri, 22 Jan 2010 19:17:00 +0900 + +xserver-xorg-misc (0.0.1-11) unstable; urgency=low + + * enable exa and dri + + -- SooChan Lim Wed, 20 Jan 2010 19:30:05 +0900 + +xserver-xorg-misc (0.0.1-10) unstable; urgency=low + + * Modify arm/xorg.conf file for multitouch + + -- Sung-Jin Park Tue, 19 Jan 2010 18:57:40 +0900 + +xserver-xorg-misc (0.0.1-9) unstable; urgency=low + + * disable exa and dri2 + + -- SooChan Lim Fri, 15 Jan 2010 22:32:06 +0900 + +xserver-xorg-misc (0.0.1-8) unstable; urgency=low + + * enable exa and dri2 + + -- SooChan Lim Thu, 14 Jan 2010 16:07:49 +0900 + +xserver-xorg-misc (0.0.1-7) unstable; urgency=low + + * Modify xorg.conf file for armel again + + -- Sung-Jin Park Tue, 29 Dec 2009 19:28:53 +0900 + +xserver-xorg-misc (0.0.1-6) unstable; urgency=low + + * Modify xorg.conf file for armel (Monitor section) + + -- Sung-Jin Park Tue, 29 Dec 2009 17:59:27 +0900 + +xserver-xorg-misc (0.0.1-5) unstable; urgency=low + + * activate the fb3 and use it + + -- SooChan Lim Fri, 11 Dec 2009 11:49:54 +0900 + +xserver-xorg-misc (0.0.1-4) unstable; urgency=low + + * Modify start script to disable AccessXKeys features of XKB + + -- Sung-Jin Park Wed, 09 Dec 2009 22:11:51 +0900 + +xserver-xorg-misc (0.0.1-3) unstable; urgency=low + + * change startx to disable repeat key + + -- lsj119 Mon, 07 Dec 2009 15:15:04 +0900 + +xserver-xorg-misc (0.0.1-2) unstable; urgency=low + + * chanage the default depth into 24bits + + -- SooChan Lim Thu, 03 Dec 2009 20:35:58 +0900 + +xserver-xorg-misc (0.0.1-1) unstable; urgency=low + + * Initial Release. + + -- Sung-Jin Park Thu, 12 Nov 2009 17:39:03 +0900 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..892f76e --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: xserver-xorg-misc +Section: x11 +Priority: optional +Maintainer: Sung-Jin Park , SooChan Lim , Doyoun Kang , Sangjin Lee , Boram Park , Jihoon Kim +Build-Depends: debhelper (>= 5) +Standards-Version: 0.0.1 + +Package: xserver-xorg-misc-s5pc110 +Section: x11 +Architecture: armel +Conflicts: xserver-xorg-misc-s5pc210, xserver-xorg-misc-emulfb, xserver-xorg-misc +Replaces: xserver-xorg-misc-s5p210, xserver-xorg-misc-emulfb, xserver-xorg-misc +Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 1.7.1) +Description: Xorg server misc package which contains startx, xinitrc and xorg.conf file for s5pc110 + +Package: xserver-xorg-misc-s5pc210 +Section: x11 +Architecture: armel +Conflicts: xserver-xorg-misc-s5pc110, xserver-xorg-misc-emulfb, xserver-xorg-misc +Replaces: xserver-xorg-misc-s5pc110, xserver-xorg-misc-emulfb, xserver-xorg-misc +Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 1.7.1) +Description: Xorg server misc package which contains startx, xinitrc and xorg.conf file for s5pc210 + +Package: xserver-xorg-misc-emulfb +Section: x11 +Architecture: any +Conflicts: xserver-xorg-misc-s5pc110, xserver-xorg-misc-s5pc210, xserver-xorg-misc +Replaces: xserver-xorg-misc-s5pc110, xserver-xorg-misc-s5pc210, xserver-xorg-misc +Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 1.7.1) +Description: Xorg server misc package which contains startx, xinitrc and xorg.conf file for emulfb + diff --git a/debian/copyright b/debian/copyright new file mode 100755 index 0000000..d1434a3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,8 @@ +Copyright (c) 2000 - 2010 Samsung Electronics Co., Ltd. All rights reserved. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License version 2.1. + +The full text of the LGPL 2.1 can be found in +/usr/share/common-licenses. + diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..53f5393 --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +opt/etc/X11 diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ef5d413 --- /dev/null +++ b/debian/rules @@ -0,0 +1,201 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS ?= -Wall -g +LDFLAGS ?= +PREFIX ?= /usr +DATADIR ?= /opt +PREFIX_NS ?= usr +DATADIR_NS ?= opt +ARCH ?= $(DEB_HOST_ARCH_CPU) +ARCH_COMMON ?= $(ARCH)-common +CONF_FLAGS ?= --with-arch=$(ARCH) --with-conf-prefix=$(DATADIR) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: + #autoreconf -i -v -f + ./autogen.sh + +config.status: configure + dh_testdir + # Add here commands to configure the package. + + for f in `find $(CURDIR)/$(ARCH_COMMON)/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ + chmod a+x $${f%.in}; \ + done + + ./configure --prefix=$(PREFIX) $(CONF_FLAGS) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + +build-c110: build-stamp + rm -rf $(CURDIR)/debian/tmp/opt/etc/X11/xorg.conf.d* + +build-c210: build-stamp + rm -rf $(CURDIR)/debian/tmp/opt/etc/X11/xorg.conf.d* + +build-emulfb: build-stamp + rm -rf $(CURDIR)/debian/tmp/opt/etc/X11/xorg.conf.d* + +build-stamp: config.status + dh_testdir + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/x11proto-core.sgml > x11proto-core.1 + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX_NS)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR_NS)#g" $${f%.in}; \ + done + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + rm -f Makefile.in aclocal.m4 config.guess config.sub configure install-sh missing + + for f in `find $(CURDIR)/$(ARCH_COMMON)/ -name "*.in"`; do \ + rm -f $${f%.in}; \ + done + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + rm -f $${f%.in}; \ + done + + dh_clean + +install-common: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + mkdir $(CURDIR)/debian/tmp/etc/rc.d/init.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/profile.d/ -p + mkdir $(CURDIR)/debian/tmp/$(PREFIX)/etc/X11/ -p + cp -af $(CURDIR)/$(ARCH_COMMON)/xserver $(CURDIR)/debian/tmp/etc/rc.d/init.d/ + cp -af $(CURDIR)/$(ARCH_COMMON)/xresources $(CURDIR)/debian/tmp/etc/rc.d/init.d/ + cp -af $(CURDIR)/$(ARCH_COMMON)/xinitrc $(CURDIR)/debian/tmp/usr/etc/X11/ +ifneq (,$(findstring arm,$(ARCH))) + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S02xserver + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S02xserver +else + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S20xserver + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S20xserver +endif + ln -s /etc/rc.d/init.d/xresources $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S80xresources + ln -s /etc/rc.d/init.d/xresources $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S80xresources + cp -af $(CURDIR)/$(ARCH_COMMON)/Xorg.sh $(CURDIR)/debian/tmp/etc/profile.d/ + -cp -af $(CURDIR)/$(ARCH_COMMON)/Xmodmap $(CURDIR)/debian/tmp/opt/etc/X11/ > /dev/null + +install-c110: build-c110 install-common + -cp -af $(CURDIR)/$(ARCH)-c110/* $(CURDIR)/debian/tmp/opt/etc/X11/ > /dev/null + +install-c210: build-c210 install-common + -cp -af $(CURDIR)/$(ARCH)-c210/* $(CURDIR)/debian/tmp/opt/etc/X11/ > /dev/null + +install-emulfb: build-emulfb install-common + -cp -af $(CURDIR)/$(ARCH)-emulfb/* $(CURDIR)/debian/tmp/opt/etc/X11/ > /dev/null + +# Build architecture-independent files here. +binary-indep: +# We have nothing to do by default. + +binary-c110: build-c110 install-c110 + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp -pxserver-xorg-misc-s5pc110 + dh_installman + dh_link + #dh_strip + dh_compress + dh_fixperms + -dh_installdeb -pxserver-xorg-misc-s5pc110 + dh_shlibdeps + -dh_gencontrol -pxserver-xorg-misc-s5pc110 + dh_md5sums + -dh_builddeb -pxserver-xorg-misc-s5pc110 + #-Nxserver-xorg-misc-s5pc210 -Nxserver-xorg-misc-emulfb + +binary-c210: build-c210 install-c210 + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp -pxserver-xorg-misc-s5pc210 + dh_installman + dh_link + #dh_strip + dh_compress + dh_fixperms + -dh_installdeb -pxserver-xorg-misc-s5pc210 + dh_shlibdeps + -dh_gencontrol -pxserver-xorg-misc-s5pc210 + dh_md5sums + -dh_builddeb -pxserver-xorg-misc-s5pc210 + #-Nxserver-xorg-misc-s5pc110 -Nxserver-xorg-misc-emulfb + +binary-emulfb: build-emulfb install-emulfb + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp -pxserver-xorg-misc-emulfb + dh_installman + dh_link +# dh_strip + dh_compress + dh_fixperms + -dh_installdeb -pxserver-xorg-misc-emulfb + dh_shlibdeps + -dh_gencontrol -pxserver-xorg-misc-emulfb + dh_md5sums + -dh_builddeb -pxserver-xorg-misc-emulfb + #-Nxserver-xorg-misc-s5pc110 -Nxserver-xorg-misc-s5pc210 + +# Build architecture-dependent files here. +binary-arch: binary-c110 binary-c210 binary-emulfb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install + diff --git a/debian/rules.org b/debian/rules.org new file mode 100755 index 0000000..1616bdb --- /dev/null +++ b/debian/rules.org @@ -0,0 +1,149 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS ?= -Wall -g +LDFLAGS ?= +PREFIX ?= /usr +DATADIR ?= /opt +PREFIX_NS ?= usr +DATADIR_NS ?= opt +ARCH ?= $(DEB_HOST_ARCH_CPU) +CONF_FLAGS ?= --with-arch=$(ARCH) --with-conf-prefix=$(DATADIR) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: + autoreconf -i -v -f + +config.status: configure + dh_testdir + # Add here commands to configure the package. + + for f in `find $(CURDIR)/$(ARCH)/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ + chmod a+x $${f%.in}; \ + done + + ./configure --prefix=$(PREFIX) $(CONF_FLAGS) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + +build: build-stamp + +build-stamp: config.status + dh_testdir + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/x11proto-core.sgml > x11proto-core.1 + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX_NS)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR_NS)#g" $${f%.in}; \ + done + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + rm -f Makefile.in aclocal.m4 config.guess config.sub configure install-sh missing + + for f in `find $(CURDIR)/$(ARCH)/ -name "*.in"`; do \ + rm -f $${f%.in}; \ + done + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + rm -f $${f%.in}; \ + done + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + mkdir $(CURDIR)/debian/tmp/etc/rc.d/init.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/ -p + mkdir $(CURDIR)/debian/tmp/etc/profile.d/ -p + mkdir $(CURDIR)/debian/tmp/$(PREFIX)/etc/X11/ -p + cp -af $(CURDIR)/$(ARCH)/xserver $(CURDIR)/debian/tmp/etc/rc.d/init.d/ + cp -af $(CURDIR)/$(ARCH)/xresources $(CURDIR)/debian/tmp/etc/rc.d/init.d/ + cp -af $(CURDIR)/$(ARCH)/xinitrc $(CURDIR)/debian/tmp/usr/etc/X11/ + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S20xserver + ln -s /etc/rc.d/init.d/xserver $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S20xserver + ln -s /etc/rc.d/init.d/xresources $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S80xresources + ln -s /etc/rc.d/init.d/xresources $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S80xresources + cp -af $(CURDIR)/$(ARCH)/Xorg.sh $(CURDIR)/debian/tmp/etc/profile.d/ + cp -af $(CURDIR)/$(ARCH)/xorg.conf.d* $(CURDIR)/debian/tmp/opt/etc/X11/ + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/xserver-xorg-misc-emulfb.install.in b/debian/xserver-xorg-misc-emulfb.install.in new file mode 100644 index 0000000..5b3bfe3 --- /dev/null +++ b/debian/xserver-xorg-misc-emulfb.install.in @@ -0,0 +1,7 @@ +@PREFIX@/bin/* +@PREFIX@/etc/X11/* +@DATADIR@/etc/X11/* +etc/rc.d/init.d/* +etc/rc.d/rc3.d/* +etc/rc.d/rc4.d/* +etc/profile.d/* diff --git a/debian/xserver-xorg-misc-s5pc110.install.in b/debian/xserver-xorg-misc-s5pc110.install.in new file mode 100644 index 0000000..5b3bfe3 --- /dev/null +++ b/debian/xserver-xorg-misc-s5pc110.install.in @@ -0,0 +1,7 @@ +@PREFIX@/bin/* +@PREFIX@/etc/X11/* +@DATADIR@/etc/X11/* +etc/rc.d/init.d/* +etc/rc.d/rc3.d/* +etc/rc.d/rc4.d/* +etc/profile.d/* diff --git a/debian/xserver-xorg-misc-s5pc110.postinst.in b/debian/xserver-xorg-misc-s5pc110.postinst.in new file mode 100644 index 0000000..ca3e8f6 --- /dev/null +++ b/debian/xserver-xorg-misc-s5pc110.postinst.in @@ -0,0 +1,3 @@ +#!/bin/sh + +mkdir -p /opt/var/log diff --git a/debian/xserver-xorg-misc-s5pc210.install.in b/debian/xserver-xorg-misc-s5pc210.install.in new file mode 100644 index 0000000..5b3bfe3 --- /dev/null +++ b/debian/xserver-xorg-misc-s5pc210.install.in @@ -0,0 +1,7 @@ +@PREFIX@/bin/* +@PREFIX@/etc/X11/* +@DATADIR@/etc/X11/* +etc/rc.d/init.d/* +etc/rc.d/rc3.d/* +etc/rc.d/rc4.d/* +etc/profile.d/* diff --git a/debian/xserver-xorg-misc-s5pc210.postinst.in b/debian/xserver-xorg-misc-s5pc210.postinst.in new file mode 100644 index 0000000..ca3e8f6 --- /dev/null +++ b/debian/xserver-xorg-misc-s5pc210.postinst.in @@ -0,0 +1,3 @@ +#!/bin/sh + +mkdir -p /opt/var/log diff --git a/debian/xserver-xorg-misc.install.in.org b/debian/xserver-xorg-misc.install.in.org new file mode 100644 index 0000000..5b3bfe3 --- /dev/null +++ b/debian/xserver-xorg-misc.install.in.org @@ -0,0 +1,7 @@ +@PREFIX@/bin/* +@PREFIX@/etc/X11/* +@DATADIR@/etc/X11/* +etc/rc.d/init.d/* +etc/rc.d/rc3.d/* +etc/rc.d/rc4.d/* +etc/profile.d/* diff --git a/i386-common/Xmodmap b/i386-common/Xmodmap new file mode 100644 index 0000000..be42e4b --- /dev/null +++ b/i386-common/Xmodmap @@ -0,0 +1,25 @@ +keycode 123 = XF86AudioRaiseVolume +keycode 122 = XF86AudioLowerVolume +keycode 231 = Cancel +keycode 177 = XF86Send +keycode 147 = XF86Phone +keycode 166 = XF86Stop +keycode 225 = XF86Search +keycode 124 = XF86PowerOff +keycode 179 = XF86WebCam +keycode 220 = XF86Pictures +keycode 208 = XF86AudioPlay +keycode 209 = XF86AudioPause +keycode 174 = XF86AudioStop +keycode 171 = XF86AudioNext +keycode 173 = XF86AudioPrev +keycode 176 = XF86AudioRewind +keycode 216 = XF86AudioForward +keycode 234 = XF86AudioMedia +keycode 153 = +keycode 239 = +keycode 136 = +keycode 140 = +keycode 182 = +keycode 172 = +keycode 215 = diff --git a/i386-common/Xorg.arch-options b/i386-common/Xorg.arch-options new file mode 100644 index 0000000..803571b --- /dev/null +++ b/i386-common/Xorg.arch-options @@ -0,0 +1 @@ +XORG_ARCH_OPTS="-dumbSched" diff --git a/i386-common/Xresources b/i386-common/Xresources new file mode 100644 index 0000000..032fd26 --- /dev/null +++ b/i386-common/Xresources @@ -0,0 +1 @@ +Xft.dpi: 72 diff --git a/i386-common/arch-preinit.d/i386-enumerate-input b/i386-common/arch-preinit.d/i386-enumerate-input new file mode 100755 index 0000000..3bf4915 --- /dev/null +++ b/i386-common/arch-preinit.d/i386-enumerate-input @@ -0,0 +1,4 @@ +#!/bin/sh + +udevadm trigger --subsystem-match=input & + diff --git a/i386-common/xsetrc b/i386-common/xsetrc new file mode 100755 index 0000000..e614117 --- /dev/null +++ b/i386-common/xsetrc @@ -0,0 +1 @@ +xset -r 123 -r 122 -r 231 -r 177 -r 147 -r 166 -r 225 -r 124 -r 179 -r 220 -r 208 -r 209 -r 174 -r 171 -r 173 -r 176 -r 216 -r 234 & diff --git a/packaging/system-adaptation-pandaboard.spec b/packaging/system-adaptation-pandaboard.spec new file mode 100644 index 0000000..ad8b16e --- /dev/null +++ b/packaging/system-adaptation-pandaboard.spec @@ -0,0 +1,141 @@ +%ifarch %ix86 +%define ARCH i386 +%endif + +%ifarch %{arm} +%define ARCH arm +%endif + +Name: system-adaptation-pandaboard +Summary: System Adaptation layer packages for pandaboard +Version: 0.0.2 +Release: 31.1 +Group: System +License: MIT +Source0: %{name}-%{version}.tar.gz + +%description +Description: %{summary} + +%package common +Summary: architecture independent set of X11 X server configuration files and system adaptation files +Group: System +Requires: xserver-xorg-core + +%description common +architecture independent set of X11 X server configuration files and system adaptation files + + +%ifarch %{arm} + + +# emulfb + +%package emulfb +Summary: X11 X server misc files for emulated framebuffer device +Group: System/X11 +#Requires: %{name}-%{ARCH}-common = %{version} +Provides: xserver-xorg-misc-emulfb-pandaboard = %{version} + +%description emulfb +Xorg server misc package which contains device specific configuration files + + + +%endif + + + +%prep +%setup -q + +%install + +mkdir -p %{buildroot}/usr/share/license + +cp -af COPYING %{buildroot}/usr/share/license/%{name}-emulfb + + +mkdir -p %{buildroot}/usr/bin +mkdir -p %{buildroot}/etc/X11/xorg.conf.d +mkdir -p %{buildroot}/etc/X11/arch-preinit.d +mkdir -p %{buildroot}/etc/rc.d/init.d +mkdir -p %{buildroot}/etc/rc.d/rc3.d +mkdir -p %{buildroot}/etc/rc.d/rc4.d +mkdir -p %{buildroot}/etc/profile.d + +install -m 755 common/startx %{buildroot}/usr/bin/startx +install -m 755 common/fstab_bak %{buildroot}/etc/fstab_bak +install -m 755 common/scripts/setcpu %{buildroot}/usr/bin/setcpu +install -m 755 common/scripts/setpoll %{buildroot}/usr/bin/setpoll +install -m 755 common/xinitrc %{buildroot}/etc/X11/xinitrc +install -m 644 common/xorg.conf %{buildroot}/etc/X11/xorg.conf + +install -m 755 common/Xorg.sh %{buildroot}/etc/profile.d/Xorg.sh +install -m 755 common/xserver %{buildroot}/etc/rc.d/init.d/xserver +install -m 755 common/alsa-init.sh %{buildroot}/etc/rc.d/init.d/alsa-init.sh +install -m 755 common/xresources %{buildroot}/etc/rc.d/init.d/xresources + + +%ifarch %{arm} +ln -s /etc/rc.d/init.d/xserver %{buildroot}/etc/rc.d/rc3.d/S02xserver +ln -s /etc/rc.d/init.d/xserver %{buildroot}/etc/rc.d/rc4.d/S02xserver +%endif + +%ifarch %{arm} +ln -s /etc/rc.d/init.d/alsa-init.sh %{buildroot}/etc/rc.d/rc3.d/S09alsa-init +ln -s /etc/rc.d/init.d/alsa-init.sh %{buildroot}/etc/rc.d/rc4.d/S09alsa-init +%endif + + + +%ifarch %{arm} +ln -s /etc/rc.d/init.d/xresources %{buildroot}/etc/rc.d/rc3.d/S80xresources +ln -s /etc/rc.d/init.d/xresources %{buildroot}/etc/rc.d/rc4.d/S80xresources +%endif + + + +cp -Rd conf-%{ARCH}* %{buildroot}/etc/X11/ + + + +# XXX Copy-paste terror - could some rpm guy help me unify this? + + + +# arm/i386 emulfb + +%post emulfb +cp -rf /usr/etc/X11/xkb/* /etc/X11/xkb/ +chmod -f 777 /etc/fstab +cp -f /etc/fstab_bak /etc/fstab +mkdir -p /etc/X11/xorg.conf.d +for i in /etc/X11/conf-%{ARCH}-emulfb/*; do + f="${i##*/}" + d="/etc/X11/xorg.conf.d/$f" + rm -f "$d" + ln -s "$i" "$d" +done + + +%files common +/usr/bin/startx +/etc/fstab_bak +/usr/bin/setcpu +/usr/bin/setpoll +/etc/X11/xinitrc +/etc/profile.d/Xorg.sh +/etc/rc.d/init.d/* +/etc/rc.d/rc3.d/* +/etc/rc.d/rc4.d/* +/etc/X11/xorg.conf + + +%files emulfb +%manifest xorg-x11-misc-emulfb.manifest +/usr/share/license/%{name}-emulfb +/etc/X11/conf-%{ARCH}-emulfb/* + + + diff --git a/xorg-x11-misc-emulfb.manifest b/xorg-x11-misc-emulfb.manifest new file mode 100644 index 0000000..bf728b0 --- /dev/null +++ b/xorg-x11-misc-emulfb.manifest @@ -0,0 +1,5 @@ + + + + + -- 2.7.4