summaryrefslogtreecommitdiffstats
path: root/src/loginrpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce --fb againSimon Rettberg2022-10-201-3/+48
| | | | No idea why it was removed, it seems to work great. :>
* Try even more **** to get a sensible resultion on stubborn systemsSimon Rettberg2022-10-121-51/+114
|
* Try to select an output with an unused indexSimon Rettberg2022-09-081-2/+26
|
* If no virtual output is found, prefer a disconnected one, then connectedSimon Rettberg2022-09-081-12/+53
|
* Fix showing browser immediately if only shib-login is enabledv29r2Simon Rettberg2022-07-011-1/+1
|
* RemoteAccess/RPC: Assume DVI-I-1-1 is evdi outputSimon Rettberg2022-02-231-1/+8
|
* Always disable all outputs and use --fb if VIRTUAL output is missingSimon Rettberg2020-10-021-29/+20Star
|
* Disable ALL outputs if setting resolution failsSimon Rettberg2020-06-221-8/+22
| | | | | | NVIDIA cards don't allow setting any resolution on disconnected screens. Simply disable all outputs in that case and set the screen size manually.
* Make detection of virtual screen smarter; fall back to disconnectedSimon Rettberg2020-06-221-9/+55
| | | | | | | We try to find a virtual output, set the desired resolution, and disable all real outputs. If we don't find a virtual one, we pick a disconnected output, set the resolution, and disable the remaining outputs. If we don't have a disconnected output, we just take the first one.
* Dbug spamSimon Rettberg2020-06-181-0/+2
|
* Support setting resolution received via loginrpcSimon Rettberg2020-06-161-0/+35
|
* Add simple RPC to remotely trigger loginSimon Rettberg2020-06-051-0/+45