| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [xorg] Include wacom drivers, support Ubuntu 16.04 | Simon Rettberg | 2016-10-18 | 3 | -16/+46 |
| | | | | | | Ubuntu 16.04 (and 14.04.5) dropped xserver-xorg-input-mouse for some reason. Make it an optional include. | ||||
| * | [xorg] Add xdotool | Simon Rettberg | 2016-09-02 | 2 | -0/+3 |
| | | |||||
| * | [xorg] Include xset | Simon Rettberg | 2016-06-08 | 2 | -0/+2 |
| | | |||||
| * | [xorg/kdm] Move all font related stuff to xorg | Simon Rettberg | 2016-03-24 | 3 | -2/+13 |
| | | |||||
| * | [xorg] Remove syntax error from .conf | Simon Rettberg | 2016-01-07 | 1 | -3/+0![]() |
| | | |||||
| * | [xorg] xserver-xorg-video-sis (not sis-usb) deleted from ubuntu.conf, as | Christian Rößler | 2015-09-04 | 1 | -1/+4 |
| | | | | | this package is not currently delivered for >=14.04.3. | ||||
| * | New config files for openSuse 13.2 Harlequin - works so far (some pam problems | Christian Rößler | 2015-02-03 | 1 | -0/+92 |
| | | | | | remain) | ||||
| * | new 'stage32-headless' target. Started centos support. WIP | Jonathan Bauer | 2014-07-17 | 1 | -0/+67 |
| | | | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet. | ||||
| * | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts | Simon Rettberg | 2014-07-04 | 1 | -29/+29 |
| |\ | |||||
| | * | [debian] started debian support | Jonathan Bauer | 2014-07-03 | 1 | -29/+29 |
| | | | | | | | | | TODO: chroot.inc with overlayfs support as its officially not in debian's repos | ||||
| * | | "Fedora Support", step 1 -> | Simon Rettberg | 2014-07-04 | 1 | -0/+69 |
| |/ | | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules. | ||||
| * | don't split busybox applets in /usr. | Jonathan Bauer | 2014-07-01 | 4 | -8/+5![]() |
| | | | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries. | ||||
| * | [xorg] Make iptables rule executable | Simon Rettberg | 2014-05-05 | 1 | -0/+0 |
| | | |||||
| * | woopsie, the return ;) | Jonathan Bauer | 2014-03-25 | 6 | -275/+0![]() |
| | | |||||
| * | [modules] new module naming convention | Jonathan Bauer | 2014-03-25 | 6 | -0/+275 |
| | | | | | rename $MODULE.{conf,build} to module.{conf,build} | ||||
| * | [xorg] add iptable rule for X11 port | Jonathan Bauer | 2014-03-06 | 1 | -0/+4 |
| | | |||||
| * | fix bug in default session exec | Sebastian | 2014-01-30 | 1 | -6/+3![]() |
| | | |||||
| * | [xorg] fixes for Xsession (thx ssc) | Jonathan Bauer | 2014-01-29 | 1 | -6/+62 |
| | | |||||
| * | [xorg] conf file for openSuse 13.1 | Christian Rößler | 2014-01-29 | 1 | -0/+95 |
| | | |||||
| * | [xorg] Source /etc/profile in Xsession script. This fixes the | Jonathan Bauer | 2014-01-29 | 1 | -0/+5 |
| | | | | | | | | /etc/profile.d/00-autostart not beeing run when just starting a graphical session. (Fixes the linking of user specific config directory for xfce4 and others) Now xfce4 config are beeing stored in the user's home. | ||||
| * | [xorg] xprintidle deleted from REQUIRED_CONTENT_PACKAGES (and in Debian also | Christian Rößler | 2014-01-16 | 3 | -4/+0![]() |
| | | | | | from REQUIRED_INSTALLED_PACKAGES) | ||||
| * | [xorg] Remove xprintidle as idleaction now ships its own version | Simon Rettberg | 2013-12-22 | 3 | -13/+10![]() |
| | | |||||
| * | [kmd/xorg] Use only xorg scripts (xsetup, xsession, ...). Ignore kdm scripts. | Manuel Schneider | 2013-12-13 | 4 | -3/+31 |
| | | |||||
| * | [xorg/kdm] kdm/Xsetup sources global xorg/XSetup | Manuel Schneider | 2013-12-12 | 1 | -0/+9 |
| | | |||||
| * | [xorg] add xprintidle to REQUIRED_INSTALLED_PACKAGES, as it is not | Jonathan Bauer | 2013-12-05 | 3 | -0/+9 |
| | | | | | installed per default | ||||
| * | [xorg] forgot debian specific config | Jonathan Bauer | 2013-12-05 | 1 | -3/+1![]() |
| | | |||||
| * | [xorg] add xprintdle | Jonathan Bauer | 2013-12-05 | 3 | -3/+4 |
| | | |||||
| * | [xorg] Support /etc/X11/Xsession.d | Simon Rettberg | 2013-12-02 | 1 | -0/+8 |
| | | |||||
| * | [xorg] moved Xreset script to xorg module. And make it actually working. | Jonathan Bauer | 2013-12-02 | 1 | -0/+24 |
| | | |||||
| * | [diverse modules] data dir: Changes shebangs to /bin/ash | Christian Rößler | 2013-11-29 | 1 | -1/+1 |
| | | |||||
| * | [xorg] conf file for openSuse updated | Christian Rößler | 2013-09-30 | 1 | -0/+1 |
| | | |||||
| * | * Add debian support * | Simon Rettberg | 2013-09-30 | 1 | -0/+41 |
| | | |||||
| * | [xorg] Fix ubuntu config | Simon Rettberg | 2013-08-27 | 1 | -2/+2 |
| | | |||||
| * | Add helper that detects which LTS xorg version is installed | Simon Rettberg | 2013-08-27 | 1 | -27/+27 |
| | | |||||
| * | [xorg] update config | Jonathan Bauer | 2013-07-29 | 3 | -66/+64![]() |
| | | |||||
| * | Added xrandr for openSuse | Christian Rößler | 2013-07-04 | 1 | -1/+3 |
| | | |||||
| * | [xorg] add package for xrandr | Jonathan Bauer | 2013-07-02 | 1 | -1/+3 |
| | | |||||
| * | Added lib libpixman-1-0 for openSuse | Christian Rößler | 2013-07-01 | 1 | -0/+2 |
| | | |||||
| * | Library paths changed to reflect openSuse 64bit ($LIB64) | Christian Rößler | 2013-06-26 | 1 | -1/+6 |
| | | |||||
| * | [kdm] Add comments to kdmrc, change session directory | Simon Rettberg | 2013-06-22 | 1 | -33/+33 |
| | | | | | | [dbus] Add rule that allows root to listen to all dbus communication (for debugging) [vmchooser] move session file to new session directory | ||||
| * | oops | Jonathan Bauer | 2013-06-13 | 1 | -5/+0![]() |
| | | |||||
| * | merge | Jonathan Bauer | 2013-06-13 | 1 | -0/+5 |
| |\ | |||||
| | * | [xorg] remove /lib/udev from config | Michael Neves | 2013-06-13 | 1 | -2/+1![]() |
| | | | |||||
| * | | [xorg] add pacakge libgl1-mesa-glx needed for libGL.so.1 | Jonathan Bauer | 2013-06-13 | 1 | -2/+4 |
| |/ | |||||
| * | Revert Revert '[xorg] udev rules are copied to correct location now' | Michael Neves | 2013-06-13 | 1 | -1/+3 |
| | | |||||
| * | Revert "[xorg] udev rules are copied to correct location now" | Simon Rettberg | 2013-06-13 | 2 | -5/+2![]() |
| | | | | | | | This breaks building on SUSE, also duplicates files in target. This reverts commit 4eb0bb893fa57c3ddd7af7f529a98e0c96456a75. | ||||
| * | [xorg] udev rules are copied to correct location now | Michael Neves | 2013-06-12 | 2 | -2/+5 |
| | | |||||
| * | [xorg] Fix GLX on SUSE (intel only) | Simon Rettberg | 2013-06-11 | 1 | -6/+21 |
| | | |||||
| * | [vmplayer] clean up run-virt.include: drop support for old player versions | Simon Rettberg | 2013-06-11 | 1 | -0/+1 |
| | | | | | | | [vmplayer] limit RAM to 3800MB on 32bit [xorg] include libglx on openSUSE [rootfs-stage32] add gfx driver loading service - currently not actually loading them, but checking for i915 gfx to enable 3D support in VMWare Player | ||||
| * | Refactoring: | Simon Rettberg | 2013-05-21 | 2 | -2/+2 |
| | | | | | | REQUIRED_DEPENDENCIES -> REQUIRED_INSTALLED_PACKAGES REQUIRED_PACKAGES -> REQUIRED_CONTENT_PACKAGES | ||||

