Linux Mint Resources – Telegram
Linux Mint Resources
807 subscribers
26 photos
2 files
176 links
Announcements, notes, resources related to Linux Mint. Please use @linux_mint_users group for discussions.
Download Telegram
The versions of Mint 20.1 that were approved 2 days ago, but are not yet released, come with kernel 5.4. An additional iso that comes with kernel 5.8 is being tested. It failed due to non-compatibility with Broadcom chipsets, but Clem already knows the fix. This later version may be updated, probably to 5.10, suitable for those with brand-new hardware.
5.4 is the latest longterm kernel. 5.10 will be the next.
Linux Mint 20.1 Cinnamon Release Notes

https://www.linuxmint.com/rel_ulyssa_cinnamon.php
Linux Mint 20.1 Stable ISOs released !!

Download ISO
: https://linuxmint.com/download.php

Cinnnamon Notes : https://blog.linuxmint.com/?p=4011

XFCE Notes : https://blog.linuxmint.com/?p=4013

MATE Notes : https://blog.linuxmint.com/?p=4012
How to upgrade from Linux Mint 20 to 20.1

https://blog.linuxmint.com/?p=4020
Regarding Cinnamon and Wayland
Linux Mint Monthly News - January 2021

https://blog.linuxmint.com/?p=4024
Someone made an unofficial Linux Mint GNOME edition

https://github.com/pl453s/linux-mint-gnome
Linux Mint Blog

Update your computer!

https://blog.linuxmint.com/?p=4030
How to install and use system76-power tool on Linux Mint laptops with Nvidia GPU

# requirements
install nvidia driver (recommended) from driver manager
reboot the machine

# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# compile and update rust
cargo build --release

# clone repo
git clone https://github.com/pop-os/system76-power

# change directory
cd system76-power

# initialize rust env
source $HOME/.cargo/env

# build
sudo make install

# enable service
sudo systemctl enable --now system76-power.service

# set graphics mode
system76-power graphics integrated
system76-power graphics nvidia

# reboot machine
sudo systemctl reboot

# set power profile
system76-power profile battery
system76-power profile balanced
system76-power profile performance