Inxi -G result for Nvidia driver as N/A

Hi, This is a fresh install. I ran the command yay nvidia and installed the first option which was the driver version 530.41.03-3 but after installing and restarting inxi -G still outputs this for my NVIDIA gpu: Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: N/A

Can you show your hardware. Post the url

inxi -Faz | eos-sendlog

https://0x0.st/HXlx.txt

Try running this test and post the output

nvidia-inst -t

@voxprimus
Did you happen to reboot after you installed the nvidia driver with yay?

Edit: I also don’t think that installs all that is needed for the nvidia drivers.

2023-04-11 15:21:48: Info: Running: nvidia-inst v23-4
2023-04-11 15:21:48: Info: Command line: nvidia-inst -t
2023-04-11 15:21:48: Info: Selected mode: nvidia
NVIDIA card id: 1c8d
Fetching driver data from nvidia.com
2023-04-11 15:22:05: Info: Installing packages: nvidia-dkms
2023-04-11 15:22:05: Info: Removing packages: nvidia nvidia-prime

COMMANDS TO RUN:
    pacman -Rs --noconfirm --noprogressbar --nodeps nvidia nvidia-prime
    pacman -Syuq --noconfirm --noprogressbar --needed nvidia-dkms

Yes I did reboot.

Well you can try running the nvidia installer and reboot.

nvidia-inst

Since it is a hybrid you may need to use optimus manager to switch graphics or another method.
It shows it’s rendering on the Intel graphics.

API: OpenGL v: 4.6 Mesa 23.0.2 renderer: Mesa Intel HD Graphics 630 (KBL
    GT2) direct-render: Yes

Edit: Did you already have prime installed? Did you try switching?

Yes, I did have prime installed I installed an extension for GNOME I tried switching from hybrid to NVIDIA from the GUI and when I restarted it would still be hybrid

its currently stuck on this: dkms install --no-depmod nvidia/530.41.03 -k 6.1.23-1-lts I have seen this before but have never paid attention to it.

Hmm? All i can suggest is try the nvidia-installer It will remove prime. Then see if inxi -Ga shows the driver installed after rebooting.

Edit: If the driver shows installed then you could try optimus-manager

is the nvidia-installer referring to the nvidia-inst command?

Yes …

Edit: Without the -t option

nvidia-inst
1 Like

This is the output for inxi -Ga after using the command nvidia-inst and rebooting.

Graphics:
  Device-1: Intel HD Graphics 630 vendor: Dell driver: i915 v: kernel
    arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports: active: eDP-1
    empty: DP-1, DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:591b
    class-ID: 0300
  Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Dell driver: N/A
    alternate: nouveau non-free: 530.xx+ status: current (as of 2023-03)
    arch: Pascal code: GP10x process: TSMC 16nm built: 2016-21 pcie: gen: 3
    speed: 8 GT/s lanes: 16 bus-ID: 01:00.0 chip-ID: 10de:1c8d class-ID: 0302
  Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
    bus-ID: 1-12:5 chip-ID: 0c45:6713 class-ID: 0e02
  Display: wayland server: X.org v: 1.21.1.8 with: Xwayland v: 23.1.1
    compositor: gnome-shell v: 43.4 driver: X: loaded: modesetting
    alternate: fbdev,intel,vesa dri: iris gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: Sharp 0x1476 built: 2016 res: 3840x2160 dpi: 282
    gamma: 1.2 size: 346x194mm (13.62x7.64") diag: 397mm (15.6") ratio: 16:9
    modes: 3840x2160
  API: OpenGL v: 4.6 Mesa 23.0.2 renderer: Mesa Intel HD Graphics 630 (KBL
    GT2) direct-render: Yes

Does it show the same if you log out and log with xorg?

Edit: Also is this an older install as i don’t see the kernel parameter in the command line for nvidia?

output with xorg


Graphics:
  Device-1: Intel HD Graphics 630 vendor: Dell driver: i915 v: kernel
    arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports: active: eDP-1
    empty: DP-1, DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:591b
    class-ID: 0300
  Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: Dell driver: N/A
    alternate: nouveau non-free: 530.xx+ status: current (as of 2023-03)
    arch: Pascal code: GP10x process: TSMC 16nm built: 2016-21 pcie: gen: 3
    speed: 8 GT/s lanes: 16 bus-ID: 01:00.0 chip-ID: 10de:1c8d class-ID: 0302
  Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
    bus-ID: 1-12:5 chip-ID: 0c45:6713 class-ID: 0e02
  Display: x11 server: X.Org v: 21.1.8 with: Xwayland v: 23.1.1
    compositor: gnome-shell v: 43.4 driver: X: loaded: modesetting
    alternate: fbdev,intel,vesa dri: iris gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3840x2160 s-dpi: 96 s-size: 1016x571mm (40.00x22.48")
    s-diag: 1165mm (45.88")
  Monitor-1: eDP-1 model: Sharp 0x1476 built: 2016 res: 3840x2160 hz: 60
    dpi: 282 gamma: 1.2 size: 346x194mm (13.62x7.64") diag: 397mm (15.6")
    ratio: 16:9 modes: 3840x2160
  API: OpenGL v: 4.6 Mesa 23.0.2 renderer: Mesa Intel HD Graphics 630 (KBL
    GT2) direct-render: Yes

Nope latest install Cassini Nova

I don’t see the kernel parameter nvidia-drm.modeset=1 in the command line? :thinking:

Not sure if something is messed up with the driver. I would try running the installer to revert to nouveau open source first. See if it shows nouveau as installed. Then try to install the nvidia driver again. Not sure whether you need the kernel parameter but i have it on mine.

nvidia-inst -n

This will revert to nouveau open source driver.

Then try install nvidia driver again.

nvidia-inst

Make sure you reboot each time.