citral
citral
UBUniversal Blue
Created by citral on 4/15/2024 in #🛟bazzite-help
Ayaneo Air Plus Mendocino (7320U) sw improvements
Status: panel oriented correctly from boot to game mode & desktop without having to do anything, but no 40/50 fps in unified slider No sound at all on speakers. I believe there's an Anwinic amp between the soc and speakers, that needs to be initialised (i2c probably) Very tiny sound on headphones: I believe this patch fixes it https://github.com/citral23/distribution/blob/main/packages/kernel/linux/patches/AMD64/009-ayaneo-audio.patch amd64 support has been dropped from Jelos since, I will see if I can reach the author to get permission to use it rgb control is fine no fan control yet, I have not checked yet if reachable over sysfs no video out it seems, but it didn't work either on windows for the 5 minutes I kept it before throwing up
128 replies
UBUniversal Blue
Created by citral on 4/1/2024 in #🛟bazzite-help
Ayn Loki Zero sw improvements
Stock install of bazzite-deck-gnome works fine, what could be improved is: - rgb (next hhd should have it) - fan control is exposed by the same ayn-platform driver, a gui would be nice (for now adapting https://docs.google.com/document/u/0/d/17a0F6Wsdak1ekE6XDUn749BNynU5mj8FH9vpzDWm_bg/mobilebasic?pli=1#heading=h.7vd2la8jx513 works fine, but hwmon number changes between reboots so must use something like
FAN=`find /sys/devices/platform/ayn-platform/hwmon/* -maxdepth 0
FAN=`find /sys/devices/platform/ayn-platform/hwmon/* -maxdepth 0
` - Frame limit only shows 10, 12, 15, 20, 30, 60 fps Should ideally show 30, 40, 50, 60 instead, with 40 being a priority on such a weak device Gamescope-session-plus has # Set refresh rate range and enable refresh rate switching export STEAM_DISPLAY_REFRESH_LIMITS=${GAMESCOPE_OVERRIDE_REFRESH_RATE:-40,60} but it doesn't do anything
378 replies