summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui
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.
* Debian!Simon Rettberg2020-05-191-4/+2Star
|
* [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.
* [*] cd <...> || perror --> cde <...>Simon Rettberg2019-11-261-1/+1
|
* [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-168-16/+44
|
* [beamergui] Fix adding resolutions; more fallback optionsSimon Rettberg2018-10-191-3/+2Star
|
* [qt5core] Put common qt requirements in own moduleSimon Rettberg2018-09-072-11/+4Star
|
* [beamergui] Add PVS2 pluginSimon Rettberg2018-09-062-0/+10
|
* [beamergui] add qttools5-dev for linguist (cmake)Jonathan Bauer2018-02-271-0/+1
|
* [beamergui] add missing dependencyJonathan Bauer2018-01-301-1/+2
|
* [beamergui] fix bad error messageJonathan Bauer2018-01-301-1/+1
|
* [beamergui] cmake now, fix greps in setupSimon Rettberg2017-12-152-53/+48Star
|
* [beamergui] HACK: Add missing qt5 dev tools -> need dedicated qt5 module!Simon Rettberg2017-11-221-0/+3
|
* [*] qt4 -> qt5Simon Rettberg2017-11-161-4/+3Star
|
* [beamergui] Use qt5Simon Rettberg2017-11-151-8/+5Star
|
* [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
|
* Seems some files were given an extra shebang with ↵Simon Rettberg2017-03-101-1/+0Star
| | | | c79dec3ba517967c09ef398b20d577271774df19
* [beamergui] Don't use unreliable xargs, fix a little syntax errorSimon Rettberg2017-03-011-5/+8
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-286-0/+6
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [beamergui] FFS, use brain! (name binary properly, include in target)Simon Rettberg2017-02-282-1/+2
|
* [beamergui] TIL: <<<$A != <<<"$A"Simon Rettberg2017-02-281-10/+10
|
* [beamergui] Use proper variable for source dir of parse-edidSimon Rettberg2017-02-281-1/+1
|
* [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-285-0/+482
|
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-231-6/+21
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-2510-0/+243