Commit graph

47 commits

Author SHA1 Message Date
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
f8bd8a215a
* Add support for LED management on the Ayaneo Air Pro and possibly other models which can be found in system settings. Thanks to @Maccraft123 for reverse engineering and sharing the EC registers. Additional documentation can be found in the led_mgmt script.
* Add ability to delete a setting from system.cfg "del_setting".
2023-02-05 17:42:47 -05:00
fewtarius
8a1b8ed1d1
Set the correct number of threads using the new sequence. 2023-01-25 21:49:54 -05:00
fewtarius
60f2ff4a01
Cleanup and bug fixes. 2023-01-25 20:41:09 -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
9b61e003ea
Add preamp slider to ES. 2023-01-21 10:15:01 -05:00
fewtarius
321f3e3f9d
Drop power_dpm_state, adjust gpu_performance_levels, add gpu_power_profile. 2023-01-20 08:09:45 -05:00
fewtarius
4acb3fe902
* Continue to work on improving power consumption on battery.
* Update emulators and cores.
* Improve logging in some scripts.
2023-01-19 21:30:33 -05:00
fewtarius
41bd418911
Bump bluez-alsa, fix missing kernel config bit, upswap steam deck controller patch, disable missing bios check. 2023-01-17 06:54:34 -05:00
fewtarius
22a9843b61
Cleanup. 2023-01-03 05:55:36 -05:00
fewtarius
db0c587985
CPU core enabler. 2023-01-03 05:13:05 -05:00
fewtarius
51513be5e5
Add ability to offline all but 2 or 4 cores if desired globally or per system/core/game. 2023-01-02 17:47:44 -05:00
fewtarius
07cb2ffd92
Fix path oops. 2023-01-02 15:48:29 -05:00
fewtarius
bb0c8ffd47
Fix path oops. 2023-01-02 15:47:33 -05:00
fewtarius
868e28abb3
Improve how we're managing performance policies now that we're not accounting for ARM. 2023-01-02 15:37:06 -05:00
fewtarius
4beae761a9
Misc fixes and improvements. 2022-12-21 17:24:01 -05:00
fewtarius
4286b391ec
* Apply AMD GPU performance profiles, thanks to @0_game_it on twitter. 2022-10-05 06:22:07 -04:00
fewtarius
3ecd6f3e48
Work to use a common mechanism that functions in weston and when weston is not present. 2022-09-14 17:35:38 -04:00
fewtarius
105a6b0267
Revert. 2022-09-13 20:33:11 -04:00
fewtarius
cc366fba9c
Add new mechanism to stop and start the UI for console apps. 2022-09-13 20:29:29 -04:00
fewtarius
20ac26142a
Update to solve black screen bug by fixing binary data in system.cfg with minimal data loss. 2022-08-14 19:00:26 -04:00
fewtarius
e8b87d229e
Correct set_setting to ignore bad data passed as a key. 2022-08-06 07:29:53 -04:00
fewtarius
111bfd6d9f
Move jslisten config to the jslisten package, and add a userspace configuration file. 2022-08-04 18:12:02 -04:00
fewtarius
f4804dfe7f
Fix jslisten bug. 2022-07-30 10:10:44 -04:00
fewtarius
5dbd06554b
* User selectable default CPU scaling method
* Add ES theme "Minimal", enable ES theme "Terminal"
* Update Thememaster
* Bump the CPU clock to 1.992GHz
2022-06-01 17:22:25 -04:00
fewtarius
de70e77c10
Update the CPU scaling governor to default to interactive. 2022-06-01 06:56:46 -04:00
fewtarius
002db9bc91
Correct a condition where certain games aren't matched due to having a single quote. 2022-04-27 06:33:45 -04:00
fewtarius
87adc8d9ab
Remove unnecessary variable definition. 2022-04-18 16:26:40 -04:00
fewtarius
3881dd136f
Fix no BGM issue in EmulationStation. 2022-04-18 16:22:01 -04:00
fewtarius
93a109ae93
* Fix get_setting to return the system setting if it exists but no game setting exists.
* Disable WIFI power save.
* Ensure the WIFI connection is refreshed on startup using wifictl.
2022-04-08 20:08:14 -04:00
fewtarius
c35ea43b59
Fix per game settings, add overclock and fan control to runemu. 2022-04-02 09:13:04 -04:00
fewtarius
3daf929874
* Update jslisten and clean up the function so it is more accurate.
* If no netplay id exists, randomize and save one.
2022-03-31 20:15:24 -04:00
fewtarius
ef950b90eb
Update MPV controls. 2022-03-28 21:51:49 -04:00
fewtarius
42338a48e4
We also don't need to sed twice. 2022-03-20 15:58:41 -04:00
fewtarius
b7cfd408f7
If we're disabling something that's disabled don't write it twice. 2022-03-20 15:57:43 -04:00
fewtarius
d3a8989f30
Add additional OC profiles. 2022-03-06 22:11:57 -05:00
fewtarius
c088a334f0
Initial work on supporting overclock profiles. 2022-03-05 09:54:25 -05:00
fewtarius
ff5b802725
* Correct get_setting as it had the same issue. 2022-03-04 20:50:13 -05:00
fewtarius
6a519d05a8
* Fix issue where setting some settings matches and deletes the wrong properties. Thanks to @brooksytech and @romadu for reporting and help with debugging! 2022-03-04 20:10:57 -05:00
fewtarius
4fa454a9f6
* Drop RetroArch LAKKA mode.
* Only put the big cores in max performance mode.
* Clean up build_distro a bit.
2022-02-26 22:14:27 -05:00
fewtarius
58769c80d3
* Restructure JELOS to use .config/system and system.cfg for configuration.
* Update games to use .config/game/configs moving configurations out of the system config root.
* Split modules into a separate package (packages/misc/modules).
* Remove some unused packages and move a few virtual packages to packages/virtual.
2022-02-26 21:40:30 -05:00
fewtarius
feebda95f9
Revert CPU online/offline feature, performance is better with taskset affinity. 2022-02-11 22:40:39 -05:00
fewtarius
f615f1b497
Fix core disable oops 2022-02-11 22:19:18 -05:00
fewtarius
05c9b2bb64
* Fix oops
* EmulationStation enhanced power save by default
* Fix textviewer dependency
2022-02-11 22:08:46 -05:00
fewtarius
7a10fba4ca
* Switch from taskset to disabling slow or fast cores based on performance mode selection.
* Update jelos-info to reflect CPU active cores rather than total cores.
* Update Linux config for 351 series for rockchip-kernel
2022-02-11 21:38:21 -05:00
fewtarius
44e81b696c
* Apply the proper CPU governor across all policies
* System information now reports OS and frequencies correctly
2022-02-05 17:40:57 -05:00
fewtarius
29c0cded05
JELOS 20220205 - Release 2022-02-05 09:23:32 -05:00