A better solution, re-source the profile.

This commit is contained in:
fewtarius 2023-06-01 23:21:45 +00:00
parent f7224b066c
commit 84b96dd281
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
7 changed files with 3 additions and 32 deletions

View file

@ -51,6 +51,9 @@ tocon "Startup complete..."
clear >/dev/console
### Re-source the profile so we fetch the correct UI_SERVICE variable.
. /etc/profile
### Lock is a prerequisite for emustation
rm /var/lock/start.games 2>&1 >>${BOOTLOG}
touch /var/lock/start.games 2>&1 >>${BOOTLOG}

View file

@ -1,3 +0,0 @@
# Base device definition file for the Hardkernel - Odroid Go Ultra
UI_SERVICE="weston.service"

View file

@ -1,3 +0,0 @@
# Base device definition file for Rockchip RK3326 devices
UI_SERVICE="weston.service"

View file

@ -1,3 +0,0 @@
# Base device definition file for RK3566 devices
UI_SERVICE="emustation.service"

View file

@ -1,3 +0,0 @@
# Base device definition file for RK3566
UI_SERVICE="emustation.service"

View file

@ -1,20 +0,0 @@
# Device definition file for the Rockchip RK3588 devices
# Device Features
DEVICE_VOLUMECTL=true
DEVICE_AUDIO_MIXER="PCM"
DEVICE_PLAYBACK_PATH_SPK="SPK"
DEVICE_PLAYBACK_PATH_HP="HP"
UI_SERVICE="weston.service"
DEVICE_BRIGHTNESS="128"
# GPIOS
DEVICE_TEMP_SENSOR="/sys/devices/virtual/thermal/thermal_zone*/temp"
# FREQ Governors
CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" "/sys/devices/system/cpu/cpufreq/policy4" "/sys/devices/system/cpu/cpufreq/policy6")
GPU_FREQ=("/sys/devices/platform/fb000000.gpu/devfreq/fb000000.gpu")
# Affinity
SLOW_CORES="taskset -c 0-3"
FAST_CORES="taskset -c 4-7"