distribution/packages/hardware/quirks/platforms/RK3588/001-device_config

15 lines
374 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2022-present Fewtarius
# Copyright (C) 2022-present Brooksytech
cat <<EOF >/storage/.config/profile.d/001-device_config
DEVICE_VOLUMECTL="true"
DEVICE_BRIGHTNESS="128"
DEVICE_TEMP_SENSOR="/sys/devices/virtual/thermal/thermal_zone*/temp"
# Affinity
SLOW_CORES="taskset -c 0-3"
FAST_CORES="taskset -c 4-7"
EOF