summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access
Commit message (Collapse)AuthorAgeFilesLines
* [remote-access] Disable xfce's compositingSimon Rettberg2024-02-141-0/+7
| | | | This avoids the screen only refreshing at 1fps with no active outputs.
* [remote-access] Move VNC script to separate fileSimon Rettberg2023-07-042-151/+156
|
* [remote-access] Try to use https for sat commsSimon Rettberg2023-07-041-1/+7
|
* [remote-access/tigervnc] tigervncpasswdSimon Rettberg2023-06-051-1/+1
|
* [x11vnc/tigervnc] Seems we shouldn't remove something still in useSimon Rettberg2023-06-051-1/+1
| | | | | | | | PVS2 is still using x11vnc for screen scraping, so maybe removing that when we moved to tigervnc for remte access wasn't such a great idea. Maybe, some day in the future, PVS2 will be extended so it can use either server.
* [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/xorg] Use OutputClass instead of Device for dynamic stuffSimon Rettberg2022-09-092-10/+2Star
|
* [remote-access] Force usage of modesetting_drv on newer intel chipsSimon Rettberg2022-09-081-0/+9
|
* [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-082-0/+21
| | | | | | 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] insmod doesn't check modprobe.dSimon Rettberg2022-02-241-1/+2
|
* [remote-access] Load evdi for virtual displaySimon Rettberg2022-02-231-0/+7
|
* [remote-access] Explicitly add virtual output on intel cardsSimon Rettberg2022-02-222-0/+10
| | | | | | It seems that in the past, a virtual output was added automatically when no screen was connected. This isn't the case anymore, so let's see if adding an xorg config fixes the issue.
* [remote-access] Validate vnc_port is in rangeSimon Rettberg2022-02-221-0/+3
|
* /var/run -> /runSimon Rettberg2021-11-121-1/+1
|
* [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