Last updated:
2017-09-22 push
Table of Contents
1 | Info |
2 | Buy |
3 | ****** PARTS |
3.1 | Main disk |
4 | ****** CODE |
4.1 | Linux packages |
4.2 | UNFUCK SPEED CONTROL ON UBUNTU !!! |
5 | ****** PAD |
Info
[Review] The Lenovo X220 Thinkpad: The Last of Breed
http://senk9.wordpress.com/2014/02/21/lenovox220/
Libreboot X220 (sold for £798.00 - £1,198.00, can be bought elsewhere for 100-300)
http://minifree.org/product/libreboot-x220/
__ __ __ __ __ __ __ __ __ __ __ __ __ __
Merge in:
* dcht00🔗/CHT__/__X220
* 🔗lim0
* [...]
Also see:
* CHT🔗truco-troika(R/W): CHT lab computer, running CHT🔗truco-packages(R/W)
Buy
Ties to 🔗resources!
Contact david@totalism.org.
Costs ~400€ fully upgraded (16GB, 2TB SSHD, 128GB SSD, new 9-cell battery).
****** PARTS
Main disk
You can also use 9mm disks unofficialy!
2TB 7mm disk = BarraCuda ST2000LM007
http://www.mimovrste.com/trdi-diski-hdd/seagate-trdi-disk-mobile-2tb-25-sata3-128mb-7mm-5400obrmin-st2000lm007 120€
http://www.ebay.de/itm/2-5-2TB-2000GB-Seagate-Mobile-HDD-ST2000LM007-SATA-3-128MB-Festplatte-7mm-/122679052335?epid=2254484157&hash=item1c903dc82f:g:O10AAOSwlnZZqHx2 82€
HDD Barracuda tb 7mm st2000lm015
http://www.mimovrste.com/trdi-diski-hdd/seagate-trdi-disk-barracuda-2-tb-25-5400-128mb-7mm 92€
SSHD Firecuda 7mm 2tb SSHD ST2000LX001
http://www.mimovrste.com/hibridni-diski-hhd/seagate-trdi-disk-firecuda-2tb-5400-25-128mb 107€
http://www.seagate.com/www-content/product-content/firecuda-family/firecuda/files/firecuda-2-5-ds1908-1-1609-gb.pdf
****** CODE
Linux packages
Deb packages:
* tlp (tlp stat tells you other packages to install for better hardware monitoring)
* thinkfan
* [...]
UNFUCK SPEED CONTROL ON UBUNTU !!!
"""
#!/bin/bash
#
#
# http://pad.totalism.org/p/x220
# GPL !? lol
#
#
TOP="5500m" #2501m is turbo i think but it goes Up
echo
echo
# display 'before' speed
cat /proc/cpuinfo | grep MHz | head -n1
# this is retarded but necessary, some sort of a problem with my X220
# might be because I'm using the 65W charger?
sudo su -c "echo '1' > /sys/module/processor/parameters/ignore_ppc"
# set individual CPU maximum speeds
sudo cpufreq-set -c0 -u $TOP
sudo cpufreq-set -c1 -u $TOP
sudo cpufreq-set -c2 -u $TOP
sudo cpufreq-set -c3 -u $TOP
# set new speed to maximum
sudo cpufreq-set -f $TOP
sudo cpufreq-set -c0 -f $TOP
sudo cpufreq-set -c1 -f $TOP
sudo cpufreq-set -c2 -f $TOP
sudo cpufreq-set -c3 -f $TOP
sleep 2
# we win! display 'after' speed!
echo
cowsay "To the moon!"
#cat /proc/cpuinfo | grep MHz | head -n1 | __color
inxi -C
echo
echo
"""
****** PAD
<------------------------ (new)
(Site generated by E2H, an "Etherpad hypermedia" project by @dcht00).
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.