summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/data
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [beamergui] Increase delay before auto-centerSimon Rettberg2020-08-061-1/+1
| | | | | It seems if we do this too early, the outputs aren't set up properly yet.
* [beamergui] Support SLX vars for manual screen configSimon Rettberg2020-03-091-8/+17
| | | | | | | | | | | | | | | | SLX_FORCE_RESOLUTION is a list of space separated resolutions. It will be applied to all outputs in alphabetical order. If there are more outputs than resolutions in this list, it will "loop around", starting to assign resolutions from the beginning of the list. SLX_RESOLUTION_MAPPING can be given in addition to the above. In this case, the resolutions won't be assigned in alphabetical order. The variable is supposed to contain a list of space separated assignments of the form <output>=<index>, for example HDMI-2=0 DP-3=0 HDMI-1=1 would assign HDMI-2 and DP-3 to the first resolution of SLX_FORCE_RESOLUTION and HDMI-1 to the second resolution, making the first two outputs a clone of each other, and HDMI-1 extend to the right.
* [beamergui] Remove old unused scriptSimon Rettberg2019-02-271-236/+0Star
|
* [beamergui] Close stdout/err when respawning beamerguiSimon Rettberg2019-01-021-1/+1
|
* [beamergui] Fix showBeamergui scriptSimon Rettberg2018-12-051-1/+1
| | | | Da hat mir wer ein x für ein u vorgemacht!
* [beamergui] only sleep 100ms in XsetupJonathan Bauer2018-12-041-1/+1
| | | | fixes screen flicker on session start/close
* [beamergui] Respawn beamergui if closedSimon Rettberg2018-12-041-1/+8
|
* [beamergui] Update to 2.0, move parse-edid to own moduleSimon Rettberg2018-11-166-9/+40
|
* [beamergui] Fix adding resolutions; more fallback optionsSimon Rettberg2018-10-191-3/+2Star
|
* [beamergui] Add PVS2 pluginSimon Rettberg2018-09-062-0/+10
|
* [beamergui] cmake now, fix greps in setupSimon Rettberg2017-12-151-46/+46
|
* [beamergui] Fix mode setter (once again)Simon Rettberg2017-11-141-8/+18
| | | | | | | | | | | | First, reading ip-based config from beamer.conf was goofed, which isn't the preferred way of doing things anyways and then if nothing is found in the config, the fallback path that sets both outputs to 1024x768 wasn't taken. ...which brings me to the second point that 1024x768 is quite ancient, so let's fall back to the screen's preferred resolution instead, and if that fails too, use 1280x720 which should be an ok compromise and not make any halfway modern projector explode.
* [beamergui] Don't remove spaces from screen model nameSimon Rettberg2017-04-071-1/+1
|
* [beamergui] Use temp-file when passing data to parse-edid:Simon Rettberg2017-03-231-1/+5
| | | | Pipe can lead to partial reads, which parse-edid doesn't handle
* [beamergui] Add more debug output to beamergui setup scriptSimon Rettberg2017-03-231-0/+10
|
* [beamergui] Don't use unreliable xargs, fix a little syntax errorSimon Rettberg2017-03-011-5/+8
|
* [beamergui] TIL: <<<$A != <<<"$A"Simon Rettberg2017-02-281-10/+10
|
* [beamergui] Clean up coding style of mode_setter scriptSimon Rettberg2017-02-281-27/+27
|
* [beamergui] Use parse-edid to check if output matches specific device nameSimon Rettberg2017-02-281-0/+30
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-6/+21
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-254-0/+175