summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/data/etc
Commit message (Collapse)AuthorAgeFilesLines
* [beamergui] Disable background mode in AUTOLOGIN modeSimon Rettberg2025-05-141-1/+3
|
* [beamergui] Don't ignore fixed res config when running with SLX_MINIMAL_GUISimon Rettberg2025-05-141-3/+3
|
* [beamergui/printergui] Support SLX_MINIMAL_GUISimon Rettberg2025-04-141-0/+6
|
* [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] only sleep 100ms in XsetupJonathan Bauer2018-12-041-1/+1
| | | | fixes screen flicker on session start/close
* [beamergui] Update to 2.0, move parse-edid to own moduleSimon Rettberg2018-11-165-6/+40
|
* merge with latest dev versionSebastian2016-04-252-0/+7