summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access
Commit message (Collapse)AuthorAgeFilesLines
* [remote-access] Make VNC port configurableSimon Rettberg2021-03-051-10/+13
|
* [remote-access] Handle INT TERM differently from EXITSimon Rettberg2021-03-051-1/+2
| | | | Trapping INT or TERM doesn't yield an implicit exit
* [remote-access] Higher prio for firewall rulesSimon Rettberg2021-02-111-2/+6
| | | | | | Previously, lecture specific firewall rules could override those for remote access, blocking the VNC port and rendering the machine unusable.
* [remote-access] Add -noxrecord to prevent stack smashingSimon Rettberg2020-12-081-1/+1
|
* [*] Helper script to add text to lightdm logo, and change its colorSimon Rettberg2020-10-061-0/+2
|
* [remote-access] Make sure x11vnc doesn't restart with wrong X instanceSimon Rettberg2020-10-051-3/+9
| | | | | We make a copy of the xauth cookie, so if the server restarts, we'll use the wrong one, which leads to a connection failure.
* [remote-access] Split noinput xorg config from zaphodhead configSimon Rettberg2020-10-023-6/+8
|
* [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.
* [remote-access] Only use ZaphodHead xorg config for intelSimon Rettberg2020-08-051-3/+5
| | | | | This does nothing at best with other drivers, but with vmware it actually causes a segfault in the xserver.
* [remote-access] Remove debug spamSimon Rettberg2020-08-051-2/+2
|
* [remote-access] Fix -passwd argument to x11vncSimon Rettberg2020-08-051-1/+1
|
* [remote-access] Tweak screen splittingSimon Rettberg2020-07-081-2/+8
|
* [remote-access] Use -capslock for slightly less surprising bevaviorSimon Rettberg2020-06-291-1/+1
| | | | | | See http://www.karlrunge.com/x11vnc/x11vnc_opts.html#opt-capslock for possible drawbacks, but in general this will most likely do what people want more often.
* [remote-access] Work a bit better with NVIDIA cr**Simon Rettberg2020-06-221-0/+2
|
* [remote-access] Add more possible output namesSimon Rettberg2020-06-221-1/+2
|
* [remote-access] Show warning on real display (TODO: Make pretty)Simon Rettberg2020-06-192-43/+78
|
* [remote-access] mkdirSimon Rettberg2020-06-181-0/+1
|
* [remote-access] Fix systemd serviceSimon Rettberg2020-06-181-1/+1
|
* [remote-access] Actually enable LoginRPC of lightdm greeterSimon Rettberg2020-06-181-0/+4
|
* [remote-access] Add ModuleSimon Rettberg2020-06-168-0/+186