Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big round of cleanup | Simon Rettberg | 2024-05-23 | 1 | -1/+1 |
| | | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts | ||||
* | [beamergui] Don't launch if remoteaccess is active | Simon Rettberg | 2020-09-29 | 1 | -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-center | Simon Rettberg | 2020-08-06 | 1 | -1/+1 |
| | | | | | It seems if we do this too early, the outputs aren't set up properly yet. | ||||
* | Debian! | Simon Rettberg | 2020-05-19 | 1 | -4/+2 |
| | |||||
* | [beamergui] Support SLX vars for manual screen config | Simon Rettberg | 2020-03-09 | 1 | -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 Rettberg | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | [beamergui] Remove old unused script | Simon Rettberg | 2019-02-27 | 1 | -236/+0 |
| | |||||
* | [beamergui] Close stdout/err when respawning beamergui | Simon Rettberg | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | [beamergui] Fix showBeamergui script | Simon Rettberg | 2018-12-05 | 1 | -1/+1 |
| | | | | Da hat mir wer ein x für ein u vorgemacht! | ||||
* | [beamergui] only sleep 100ms in Xsetup | Jonathan Bauer | 2018-12-04 | 1 | -1/+1 |
| | | | | fixes screen flicker on session start/close | ||||
* | [beamergui] Respawn beamergui if closed | Simon Rettberg | 2018-12-04 | 1 | -1/+8 |
| | |||||
* | [beamergui] Update to 2.0, move parse-edid to own module | Simon Rettberg | 2018-11-16 | 8 | -16/+44 |
| | |||||
* | [beamergui] Fix adding resolutions; more fallback options | Simon Rettberg | 2018-10-19 | 1 | -3/+2 |
| | |||||
* | [qt5core] Put common qt requirements in own module | Simon Rettberg | 2018-09-07 | 2 | -11/+4 |
| | |||||
* | [beamergui] Add PVS2 plugin | Simon Rettberg | 2018-09-06 | 2 | -0/+10 |
| | |||||
* | [beamergui] add qttools5-dev for linguist (cmake) | Jonathan Bauer | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | [beamergui] add missing dependency | Jonathan Bauer | 2018-01-30 | 1 | -1/+2 |
| | |||||
* | [beamergui] fix bad error message | Jonathan Bauer | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | [beamergui] cmake now, fix greps in setup | Simon Rettberg | 2017-12-15 | 2 | -53/+48 |
| | |||||
* | [beamergui] HACK: Add missing qt5 dev tools -> need dedicated qt5 module! | Simon Rettberg | 2017-11-22 | 1 | -0/+3 |
| | |||||
* | [*] qt4 -> qt5 | Simon Rettberg | 2017-11-16 | 1 | -4/+3 |
| | |||||
* | [beamergui] Use qt5 | Simon Rettberg | 2017-11-15 | 1 | -8/+5 |
| | |||||
* | [beamergui] Fix mode setter (once again) | Simon Rettberg | 2017-11-14 | 1 | -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 name | Simon Rettberg | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | [beamergui] Use temp-file when passing data to parse-edid: | Simon Rettberg | 2017-03-23 | 1 | -1/+5 |
| | | | | Pipe can lead to partial reads, which parse-edid doesn't handle | ||||
* | [beamergui] Add more debug output to beamergui setup script | Simon Rettberg | 2017-03-23 | 1 | -0/+10 |
| | |||||
* | Seems some files were given an extra shebang with ↵ | Simon Rettberg | 2017-03-10 | 1 | -1/+0 |
| | | | | c79dec3ba517967c09ef398b20d577271774df19 | ||||
* | [beamergui] Don't use unreliable xargs, fix a little syntax error | Simon Rettberg | 2017-03-01 | 1 | -5/+8 |
| | |||||
* | Add bash shebangs to all our includes: | Simon Rettberg | 2017-02-28 | 6 | -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 Rettberg | 2017-02-28 | 2 | -1/+2 |
| | |||||
* | [beamergui] TIL: <<<$A != <<<"$A" | Simon Rettberg | 2017-02-28 | 1 | -10/+10 |
| | |||||
* | [beamergui] Use proper variable for source dir of parse-edid | Simon Rettberg | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | [beamergui] Clean up coding style of mode_setter script | Simon Rettberg | 2017-02-28 | 1 | -27/+27 |
| | |||||
* | [beamergui] Use parse-edid to check if output matches specific device name | Simon Rettberg | 2017-02-28 | 5 | -0/+482 |
| | |||||
* | merge with latest dev version (tm-scripts commit ↵ | Jonathan Bauer | 2016-12-23 | 1 | -6/+21 |
| | | | | f5a59daf8d70a9027118292cd40b18c221897408) | ||||
* | merge with latest dev version | Sebastian | 2016-04-25 | 10 | -0/+243 |