Starting to log changes that I make to the system
Changes to te fan, and monitoring the system
This commit is contained in:
16
README.md
16
README.md
@@ -0,0 +1,16 @@
|
|||||||
|
# Argon ONE UP
|
||||||
|
|
||||||
|
This repository contains all data related to the ONE UP laptop by Argon40
|
||||||
|
|
||||||
|
## config
|
||||||
|
|
||||||
|
This directory contains changes I make to the /boot/firmware/config.txt file
|
||||||
|
|
||||||
|
## FIOScripts
|
||||||
|
|
||||||
|
A growing set of FIO jobs to help test performance on a number of different NVME drives.
|
||||||
|
|
||||||
|
## monitor1up.py
|
||||||
|
|
||||||
|
A hacky little program to monitor nvme,fan and CPU temperature.
|
||||||
|
|
||||||
|
|||||||
12
config/fansettings_config.txt
Executable file
12
config/fansettings_config.txt
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Make the fan run faster and earlier
|
||||||
|
#
|
||||||
|
dtparam=fan_temp0=45000
|
||||||
|
dtparam=fan_temp0_speed=125
|
||||||
|
dtparam=fan_temp1=50000
|
||||||
|
dtparam=fan_temp1_speed=175
|
||||||
|
dtparam=fan_temp2=55000
|
||||||
|
dtparam=fan_temp2_speed=225
|
||||||
|
dtparam=fan_temp3=60000
|
||||||
|
dtparam=fan_temp3_speed=250
|
||||||
|
|
||||||
4
config/overclock_config.txt
Executable file
4
config/overclock_config.txt
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# Overclock a little... not sure how far we can push this
|
||||||
|
#
|
||||||
|
arm_freq=2800
|
||||||
Reference in New Issue
Block a user