- Linux Mint vs LMDE
- Extend Desktop through screens
- Import configuration and files from SSD Mint to NVMe Mint
- Installing Steam
Linux Mint vs LMDE
Only reason to stay on Ubuntu based Mint is the auto install of the nVidia drivers and global assistance : I don't want any fuss on this machine.
Extend Desktop through screens
TBD
Import configuration and files from SSD Mint to NVMe Mint
There's nothing wrong in a new installation, but getting settings and especially files and configurations back is the most important step.
TBD
Installing Steam
Had to run the following to get the version of the drivers I'm currentlw running (the host is only using the nVidia Quadro K620)
nvidia-smi
Then, once the version was identified, I had to execute the following :
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libnvidia-gl-580:i386
This does not install a second graphics driver or a 32-bit kernel module. It only adds 32-bit user-space libraries alongside the existing 64-bit driver.