You are not logged in.
I installed a new NVIDIA GT 1030.
Looking at the installation guide I figured it is included in the nvidia driver ( I do not use the driver from NVIDA but Arche's).
After installing I run inxi -G and I get:
Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA GP108 [GeForce GT 1030] driver: N/AAs it is evident, the drivers for Nvida are not there.
Is there something else I need to do at this time?
BTW I also installed nvidia-utils.
Thanks
NOTE: I use ibt=off in the boot loader but does not seem to help.
Last edited by ralvez (2022-10-17 03:23:36)
Offline
UPDATE:
If I remove the nvidia drivers then I get the following report:
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630]
DeviceName: Onboard - Video
Subsystem: Dell Device 0871
--
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 85f5
Kernel driver in use: nouveauand inxi -G says:
Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA GP108 [GeForce GT 1030] driver: nouveau v: kernel
Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver: X:
loaded: modesetting dri: iris,nouveau gpu: i915,nouveau resolution: 1: N/A
2: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa
22.2.1So ... it looks like it is using the kernel version nouveau ... yet in my video card I get no output.
I cannot figure out what the issue is.
Appreciate any help.
Offline
What drivers did you install, exactly?
Offline
nvidia and nvidia-utils
but it was not found.
Then after I removed it the nouveau driver is found but does not work.
Offline
What versions of linux and nvidia, exactly?
Offline
lsmod | grep nvidiapacman -Qi nvidia linuxOnline
nvidia_drm 73728 2
nvidia_uvm 2867200 0
nvidia_modeset 1466368 3 nvidia_drm
nvidia 60059648 90 nvidia_uvm,nvidia_modesetpacman -Qi nvidia linux
Name : nvidia-beta
Version : 520.56.06-1
Description : NVIDIA drivers for Arch's official 'linux' package (beta version)
Architecture : x86_64
URL : https://www.nvidia.com/
Licenses : custom
Groups : None
Provides : nvidia=520.56.06 nvidia-beta=520.56.06 NVIDIA-MODULE
Depends On : linux nvidia-utils-beta=520.56.06 libglvnd
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : nvidia
Replaces : None
Installed Size : 43.28 MiB
Packager : Unknown Packager
Build Date : Sun 16 Oct 2022 10:31:29 PM
Install Date : Sun 16 Oct 2022 10:32:20 PM
Install Reason : Explicitly installed
Install Script : No
Validated By : None
Name : linux
Version : 6.0.1.arch2-1
Description : The Linux kernel and modules
Architecture : x86_64
URL : https://github.com/archlinux/linux/commits/v6.0.1-arch2
Licenses : GPL2
Groups : None
Provides : VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE
Depends On : coreutils kmod initramfs
Optional Deps : wireless-regdb: to set the correct wireless channels of your country
linux-firmware: firmware images needed for some devices [installed]
Required By : nvidia-beta
Optional For : base
Conflicts With : None
Replaces : virtualbox-guest-modules-arch wireguard-arch
Installed Size : 163.58 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Thu 13 Oct 2022 02:58:49 PM
Install Date : Fri 14 Oct 2022 09:23:49 AM
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureThe HDMI output produces no signal.
Last edited by ralvez (2022-10-17 02:43:38)
Offline
Now if I use the default nvidia driver from the repos I get:
lsmod | grep nvidiaProduces no output.
pacman -Qi nvidia linux
Name : nvidia
Version : 520.56.06-4
Description : NVIDIA drivers for linux
Architecture : x86_64
URL : https://www.nvidia.com/
Licenses : custom
Groups : None
Provides : NVIDIA-MODULE
Depends On : linux nvidia-utils=520.56.06 libglvnd
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 42.05 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Sat 15 Oct 2022 10:28:38 AM
Install Date : Sun 16 Oct 2022 10:47:17 PM
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Name : linux
Version : 6.0.1.arch2-1
Description : The Linux kernel and modules
Architecture : x86_64
URL : https://github.com/archlinux/linux/commits/v6.0.1-arch2
Licenses : GPL2
Groups : None
Provides : VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE
Depends On : coreutils kmod initramfs
Optional Deps : wireless-regdb: to set the correct wireless channels of your country
linux-firmware: firmware images needed for some devices [installed]
Required By : nvidia
Optional For : base
Conflicts With : None
Replaces : virtualbox-guest-modules-arch wireguard-arch
Installed Size : 163.58 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Thu 13 Oct 2022 02:58:49 PM
Install Date : Fri 14 Oct 2022 09:23:49 AM
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureProduces no output the the HDMI port.
I've always used nvidia in the past but I do not remember it being so convoluted to install ![]()
BTW inxi -G shows that the driver is not loaded:
Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA GP108 [GeForce GT 1030] driver: N/AOffline
modprobe: FATAL: Module nvidia not found in directory /lib/modules/6.0.1-arch2-1Offline
That kernel and module don't match. You're doing partial updates.
Offline
@Scimmia
Sorry ... I do not follow.
I've installed from the repos. how is it the kernel and modules do not match. I do not understand.
Can you elaborate?
Thanks
NOTE: I'm running, of course, the latest linux kernel.
Last edited by ralvez (2022-10-17 03:06:58)
Offline
You're NOT running the latest kernel. You updated the package databases then installed the nvidia package, but it's for a newer kernel than you've got because you didn't update the entire system.
Offline
I see ...
Running pacman -Syu now.
I'll test after reboot and report back,
Thanks
Offline
OK. After full system update.
lsmod | grep nvidia
nvidia_drm 73728 2
nvidia_uvm 2859008 0
nvidia_modeset 1466368 3 nvidia_drm
nvidia 60055552 90 nvidia_uvm,nvidia_modesetacman -Qi nvidia linux
Name : nvidia
Version : 520.56.06-4
Description : NVIDIA drivers for linux
Architecture : x86_64
URL : https://www.nvidia.com/
Licenses : custom
Groups : None
Provides : NVIDIA-MODULE
Depends On : linux nvidia-utils=520.56.06 libglvnd
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 42.05 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Sat 15 Oct 2022 10:28:38 AM
Install Date : Sun 16 Oct 2022 10:47:17 PM
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Name : linux
Version : 6.0.2.arch1-1
Description : The Linux kernel and modules
Architecture : x86_64
URL : https://github.com/archlinux/linux/commits/v6.0.2-arch1
Licenses : GPL2
Groups : None
Provides : VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE
Depends On : coreutils kmod initramfs
Optional Deps : wireless-regdb: to set the correct wireless channels of your country
linux-firmware: firmware images needed for some devices [installed]
Required By : nvidia
Optional For : base
Conflicts With : None
Replaces : virtualbox-guest-modules-arch wireguard-arch
Installed Size : 163.55 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Sat 15 Oct 2022 10:00:49 AM
Install Date : Sun 16 Oct 2022 11:09:07 PM
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureThe HDMI produces no output.
The DP work OK.
Offline
OK. Progress!!
I decided to disconnect the DP port and rebooted.
Now the HDMI port running Nvidia works fine!
I have no explanation for the beahviour but ... I'll take it.
Thanks for the help guys!!!
Offline