1 lien privé
Sous le capot c'est essentiellement une Debian stable avec un installateur simplifié.
L'environnement de bureau Cinnamon ne laisse rien à désirer et convient parfaitement aux utilisateurs qui migrent depuis Microsoft Windows.
Critique détaillée de Linux Mint Debian Edition 7 publiée par Distrowatch fin 2025
https://distrowatch.com/weekly.php?issue=20251027#mint
Bonjour, Ce mardi 14 Octobre 2025, l'équipe de Linux Mint a annoncé la sortie de la LMDE 7. Les nouveautés sont présentées dans la vidéo ci-dessous d'Adrien Linuxtricks : https://youtu.be/_WqKQ9xCVdI En résumé très rapide : Passage à la base Debian 13 avec le noyau LTS 6.12 et ajout de toutes les nouveautés de la Linux…
Did you read the Debian Wiki about the NvidiaGraphicsDrivers?
=> https://wiki.debian.org/NvidiaGraphicsD ... llseye-470
First step install Linux Headers and compilation dependencies:
Code: Select all
sudo apt install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config dkms -y
Second step blacklist the nouveau driver create a blacklist file:
Code: Select all
sudo nano /etc/modprobe.d/blacklist-nouveau.conf
In the file add the following and save the file:
Code: Select all
blacklist nouveau
options nouveau modeset=0
Then regenerate the kernel initramfs:
Code: Select all
sudo update-initramfs -u
Third step install the latest NvidiaGraphicsDrivers:
Code: Select all
sudo apt install -t bullseye-backports firmware-misc-nonfree nvidia-kernel-dkms nvidia-driver nvidia-cuda-toolkit nvidia-cuda-dev nvidia-settings nvidia-smi nvidia-xconfig nvidia-opencl-icd nvidia-opencl-common nvidia-detect -y
Reboot.
To view how version you have installed, just open an terminal and enter follow:
Code: Select all
nvidia-smi
1) Open up your terminal (ctrl+alt+t)
2) Run the following command in the terminal:
gsettings reset-recursively org.cinnamon (THIS IS FOR CINNAMON)
gsettings reset-recursively org.mate.panel (THIS IS FOR MATE)
3) Hit Enter
4) Taraa!!! you should have your panel back to their default again.
NOTE :
-
you may login out and login in again to get them work again, in some cases you need to reboot your system.
-
tested and worked on my MATE Dekstop Environment.