ERROR: NVIDIA

Quick to answer questions about finding your way around LMDE as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums within the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

ERROR: NVIDIA

Post by cexxxar88 »

ERROR: NVIDIA driver is not loaded in LMDE4
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: ERROR: NVIDIA

Post by deepakdeshp »

Post output of command

Code: Select all

 inxi -Fxz
in code tags.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

Host: dev Kernel: 4.19.0-17-amd64 x86_64 bits: 64 compiler: gcc
v: 8.3.0 Desktop: Cinnamon 5.0.5 Distro: LMDE 4 Debbie
base: Debian 10.2 buster
Machine:
Type: Desktop Mobo: ECS model: H77H2-EM v: 1.0 serial: N/A
BIOS: American Megatrends v: 4.6.5 date: 07/23/2012
CPU:
Topology: Quad Core model: Intel Core i5-3450 bits: 64 type: MCP
arch: Ivy Bridge rev: 9 L2 cache: 6144 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 24745
Speed: 1597 MHz min/max: 1600/3500 MHz Core speeds (MHz): 1: 1597 2: 1597
3: 1597 4: 1597
Graphics:
Device-1: NVIDIA GF119 [GeForce 605] vendor: Bitland Information
driver: N/A bus ID: 01:00.0
Display: server: X.Org 1.20.4 driver: nouveau,vesa
unloaded: fbdev,modesetting resolution: 1024x768~N/A
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.3.6
direct render: Yes
Tenebris_Umbra
Level 1
Level 1
Posts: 39
Joined: Thu May 23, 2019 9:23 pm

Re: ERROR: NVIDIA

Post by Tenebris_Umbra »

ok, you have a Device-1: NVIDIA GF119 [GeForce 605] vendor: Bitland Information, according to >> https://us.download.nvidia.com/XFree86/ ... chips.html >> you need the 390 driver (with 390.143 being the latest release). So follow the Debian Nvidia Guide for install (remember LMDE4 is based on Debian 10 'Buster') >> https://wiki.debian.org/NvidiaGraphicsD ... cy_GPUs.29. :D
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

I'm still the same, I have two monitors and you only see one

root@dev:/etc/apt/sources.list.d# aptitude install nvidia-legacy-390xx-driver firmware-misc-nonfree
nvidia-legacy-390xx-driver is already installed in the requested version (390.143-1 ~ deb10u1)
firmware-misc-nonfree is already installed in the requested version (20190114-2)
nvidia-legacy-390xx-driver is already installed in the requested version (390.143-1 ~ deb10u1)
firmware-misc-nonfree is already installed in the requested version (20190114-2)
No packages will be installed, updated or removed.

ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
deepakdeshp
Level 20
Level 20
Posts: 12341
Joined: Sun Aug 09, 2015 10:00 am

Re: ERROR: NVIDIA

Post by deepakdeshp »

If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

i am using lmde4 and it won't let me use ppa

root @ dev: /etc/apt/sources.list.d# sudo add-apt-repository ppa: graphics-drivers / ppa

Adding PPA is not supported
Tenebris_Umbra
Level 1
Level 1
Posts: 39
Joined: Thu May 23, 2019 9:23 pm

Re: ERROR: NVIDIA

Post by Tenebris_Umbra »

Sometimes Nvidia doesn't blacklist nouveau correctly. Try >> sudo echo 'blacklist nouveau' | sudo tee --append /etc/modprobe.d/blacklist.conf && sudo update-initramfs -u

You can also run >>> dkms status

To see if the module was built correctly, output should look like this >> nvidia-legacy-390xx, 390.143, 5.10.0-0.bpo.8-amd64, x86_64: installed
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

that message threw me the pc

root@dev:/etc/apt/sources.list.d# sudo echo 'blacklist nouveau' | sudo tee --append /etc/modprobe.d/blacklist.conf && sudo update-initramfs -u
blacklist nouveau
update-initramfs: Generating /boot/initrd.img-4.19.0-17-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
W: plymouth: You might want to install the plymouth-themes package to fix this.
I: The initramfs will attempt to resume from /dev/sda2
I: (UUID=ef5ce497-96cc-4844-a3d7-c1c543b2b562)
I: Set the RESUME variable to override this.


root@dev:/etc/apt/sources.list.d# dkms status
bbswitch, 0.8, 4.19.0-17-amd64, x86_64: installed
bbswitch, 0.8, 4.19.0-8-amd64, x86_64: installed
nvidia-current, 450.66, 4.19.0-17-amd64, x86_64: installed
nvidia-current, 450.66, 4.19.0-8-amd64, x86_64: installed
nvidia-legacy-340xx, 340.108, 4.19.0-17-amd64, x86_64: installed
nvidia-legacy-390xx, 390.143, 4.19.0-17-amd64, x86_64: installed
nvidia-tesla-460, 460.73.01, 4.19.0-17-amd64, x86_64: installed
Tenebris_Umbra
Level 1
Level 1
Posts: 39
Joined: Thu May 23, 2019 9:23 pm

Re: ERROR: NVIDIA

Post by Tenebris_Umbra »

Whoa... you have 4 Nvidia drivers installed 340/390/450/460, I'd uninstall all of them but 390.

You may use synaptic to do that or remove them all at once and start over.

if that's the case >> sudo apt-get purge nvidia* && sudo apt-get autoremove

reboot and then https://wiki.debian.org/NvidiaGraphicsD ... cy_GPUs.29 again

Also:
sudo apt-get install plymouth plymouth-label

should fix the other issue
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

I still can't detect the second screen of the pc, I already did what it told me

root@devcexxxar:/home/cexxxar# dkms status
bbswitch, 0.8, 4.19.0-17-amd64, x86_64: installed
bbswitch, 0.8, 4.19.0-8-amd64, x86_64: installed
nvidia-current, 450.66, 4.19.0-17-amd64, x86_64: installed
nvidia-current, 450.66, 4.19.0-8-amd64, x86_64: installed
nvidia-legacy-390xx, 390.143, 4.19.0-17-amd64, x86_64: installed

root @ devcexxxar: / home / cexxxar # sudo apt-get autoremove nvidia-current
Reading package list ... Done
Creating dependency tree
Reading status information ... Done
The "nvidia-current" package is not installed, it will not be removed
0 updated, 0 new will be installed, 0 to remove, and 1 not updated.


root@devcexxxar:/home/cexxxar# sudo echo 'blacklist nouveau' | sudo tee --append /etc/modprobe.d/blacklist.conf && sudo update-initramfs -u
blacklist nouveau
update-initramfs: Generating /boot/initrd.img-4.19.0-17-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
I: The initramfs will attempt to resume from /dev/sda2
I: (UUID=ef5ce497-96cc-4844-a3d7-c1c543b2b562)
I: Set the RESUME variable to override this.
root@devcexxxar:/home/cexxxar#
cexxxar88
Level 1
Level 1
Posts: 7
Joined: Mon Aug 02, 2021 11:35 am

Re: ERROR: NVIDIA

Post by cexxxar88 »

root@devcexxxar:/home/cexxxar# dkms status
bbswitch, 0.8, 4.19.0-17-amd64, x86_64: installed
bbswitch, 0.8, 4.19.0-8-amd64, x86_64: installed
nvidia-legacy-390xx, 390.143, 4.19.0-17-amd64, x86_64: installed
Tenebris_Umbra
Level 1
Level 1
Posts: 39
Joined: Thu May 23, 2019 9:23 pm

Re: ERROR: NVIDIA

Post by Tenebris_Umbra »

so do a >> inxi -Fxz

to see if nvidia loaded, it should look like this >>> Display: x11 server: X.Org 1.20.4 driver: loaded: nvidia

then use the nvidia x-server settings applet

if not installed >> sudo apt-get install nvidia-settings-legacy-390xx

then run nvidia x-server settings applet and look under x server display configuration
Locked

Return to “Beginner Questions”