#Linux Mint Debian so Slow after install system and Nvidia driver
74 messages · Page 1 of 1 (latest)
open App also Slow
But my Ram is OK
16Gb ,used 3 Gb
Screen looks like tearing a bit
do inxi -SGxxx and show. install inxi if not present
sorry can i do it tomorrow
Yawn i Tried now
tomorrow i will show
thanks for Helping
now i reinstall the driver
Could you show us the output of
mokutil --sb-state
please
after you reinstall
This seems like it's working, unlike the previous screenshot
but still slow
Have you restarted after the reinstall?
already restart
What does
dmesg -Hx | grep -i nvidia
say?
what does it say?
show us
dpkg -l | grep -i nvidia
But my Ram is 16 Gb How does it lag
open App so Slow
Example when i Screenshot
if got problem i Switch to Cinammon Linux
Mint
smooth But still cant use Nvidia-Smi
LMDE doesn't have driver manager, so you installed it manually. Seems to work, and the card is recognized.
if you want nvidia smi, you'll need nvidia-utils-575 package
But why screenshot Slow
i installed Nvidia by
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository contrib
sudo add-apt-repository non-free
sudo apt update
sudo apt install linux-headers-amd64
sudo apt install nvidia-driver firmware-misc-nonfree
echo "blacklist nouveau" | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
echo "options nouveau modeset=0" | sudo tee -a /etc/modprobe.d/blacklist-nouveau.conf
sudo update-initramfs -u
distro=debian12
arch=x86_64
wget https://developer.download.nvidia.com/compute/cuda/repos/<distro>/<arch>/cuda-keyring_1.1-1_all.deb
sudo apt install ./cuda-keyring_1.1-1_all.deb
sudo apt update
sudo apt install cuda-toolkit
vim ~/.bashrc
export PATH=/usr/local/cuda-12.6/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64:${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
&& curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list |
sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' |
sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
sudo apt update
sudo apt install nvidia-container-toolkit
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker
i follow the Tutorial on internet
I don't know LMDE that much, maybe @glad swallow knows more
Slow at Startup is Normal right?
@glad swallow The last inxi showed that nvidia driver is loaded and rendering goes through nvidia, though
updated ^ . u r right
and the screen-1 diagnonal size now closely match the Monitor-1 reported diagonal size
Ah got something weird i want to tell
i use Gparted allocated Swap to 32Gb
But System Monitor show 34
But the PC still Slow
even after this
32 GB of swap is an incredible waste of drive space. 2 GB or even 1 GB IS FINE
especially with 16 GB RAM, anything over 1 GB swap is incredible waste of drive.