Directory: /home/gmh Shell: /bin/bash
On since Thur Jan 01 00:01 (AEDT) on tty7 from :0
1 hour 9 minutes idle
No mail.
No Plan.
I checked out Mint for the first time about 6 weeks ago, it seemed like a nice OS but they really need to get away from the Ubuntu base. Pushing broken kernel updates is inexcusable. 🐧
I checked out Mint for the first time about 6 weeks ago, it seemed like a nice OS but they really need to get away from the Ubuntu base. Pushing broken kernel updates is inexcusable. 🐧
This also impacts Ubuntu based distributions such as Linux Mint.
Make a snapshot before you upgrade.
Ubuntu QA as shit as it ever was!
This also impacts Ubuntu based distributions such as Linux Mint.
Make a snapshot before you upgrade.
Ubuntu QA as shit as it ever was!
mbpfan for proper fan control ✅
zram enabled ✅
all hardware including the webcam supported ✅
mbpfan for proper fan control ✅
zram enabled ✅
all hardware including the webcam supported ✅
This should work without issue on other Debian/Ubuntu based distros.
This should work without issue on other Debian/Ubuntu based distros.
cat /sys/block/zram0/comp_algorithm
just to see what compression algorithm it uses by default.
cat /sys/block/zram0/comp_algorithm
just to see what compression algorithm it uses by default.
I'll just keep doing things my way because this is a tool on top of the zram-tools.
I'll just keep doing things my way because this is a tool on top of the zram-tools.
cat /sys/block/zram0/comp_algorithm will provide you with more verification.
cat /sys/block/zram0/comp_algorithm will provide you with more verification.
Once you are happy reboot and you are up and running.
You can verify by running zramctl or swapon when you reboot.
Once you are happy reboot and you are up and running.
You can verify by running zramctl or swapon when you reboot.
PERCENTAGE should be the percentage that equals 16GB of RAM if you have more than that.
vm.min_free_kbytes should be 1% of your RAM - echo $(awk '/MemTotal/ {printf "%.0f", $2 * 0.01}' /proc/meminfo)
THESE ARE THE SETTINGS I USE, AND ARE BASED ON WHAT POP!_OS DOES BUT I'M SOME RANDO
PERCENTAGE should be the percentage that equals 16GB of RAM if you have more than that.
vm.min_free_kbytes should be 1% of your RAM - echo $(awk '/MemTotal/ {printf "%.0f", $2 * 0.01}' /proc/meminfo)
THESE ARE THE SETTINGS I USE, AND ARE BASED ON WHAT POP!_OS DOES BUT I'M SOME RANDO
Edit /etc/default/zramswap and uncomment:
ALGO=zstd
PERCENT=100
PRIORITY=100
Create a file /etc/sysctl.d/99-vm-zram-parameters.conf
vm.swappiness = 180
vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.min_free_kbytes = 80330
vm.page-cluster = 0
Edit /etc/default/zramswap and uncomment:
ALGO=zstd
PERCENT=100
PRIORITY=100
Create a file /etc/sysctl.d/99-vm-zram-parameters.conf
vm.swappiness = 180
vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.min_free_kbytes = 80330
vm.page-cluster = 0