summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
* [idleaction] Remember lock time and reset idletime if changedSimon Rettberg2018-10-121-10/+18
| | | | | | If a user unlocks the session and locks it again within two minutes, the idle timeout will not be reset. Even worse, this also happens when you manage to logout and in (as a different user) within two mins.
* [idleaction] Account for 5 minute delay when calculating shutdownSimon Rettberg2018-10-121-1/+6
| | | | | | | The screensaver info is off by 5 minutes for reboot/shutdown, since there's an additional delay of 5 minutes if someone's logged in. Always add those 5 minutes, since the message will only ever be seen if someone is actually logged in.
* [xscreensaver] Fix: DPMS always disabled (wrong variable accessed)Simon Rettberg2018-10-121-1/+1
|
* [idleaction] Delete $RUNFILE on session killSimon Rettberg2018-10-121-0/+2
|
* [idleaction] Lower cron interval from 5 to 2 minutesSimon Rettberg2018-10-111-1/+1
| | | | | This should qield more accurate feedback, especially now that we have the xscreensaver hack giving user feedback.
* [xscreensaver] Missing line copiedSimon Rettberg2018-10-111-0/+2
|
* [xscreensaver] Build bwlp-screensaverSimon Rettberg2018-10-114-23/+131
|
* [speedcheck] Remove defunct helper callSimon Rettberg2018-10-111-3/+1Star
|
* [redsocks] Disable env vars for now as we cannot use ip range in NO_PROXYSimon Rettberg2018-10-111-7/+7
|
* [haveged] New module; used in stage31 to fill random poolSimon Rettberg2018-10-055-0/+52
|
* [idleaction] Add xprintlocktimeSimon Rettberg2018-10-053-1/+206
| | | | | Utility similar to xprintidle. If xscreensaver is currently active and locked, it will print the unix timestamp of when the lock was activated.
* [redsocks] Always exclude boot serverSimon Rettberg2018-10-021-0/+5
|
* [redocks] HIRN AN!Simon Rettberg2018-10-021-3/+3
|
* [redsocks] Direct transparent HTTP proxyingSimon Rettberg2018-10-021-8/+22
| | | | | | If proxy type is HTTP, redirect any outgoing traffic to port 80 to the given proxy ip:port. Refs #3432
* [redsocks] Set environment variables in additionSimon Rettberg2018-10-021-4/+11
|
* [alsa] Try to determine which HDMI port to output sound toSimon Rettberg2018-10-021-3/+17
|
* [alsa] ash doesn't know < <()Simon Rettberg2018-09-281-1/+5
|
* [alsa] Detect usable device index for card, don't just assume 0 existsSimon Rettberg2018-09-281-12/+15
| | | | | | This still doesn't try to be smart and detect which device of a card to use, but at least we prevent using nonexistent index 0 with HDMI for example.
* [alsa] Source config fileSimon Rettberg2018-09-271-0/+2
|
* [alsa] SLX_PREFERRED_SOUND_OUTPUT - HDMI/non-HDMISimon Rettberg2018-09-271-2/+6
| | | | | | When SLX_PREFERRED_SOUND_OUTPUT is set to HDMI, try to configure any card containing HDMI in its name as the default card. Otherwise, the old behaviour of picking a card that does *not* contain HDMI is kept.
* [kernel-vanilla] ADD FILE IDIOTSimon Rettberg2018-09-201-0/+12
|
* [kernel-vanilla] Disable iommu_igfx for 8086:29b2Simon Rettberg2018-09-201-1/+12
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-1927-186/+225
|
* [vbox-src] Use http so proxy can cacheSimon Rettberg2018-09-191-1/+1
|
* [xorg] force evdev for eGalax touchscreenJonathan Bauer2018-09-141-0/+9
|
* [nvidia_kernel] Fix broken pathSimon Rettberg2018-09-121-1/+1
|
* [rfs31/nvidia] Use drm.cfg.d machanismSimon Rettberg2018-09-122-2/+43
|
* [xbox-src] Update versionSimon Rettberg2018-09-123-3/+7
|
* [xorg] Pin X driver versionsSimon Rettberg2018-09-122-5/+12
|
* [vmware] Add 2560x1080 and 3440x1440 (21:9) as special casesSimon Rettberg2018-09-122-2/+2
|
* [qt5core] Include all qt language files, not just qt_??.qmSimon Rettberg2018-09-071-4/+4
|
* ADD MODULE YOU IDIOTSimon Rettberg2018-09-073-0/+49
|
* [qt5core] Put common qt requirements in own moduleSimon Rettberg2018-09-0712-50/+16Star
|
* [xscreensaver] Move pvs2 plugin files to this moduleSimon Rettberg2018-09-063-0/+0
|
* [beamergui] Add PVS2 pluginSimon Rettberg2018-09-062-0/+10
|
* [pvs2] Fixes for addonsSimon Rettberg2018-09-062-1/+2
|
* [pvs2] Refactor for new addon systemSimon Rettberg2018-09-066-2/+110
|
* [systemd] Fix syslog, fix systemd user session pam configSimon Rettberg2018-09-0430-55/+285
|
* Get rid of fractional sleep callsSimon Rettberg2018-08-311-1/+1
|
* [systemd] Fix path in openslx patchSimon Rettberg2018-08-312-6/+20
|
* [systemd] Update to v234Simon Rettberg2018-08-3154-87/+547
|
* [dnbd3-proxy-mode] fix copies instead of links in dnbd3-proxy.target.requiresJonathan Bauer2018-08-292-17/+2Star
|
* [run-virt] Linux scripts: some more documentation.Christian Rößler2018-08-132-19/+60
|
* [kernel-vanilla] support for chroot environmentJonathan Bauer2018-08-101-1/+6
| | | | | if the running kernel config cannot be found under /boot, use the kernel repo's default config instead.
* [run-virt] Linux scripts more documentationChristian Rößler2018-08-101-3/+3
|
* [run-virt] Linux scripts more documentationChristian Rößler2018-08-101-13/+52
|
* [pvs2] add missing dependencyJonathan Bauer2018-08-101-0/+2
| | | | libxss-dev for X11/extensions/scrnsaver.h
* [pvs2] fix missing dependencyJonathan Bauer2018-08-101-0/+1
|
* [run-virt] Linux scripts: only share name linked if given.Christian Rößler2018-08-102-2/+22
|
* [run-virt] Linux scripts: minor bugChristian Rößler2018-08-091-1/+1
|