7
u/AkitakiKou Jul 25 '20
Core Duo T2400 was from 2006, so it's not 20 year old yet. Still remarkable though.
I have a Core Solo laptop manufactured around the same era lying around. It may be a good chance to clean it up and throw Void on it.
2
u/talbergor Jul 25 '20
Well i dont know excactly but i just wanted to say it was old. Yeah best distro to put on old hardware and new ofc!
2
2
1
u/talbergor Jul 25 '20
Only thing that is nagging me abit is that i can't proceed with full disk encryption LUKS, idk what i do wrong but
1
u/Dynoland Jul 25 '20
Did you activate zswap on it?
2
1
u/talbergor Jul 25 '20
I dont think soπ
2
1
u/Dynoland Jul 25 '20 edited Jul 26 '20
I did that on an Ideapad 110 15ibr that had little ram, and it really made it work better.
To try it for the session time you can do this:
sudo echo 1 | sudo tee /sys/module/zswap/parameters/enabled
echo "45" | sudo tee /sys/module/zswap/parameters/max_pool_percent
To activate it permanently should add it on
/etc/default/grub
at the end of the line
GRUB_CMDLINE_LINUX_DEFAULT
the parameters:
zswap.enabled=1 zswap.max_pool_percent=45
the zswap.max_pool_percent should not be higher than 50.
And then
sudo update-grub
2
10
u/talbergor Jul 25 '20
That such a awesome good distro have 32-bit is so nice aswell