| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [remote-access] mkdir | Simon Rettberg | 2020-06-18 | 1 | -0/+1 | |
| | | ||||||
| * | [remote-access] Fix systemd service | Simon Rettberg | 2020-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | [remote-access] Actually enable LoginRPC of lightdm greeter | Simon Rettberg | 2020-06-18 | 1 | -0/+4 | |
| | | ||||||
| * | [remote-access] Add Module | Simon Rettberg | 2020-06-16 | 8 | -0/+186 | |
| | | ||||||
| * | [slx-issue] add '/s' suffix to link speed | Jonathan Bauer | 2020-05-26 | 1 | -1/+1 | |
| | | ||||||
| * | Debian! | Simon Rettberg | 2020-05-19 | 65 | -289/+492 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Tweak again | Simon Rettberg | 2020-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Wrong config entry... | Simon Rettberg | 2020-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | [lightdm-greeter-bwlp] Update config to match current code | Simon Rettberg | 2020-05-07 | 2 | -0/+9 | |
| | | ||||||
| * | [nvidia*] force symlink creation | Simon Rettberg | 2020-05-04 | 2 | -4/+13 | |
| | | ||||||
| * | [hardware-stats] ... | Simon Rettberg | 2020-04-30 | 1 | -2/+2 | |
| | | ||||||
| * | [hardware-stats] Fix CPU load script | Simon Rettberg | 2020-04-30 | 1 | -7/+5![]() | |
| | | ||||||
| * | [vmware15] Update to 15.5.2 | Simon Rettberg | 2020-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Update to 6.1.6 | Simon Rettberg | 2020-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | [vmware-common] Support enabling the internal VNC server | Simon Rettberg | 2020-04-27 | 1 | -0/+12 | |
| | | ||||||
| * | [nvidia-common] Don't redownload supportedchips.html all the time | Simon Rettberg | 2020-04-27 | 1 | -1/+3 | |
| | | ||||||
| * | [kernel-vanilla] Update to 4.19.118 | Simon Rettberg | 2020-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | [hardware-stats] Send CPU temp | Simon Rettberg | 2020-04-27 | 1 | -0/+8 | |
| | | ||||||
| * | [hardware-stats] Tweak hooks for immediate usage updates; add %CPU stat | Simon Rettberg | 2020-04-24 | 4 | -10/+40 | |
| | | | | | | | | | The hooks that immediately call the usage update script have been modified to only fire for :0 X11 sessions, and also trigger for Xreset, which usually means a session ended. Also added a %CPU stat that gets reported every 5 minutes. | |||||
| * | [kiosk-chromium] Fix syntax error | Simon Rettberg | 2020-04-24 | 1 | -2/+2 | |
| | | ||||||
| * | [nvidia_libs] make whiteout list optional | Jonathan Bauer | 2020-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | [vmware12/vmware15] Add vnckeymap directory | Simon Rettberg | 2020-04-06 | 2 | -0/+2 | |
| | | ||||||
| * | [kiosk-common] fix check for bg jobs | Jonathan Bauer | 2020-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | [qemukvm] Fix cpu core assignment | Steffen Ritter | 2020-03-11 | 1 | -0/+1 | |
| | | ||||||
| * | [vbox-src] Always add demo user to vboxusers on bootup | Simon Rettberg | 2020-03-11 | 1 | -0/+1 | |
| | | | | | | | | This fixes USB access for autologin, since pam_auth won't run in that case, which is responsible for adding users to the vboxusers group. Issue reported and fixed by Uni Mannheim. | |||||
| * | [run-virt] Add pre-exec and post-exec hooks | Simon Rettberg | 2020-03-10 | 2 | -1/+17 | |
| | | ||||||
| * | [beamergui] Support SLX vars for manual screen config | Simon Rettberg | 2020-03-09 | 1 | -8/+17 | |
| | | | | | | | | | | | | | | | | | SLX_FORCE_RESOLUTION is a list of space separated resolutions. It will be applied to all outputs in alphabetical order. If there are more outputs than resolutions in this list, it will "loop around", starting to assign resolutions from the beginning of the list. SLX_RESOLUTION_MAPPING can be given in addition to the above. In this case, the resolutions won't be assigned in alphabetical order. The variable is supposed to contain a list of space separated assignments of the form <output>=<index>, for example HDMI-2=0 DP-3=0 HDMI-1=1 would assign HDMI-2 and DP-3 to the first resolution of SLX_FORCE_RESOLUTION and HDMI-1 to the second resolution, making the first two outputs a clone of each other, and HDMI-1 extend to the right. | |||||
| * | [vmware-common] Remove ide1:* lines before adding CD-ROM drives | Simon Rettberg | 2020-03-09 | 1 | -0/+1 | |
| | | | | | | | At least ide1:*.deviceType lines can survive dozmod filtering, so prevent duplicate line errors, which would prevent vmware form starting up. | |||||
| * | [slx-issue] use /run/openslx as temp dir. | Jonathan Bauer | 2020-02-18 | 1 | -1/+2 | |
| | | | | | | | | There was an issue were systemd-tmpfiles-setup.service would clean /tmp while the issue was generated, thus sometimes loosing the header from /opt/openslx/etc/issue.template. The change to /run/openslx makes sure this can no longer happen. | |||||
| * | [slx-issue] add missing quotes | Jonathan Bauer | 2020-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] do call setup_displays | Jonathan Bauer | 2020-02-17 | 1 | -0/+1 | |
| | | | | | ... | |||||
| * | [run-virt] Use beamergui -d for screen detection | Simon Rettberg | 2020-02-17 | 2 | -21/+18![]() | |
| | | ||||||
| * | [kexec-reboot] use slx-tools's download_retry | Jonathan Bauer | 2020-02-14 | 1 | -15/+3![]() | |
| | | ||||||
| * | [kexec-reboot] also download bwlp.cpio if available | Jonathan Bauer | 2020-02-11 | 1 | -1/+4 | |
| | | ||||||
| * | [slx-issue] add netboot and vbox versions | Jonathan Bauer | 2020-02-07 | 1 | -1/+12 | |
| | | ||||||
| * | [kiosk-chromium] slighty better preloader | Jonathan Bauer | 2020-02-07 | 1 | -1/+1 | |
| | | | | | | | | reading the ~150MB chromium-browser binary gives the same acceleration than reading the whole folder. TODO: move the preload stuff to after lightdm has spawned | |||||
| * | [kiosk-chromium] fix auto-reload | Jonathan Bauer | 2020-02-06 | 2 | -11/+25 | |
| | | ||||||
| * | [kiosk-chromium] do not reload while user acts | Jonathan Bauer | 2020-02-05 | 1 | -6/+19 | |
| | | ||||||
| * | [kiosk-common] export PATH... | Jonathan Bauer | 2020-02-05 | 1 | -0/+2 | |
| | | ||||||
| * | [kiosk-slxbrowser] honor SLX_AUTOLOGIN instead of | Jonathan Bauer | 2020-02-05 | 1 | -2/+2 | |
| | | | | | | | | SLX_BROWSER_INTERACTIVE which makes no sense in slxbrowser anyways. Also wait a tad longer before starting to work around that stupid bug that the browser started but invisible until the user presses a key/mouse (weird openbox/QT interaction?). | |||||
| * | [kiosk-*] maximized/fullscreen w/o openbox | Jonathan Bauer | 2020-01-30 | 3 | -55/+12![]() | |
| | | ||||||
| * | [kiosk-slxbrowser] wait 0.5sec before starting | Jonathan Bauer | 2020-01-30 | 1 | -0/+3 | |
| | | | | | works around the problem that the browser is invisible on start | |||||
| * | [hardware-stats] fix weird typo | Jonathan Bauer | 2020-01-28 | 1 | -1/+1 | |
| | | | | | | Came from e74418844e9912f254deb35eb7f60243e7af238b Guess that was not intended ^^ | |||||
| * | [run-virt] add default PATH... | Jonathan Bauer | 2020-01-28 | 1 | -0/+2 | |
| | | ||||||
| * | [vmware-common] fix floppy setup | Jonathan Bauer | 2020-01-22 | 1 | -10/+19 | |
| | | | | | | | | while the configuration prior to this commit worked fine for minilinux, it lead to failures in maxilinux/stage4. This change fixes the problem of the maxilinux without breaking it for minilinux - hence commited in the master branch. | |||||
| * | [kiosk-slxbrowser] PATH woes... | Jonathan Bauer | 2020-01-16 | 1 | -2/+2 | |
| | | ||||||
| * | [kiosk-slxbrowser] support for (non-)interactive | Jonathan Bauer | 2020-01-16 | 1 | -6/+12 | |
| | | ||||||
| * | [run-virt/vbox-src] initial multi-monitor support | Jonathan Bauer | 2020-01-16 | 3 | -6/+33 | |
| | | ||||||
| * | [pam-slx-plug] fix exec_auth_final always exiting | Jonathan Bauer | 2020-01-14 | 1 | -1/+1 | |
| | | | | | Password was not passed to it, thus it would never reach the hooks... | |||||
| * | [debug-report-bwlp] include stage4 setup logs | Jonathan Bauer | 2020-01-14 | 1 | -0/+1 | |
| | | ||||||

