I was asked to install a very old desktop PC (still legacy BIOS) with this GPU.
I did a clean from-scratch installation of Leap 15.6. I noticed installation now adds by default the Nvidia repo under name NVIDIA:repo-non-free
So I followed the official guide as usual. I tried first the G05 drivers and rebooted.
Result: no driver loaded at all, resolution at lowest.
I did
zypper rm --clean-deps nvidia-*
and rebooted. Back to nouveau.
Tried with G06 drivers. Exact same result. Did
zypper rm --clean-deps nvidia-* kernel-firmware-nvidia
and rebooted. Back to nouveau.
Tried
zypper install-new-recommends --repo repo-non-free
Result: “nothing to do”.
In the end I ended up with this:
user@localhost:~> inxi -Gxz
Graphics:
Device-1: NVIDIA GF108 [GeForce GT 730] vendor: Micro-Star MSI
driver: nouveau v: kernel arch: Fermi bus-ID: 01:00.0 temp: 42.0 C
Display: x11 server: X.Org v: 1.21.1.11 with: Xwayland v: 23.2.4 driver:
X: loaded: modesetting unloaded: fbdev,vesa gpu: nouveau
resolution: 1366x768~60Hz
API: OpenGL v: 4.5 Mesa 23.3.4 renderer: llvmpipe (LLVM 17.0.6 256 bits)
direct-render: Yes
user@localhost:~>
user@localhost:~> glxgears
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
glx: failed to create drisw screen
failed to load driver: zink
6434 frames in 5.0 seconds = 1286.703 FPS
X connection to :0 broken (explicit kill or server shutdown).
user@localhost:~>
user@localhost:~> vkcube
vkEnumerateInstanceExtensionProperties failed to find the VK_KHR_surface extension.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
user@localhost:~>
Then noticed a warning in the guide:
“Legacy drivers G03 and G04 won’t work with the actual kernel 6.6.x series. Use free nouveau drivers instead”
Inxi output says GPU’s architecture is Fermi, which according to guide is already legacy G04.
Is “fermi” really the reason this card no longer works?
Why does nouveau still work so bad? See commands’ outputs above: llvmpipe renderer? 1286 FPS? Broken vulkan?
In case GT 730 really no longer works on 15.6, can it still work on 15.5? I know this is not very good solution, but at least for buying time…
If positive, what driver version do I need to install there?
Thanks.