Hi everyone,
I’m having trouble getting my NVIDIA GPU to work on my openSUSE system. Although I followed the openSUSE documentation to install the GPU drivers, it seems that my desktop isn’t actually using the NVIDIA GPU.
Here are some outputs from my terminal:
Output of lspci | grep VGA:
00:02.0 VGA compatible controller: Intel Corporation CometLake-H GT2 [UHD Graphics] (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
Output of inxi -G:
Graphics:
Device-1: Intel CometLake-H GT2 [UHD Graphics] driver: i915 v: kernel
Device-2: NVIDIA TU117M [GeForce GTX 1650 Mobile / Max-Q] driver: N/A
Device-3: Sonix USB2.0 HD UVC WebCam driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.12 with: Xwayland v: 24.1.1 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915
resolution: 1920x1080~144Hz
API: EGL v: 1.5 drivers: iris,swrast platforms: x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.1.3
renderer: Mesa Intel UHD Graphics (CML GT2)
API: Vulkan v: 1.3.290 drivers: N/A surfaces: xcb,xlib
When I try to use gpustat, I get the following error:
gpustat
Error on querying NVIDIA devices. Use --debug flag to see more details.
Driver Not Loaded
It seems that the NVIDIA driver isn’t loaded, but I’m not sure how to fix this issue. I would greatly appreciate any guidance or suggestions on how to get my system to use the NVIDIA GPU.
Thank you!