A better solution, re-source the profile.
This commit is contained in:
parent
f7224b066c
commit
84b96dd281
7 changed files with 3 additions and 32 deletions
|
@ -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}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Base device definition file for the Hardkernel - Odroid Go Ultra
|
||||
|
||||
UI_SERVICE="weston.service"
|
|
@ -1,3 +0,0 @@
|
|||
# Base device definition file for Rockchip RK3326 devices
|
||||
|
||||
UI_SERVICE="weston.service"
|
|
@ -1,3 +0,0 @@
|
|||
# Base device definition file for RK3566 devices
|
||||
|
||||
UI_SERVICE="emustation.service"
|
|
@ -1,3 +0,0 @@
|
|||
# Base device definition file for RK3566
|
||||
|
||||
UI_SERVICE="emustation.service"
|
|
@ -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"
|
Loading…
Reference in a new issue