Δημοσιεύτηκε: 27 Απρ 2013, 20:08
από bbabis01
sensors

acpitz-virtual-0
Adapter: Virtual device
temp1: +65.0°C

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


Το αρχείο
#!/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.
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
exit 0