Δημοσιεύτηκε: 28 Απρ 2013, 13:46
από bbabis01
sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +57.0°C

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +48.0°C (high = +95.0°C, crit = +105.0°C)
Core 2: +53.0°C (high = +95.0°C, crit = +105.0°C)


To rc.local:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
(sleep 20 ; echo low > /sys/class/drm/card0/device/power_profile) &
exit 0