summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [systemd-default-path] fix copy&pastaJonathan Bauer2020-09-291-3/+1Star
|
* [beamergui] Don't launch if remoteaccess is activeSimon Rettberg2020-09-291-0/+3
| | | | | Beamergui would mess up the custom resolution created for the user's browser. Don't do anything in this case.
* [systemd-default-path] new module to set our PATHJonathan Bauer2020-09-285-0/+20
|
* [vbox-src] add nasmJonathan Bauer2020-09-252-0/+2
|
* [dnbd3] back to master branchJonathan Bauer2020-09-251-1/+1
|
* [rootfs-stage31] Remove useless nvidiafbSimon Rettberg2020-09-241-1/+0Star
| | | | | | - Can't coexist with proprietary nvidia drivers - Crashes some cards (GT710) - Does nothing on others
* [xorg] Add config to allow X to start with NVIDIA without displaysSimon Rettberg2020-09-231-0/+5
| | | | | | | The nvidia driver would abort the Xserver startup if it determines that no displays are connected. We don't want this as it might yield false positives in rare conditions, and also would prevent using the machine in headless mode for remote access.
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-2315-29/+2Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [idleaction] Disable screensaver in remoteaccess modeSimon Rettberg2020-09-231-3/+12
|
* [hardware-stats] Fix awk output format for numbers > 2^31Simon Rettberg2020-09-231-1/+1
|
* [run-virt] fix mathSimon Rettberg2020-09-221-2/+2
|
* [dnbd3-proxy-mode] Fix proxy mode with firewallingSimon Rettberg2020-09-221-1/+1
| | | | DNBD3_PORT was set after use.
* [remote-access] Disable ZaphodHead on intelSimon Rettberg2020-09-211-0/+6
| | | | | | | | | | This can cause the X session to become unresponsive under certain, currently unknown circumstances. It seems to involve VMware 15.5.x vs. 15.1.x previously, and happens after the xscreensaver tried to start once (and fails). This hasn't been reproduced everywere and remains a mystery, but until this feature works reliably, we have to forgo the warning messages on the physically connected screen and let it enter standby instead.
* [run-virt] openslx.exe: Fix: Restore WINNT4.0 compatibilitySimon Rettberg2020-09-082-3/+11
|
* [splashtool] Support globbing for --icon modeSimon Rettberg2020-09-021-2/+10
| | | | Will automatically use only the first match.
* [splashtool] Fix .gz fallbackSimon Rettberg2020-09-011-1/+3
|
* [hardware-stats] Fix GPT PARSINGSimon Rettberg2020-08-311-1/+1
|
* [hardware-stats] Make fdisk sed compatible with GPTSimon Rettberg2020-08-311-1/+1
|
* [german] set LANGUAGEJonathan Bauer2020-08-281-0/+1
|
* [vbox-src] hide toolbar in fullscreenJonathan Bauer2020-08-281-0/+1
|
* [hardware-stats] Work around even harderSimon Rettberg2020-08-271-1/+1
|
* [hardware-stats] fix fix fix fifeefSimon Rettberg2020-08-271-1/+1
|
* [hardware-stats] Move sed so we can properly get the exit codeSimon Rettberg2020-08-271-3/+3
|
* [etherwake] Fix filename in REQUIRED_FILESSimon Rettberg2020-08-271-1/+1
|
* [hardware-stats] Work around more busybox changesSimon Rettberg2020-08-271-1/+1
| | | | fdisk output changed. sed it into form for now.
* [etherwake] Fix etherwake symlink, disable pause framesSimon Rettberg2020-08-273-1/+5
|
* [busybox] Fix fucked up whitespace in patchSimon Rettberg2020-08-261-7/+6Star
|
* [busybox] Fix rtcwake patch, add timeout backwars compat patchSimon Rettberg2020-08-263-36/+54
|
* [run-virt] Fix load order of includesSimon Rettberg2020-08-261-3/+3
|
* [run-virt] Determine screen count before we start WMSimon Rettberg2020-08-261-3/+3
|
* [run-virt] Always use xfwm4 for multi-screen (not just vmware)Simon Rettberg2020-08-261-2/+11
| | | | | | | | While VMware just doesnt work with openbox wrt multi-screen, VBox does mostly work with openbox, but sometimes, all virtual desktop windows will end up on the same physical screen, covering each other. This hasn't been observed yet with xfwm, so let's switch for now. If this still happens, we need some really ugly hackery involving xdotool.
* [run-virt] openslx.exe: More multiscreen stuffSimon Rettberg2020-08-262-9/+68
|
* [run-virt] Fix logic bug when handling legacy SetRes callSimon Rettberg2020-08-251-2/+1Star
| | | | | The hack to fake EAGAIN on multi-screen setups never worked, because we'd exit the switch block before it.
* [dnbd3-proxy-mode] Make cache dir inaccessible to worldSimon Rettberg2020-08-251-1/+2
|
* [run-virt] openslx.exe: Remove unused functionSimon Rettberg2020-08-252-53/+0Star
|
* [run-virt] Pass debug mode to openslx.exe via .iniSimon Rettberg2020-08-252-47/+47
|
* [splashtool] New module (for init)Simon Rettberg2020-08-254-0/+199
| | | | Code is here, needs some icons now, etc.
* [run-virt] xfwm4: Disable compositorSimon Rettberg2020-08-211-1/+4
| | | | Messes up screen on AMD graphics, can cause freezes with all GPUs.
* [metacity] Remove moduleSimon Rettberg2020-08-214-30/+0Star
|
* [blackbox] Remove moduleSimon Rettberg2020-08-214-35/+0Star
|
* [xfwm] Add moduleSimon Rettberg2020-08-216-0/+39
|
* [run-virt/vmware-common] Switch to xfwm4 for dual-screenSimon Rettberg2020-08-215-7/+16
| | | | | | Giving up on the blackbox/automatic approach; it appears that using VMwareResolutionSet in a full-screen windows guest to enable more than one screen can lead to a complete freeze of the guest.
* [metacity] Add moduleSimon Rettberg2020-08-214-0/+30
|
* [run-virt] Debug output, refactoring, stuffSimon Rettberg2020-08-193-102/+225
|
* [run-virt] openslx.exe: Multi-screen support via WinAPISimon Rettberg2020-08-183-21/+104
| | | | | Improved retry logic for multi-screen setup. openslx.ini hack for VirtualBox has now been removed.
* [run-virt] Only restart WM if a different one is requestedSimon Rettberg2020-08-181-9/+20
|
* [run-virt] Use special blackboxrcSimon Rettberg2020-08-182-2/+7
| | | | | Prevent blackbox from changing our background Don't set blackbox' toolbar always on top
* [blackbox] Add module, use for bwlpSimon Rettberg2020-08-187-0/+39
|
* [run-virt] Fix: Don't make RUNVIRT_DM readonlySimon Rettberg2020-08-171-1/+1
| | | | It can change now that we support swiching out the WM
* [run-virt/vmware-common] Use blackbox if > 1 screenSimon Rettberg2020-08-172-6/+22
| | | | TODO: Add blackbox module