Commit graph

61 commits

Author SHA1 Message Date
fewtarius
e3553bbf47
Relicensing the JELOS project as GPLv2 after discussion with community and core developers to correct an oversight in our original licensing. This change will require sign-off by affected authors and core team members before merging. 2023-10-23 22:52:40 +00:00
fewtarius
6da7fe85d4
revert no clear screen at the end of autostart. 2023-07-25 23:47:48 +00:00
fewtarius
668f91fbb2
* Add platform quirks feature.
* Clean up quirks.
* New AMD default TDP (15w).
* Fix GPU perf setting bug.
2023-07-25 21:06:19 +00:00
fewtarius
fd1098647a
Autostart no longer skips device specific start scripts. 2023-07-23 15:57:43 +00:00
fewtarius
87b36d4635
Update dolphin-sa and primehack ES settings, adjust multiple scripts to improve execution time. 2023-07-23 13:47:19 +00:00
fewtarius
fb954b97fa
x55, ES, UI Updates
* Set correct rotation when connected to HDMI on Powkiddy x55.
* Deprecate EmulationStation splash screen.
* Fix bug setting 16:10 aspect ratio - move redundant script bits to a global function.
* Experiment with ES defaults.
2023-07-22 23:56:23 +00:00
fewtarius
38c5ad528f
* Adds better logging to autostart.
* Updates RK3326 documentation for amiberry.
* New dev tool - foreach.  Provides a mechanism to execute commands against all projects/devices/architectures to simplify iterating.
  * Usage: `./tools/foreach ./scripts/clean emulators`
2023-07-15 14:29:52 +00:00
fewtarius
0b12460f88
Remove duplicate script. 2023-07-14 14:18:20 +00:00
John
b63ab41405
Update and rename 030_hdmi_check.sh to 030_hdmi_check
Added MIT license and copy write entries.

Removed .sh from file name.
2023-07-12 16:17:33 +01:00
John
b4d0ec0f3d HDMI fix for SDL2 content.
Ported from ArkOS to JELOS. So credit to Christian Haitian.
2023-07-11 13:20:34 +01:00
fewtarius
8c08cdbfe9
* Add a mechanism for providing configuration on a per device basis.
* Supported via fresh flash and during the first post-install reboot.
  * Add configurations to packages/hardware/quirks/devices/(DEVICE)/config/ in the same format it would be found in /storage/.config.
  * System generic configs are copied first, and device specific configs are copied over them.
* Tweak audio so it works on boot.
2023-07-01 18:46:51 +00:00
fewtarius
2eeab02a52
Fix moonlight. 2023-06-09 21:03:18 +00:00
fewtarius
84b96dd281
A better solution, re-source the profile. 2023-06-01 23:21:45 +00:00
fewtarius
af60426e81
* Add support for AYANEO Air Plus (6800u)
* Update emulators and cores.
* Update Linux kernel to 6.1.27.
2023-05-01 21:16:24 +00:00
fewtarius
1bb13fbcbd
Rework versioning for packages with no external sources. 2023-04-30 01:53:37 +00:00
fewtarius
e7c0c25ebc
Revert epoc version bits. 2023-04-29 01:50:04 +00:00
fewtarius
be293e29bd
Fix packages that need to be built to use unixtime as the version. 2023-04-28 12:16:27 +00:00
fewtarius
18c7ea945a
Clean up post-update, fix a few script errors. 2023-04-24 01:41:44 +00:00
fewtarius
c59014faca
Drop image splash screens. 2023-04-23 19:58:11 +00:00
fewtarius
bff71cd5e2
* Add additional feedback to the boot process so it's visible to the user.
* Add support for a variant of JELOS suitable for hosting containers.
* Fix desktop mode terminal bug.
2023-04-22 20:01:07 +00:00
fewtarius
ecdf114311
Fix a few bugs. 2023-04-01 21:26:31 +00:00
fewtarius
7ab5208b29
Package re-work. 2023-04-01 12:23:19 +00:00
fewtarius
2f04da6d5a
Add Powkiddy RK2023 quirks. 2023-04-01 02:27:14 +00:00
fewtarius
6f221d08be
Only apply gamma/contrast/saturation/hue adjustment to RK3566 devices. 2023-04-01 02:25:14 +00:00
fewtarius
3917e2bad3
* Add support for adjusting gamma/contrast/saturation/hue - Thanks to @christianhaitian for the idea and reference implementation!
* Fix a bug that prevents the ssh key from being deployed on a dev build.
* Add drm tool package.
2023-04-01 00:20:39 +00:00
fewtarius
b0b3abf6f2
Add quirk for Indiedroid Nova. 2023-03-08 19:42:35 -05:00
fewtarius
c432a5be20
Split 353P and M devices. 2023-02-17 08:45:34 -05:00
fewtarius
c1a7c548b3
Add support for rk3566 devices with single image support. 2023-02-16 17:40:39 -05:00
fewtarius
c83cd844b1
* Complete SyncThing integration.
* Switch on in ES under Network Settings.
  * Connect via browser to http://device:8384.
  * Username: root, Password: System Settings Menu
* A bit of startup optimization.
2023-02-09 19:17:29 -05:00
fewtarius
f6608309e6
Fix ordering so hostname is set properly. 2023-02-09 07:25:32 -05:00
fewtarius
8d248d9583
Clean up wifictl and wifi startup a bit, silence underrun spam. 2023-02-08 17:32:30 -05:00
fewtarius
a837478baf
* Distribution updates - kernel 6.1.10, Python, systemd, busybox, SDL2, etc.
* Update emulators, cores, and art book next theme.
* Drop -Ofast, --disable-shared --enable-static as defaults.
* Misc build fixes.
2023-02-08 12:26:54 -05:00
fewtarius
2b0098387d
Disable fingerprint reader on startup since we don't use it. 2023-02-05 18:42:38 -05:00
fewtarius
97d5dcca3e
Add a simple service to autoconnect paired bluetooth devices. 2023-01-26 20:14:02 -05:00
fewtarius
ed8438a7fc
* Update set-audio to configure alsa for bluetooth.
* Updaet set-audio to automatically populate the ES audio path with a best guess (first control).
* Enable pulseaudio bluetooth support.
* Don't reset audio devices and paths if they've already been set once.
* Configure CEMU to look for and use a bluetooth device if it's paired and connected (needs further optimization).
2023-01-26 17:51:43 -05:00
fewtarius
e7eefd506a
Fix up jslisten to load after 98-controller. 2023-01-26 06:06:02 -05:00
fewtarius
e8848ea366
Improve and rename offline/online threads functions. Add support for all available cores/threads. 2023-01-25 19:41:58 -05:00
fewtarius
4177031fe6
* Get closer to autoconfiguring for Cemu.
* Update Linux (6.1.8) and Linux firmware (20230117).
* Add another 8bitdo profile.
* Improve bluetooth start/stop.
2023-01-24 20:40:36 -05:00
fewtarius
db7b03ba89
Reduce services, reduce a few wakeups, disable debugging, update cemu. 2023-01-23 17:41:38 -05:00
fewtarius
9b61e003ea
Add preamp slider to ES. 2023-01-21 10:15:01 -05:00
fewtarius
1bf81188cb
* Apply additional powersavings adjustements.
* Block the bluetooth radio on startup if it's disabled.
* Block the WIFI radio if it's disabled.
* Add powertop package.
2023-01-19 06:14:52 -05:00
fewtarius
ad5d71e6ad
Add an option to enable or disable ipv6. 2023-01-14 19:10:22 -05:00
fewtarius
498d57c8d8
Workaround for audio, add steam controller for RetroArch, update gamecontrollerdb. 2023-01-14 10:34:49 -05:00
fewtarius
92c10bc072
Work on Steam Deck support. 2023-01-12 18:46:54 -05:00
mason
21f3b1b79d
Updates and clean up 2023-01-10 23:39:16 +00:00
mason
cdf3597151
More Orange Pi 5 / RK3588 setup 2023-01-09 22:26:15 +00:00
fewtarius
e3a61fdfd3
Reduce the preamp to 60% to eliminate distortion in PPSSPP. 2023-01-07 08:04:32 -05:00
fewtarius
9a7dceffe8
Update emulators and cores, add additional quirks for more Ayaneo devices. 2023-01-05 16:59:30 -05:00
fewtarius
ce24f70a57
No longer need to reboot for alsa-base.conf. 2023-01-05 10:48:22 -05:00
fewtarius
a07fabc55d
Add a softvol preamp to boost volume a LOT. 2023-01-05 08:35:36 -05:00