summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
Commit message (Collapse)AuthorAgeFilesLines
* [remote-access] Move VNC script to separate fileSimon Rettberg2023-07-041-151/+4Star
|
* [remote-access] Try to use https for sat commsSimon Rettberg2023-07-041-1/+7
|
* [remote-access/tigervnc] tigervncpasswdSimon Rettberg2023-06-051-1/+1
|
* [remote-access] Look for proper port(s) when checking activitySimon Rettberg2023-06-051-1/+1
|
* [remote-access] Fix ~Simon Rettberg2023-05-171-3/+1Star
|
* [remote-access] FIX SCRIPTSimon Rettberg2023-05-171-2/+2
|
* [remote-access] Use tigervncSimon Rettberg2023-05-171-21/+42
|
* [remote-access/hardware-stats] Try harder to avoid races and keep orderSimon Rettberg2023-02-151-1/+4
| | | | | Don't send usage updates or the VNC password before we haven't successfully sent the ~poweron event.
* [remote-access] Source config again in bash subshellSimon Rettberg2022-09-081-0/+1
|
* [remote-access] Run Xsetup script in bashSimon Rettberg2022-09-081-2/+2
|
* [remote-access] Get rid of evdi for nowSimon Rettberg2022-09-081-0/+17
| | | | | | Causes problems with certain Intel HD versions, makes acceleration slow on nVidia if no real screen is connected. Why can't we have nice things. :-(
* [remoteaccess] Delay submission of VNC password to avoid raceSimon Rettberg2022-03-041-5/+11
| | | | | | If for some reason the ~poweron POST arrives/gets processed later on the server than our VNC data submission, the password would get set to NULL again immediately, making this client inaccessible.
* [remote-access] Validate vnc_port is in rangeSimon Rettberg2022-02-221-0/+3
|
* [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
|
* [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] Remove debug spamSimon Rettberg2020-08-051-2/+2
|
* [remote-access] Fix -passwd argument to x11vncSimon Rettberg2020-08-051-1/+1
|
* [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] Add ModuleSimon Rettberg2020-06-161-0/+87