My tests on vkcube have confirmed that the driver and vulkan are working, but when i launch a game like world of warcraft or any other and I look at the settings, my graphics card is set to llvmpipe. I guess it just doesnt register the graphic card at all. I am out of ideas, tried older driver, older kenrel. I downloaded Zorin OS pro yesterday, functions well but games do not run at all.
Please report back on,
sudo apt install inxi
inxi -Ga
Also how do you run the game(s)?
Graphics:
Device-1: NVIDIA GA104 [GeForce RTX 3060] driver: nvidia v: 580.126.09
alternate: nvidiafb,nouveau,nvidia_drm non-free: 550.xx+ status: current
(as of 2024-04; EOL~2026-12-xx) arch: Ampere code: GAxxx
process: TSMC n7 (7nm) built: 2020-2023 pcie: gen: 2 speed: 5 GT/s
lanes: 16 link-max: gen: 4 speed: 16 GT/s ports: active: none
off: DP-2,HDMI-A-1 empty: DP-1,DP-3 bus-ID: 01:00.0 chip-ID: 10de:2487
class-ID: 0300
Device-2: Insta360 Link 2C driver: snd-usb-audio,uvcvideo type: USB
rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1:2 chip-ID: 2e1a:4c03
class-ID: 0102
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6
compositor: gnome-shell v: 46.0 driver: X: loaded: nvidia
gpu: nvidia,nvidia-nvswitch display-ID: :1 screens: 1
Screen-1: 0 s-res: 4480x1440 s-dpi: 108 s-size: 1054x333mm (41.50x13.11")
s-diag: 1105mm (43.52")
Monitor-1: DP-2 note: disabled pos: primary,top-left model: MSI G273CQ
serial: CD0H214702301 built: 2024 res: 2560x1440 dpi: 109 gamma: 1.2
size: 597x336mm (23.5x13.23") diag: 685mm (27") ratio: 16:9 modes:
max: 2560x1440 min: 640x480
Monitor-2: HDMI-A-1 mapped: HDMI-0 note: disabled pos: bottom-r
model: Samsung S24E370 serial: 810436402 built: 2015 res: 1920x1080 hz: 60
dpi: 94 gamma: 1.2 size: 521x293mm (20.51x11.54") diag: 598mm (23.5")
ratio: 16:9 modes: max: 1920x1080 min: 640x480
API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
drv: swrast gbm: drv: nvidia surfaceless: drv: nvidia x11: drv: nvidia
inactive: wayland,device-1
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 580.126.09
glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
memory: 11.72 GiB
API: Vulkan v: 1.3.275 layers: 2 device: 0 type: discrete-gpu
name: NVIDIA GeForce RTX 3060 driver: N/A device-ID: 10de:2487
surfaces: xcb,xlib
I run the games via steam or battle net (faugus launcher), both have same result
Is Steam installed as Flatpak or .deb/APT Version?
It is Fletpak.
Alright solved it. For anyone suffering the same problem, the games couldnt navigate towards drivers for 32bit apps (terminology might be wrong) and it always went for software rendering by processor. I tried to install steam APT version where they told me I needed to be compatible with 32bit apps and pointed me to the right libraries.
I used these commands:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libnvidia-gl-580:i386
sudo apt install mesa-vulkan-drivers:i386 libvulkan1:i386
I am beginner at Linux dont judge me harshly.
No judging is required or necessary my friend, we all start out as newbs, and have to learn our way through, much like learning how to change your own oil in cars and lawn equipment.
Regarding processing bits, Linux used to support 32-bit software years ago. After a couple decades, support finally got phased out, in support of 64-bit computing, with an OS to match.
Its just the reality of technology, constantly changing, constantly evolving. Its always a learning process, and the older we are, the longer it takes us to learn. But never say to yourself that you can't learn!
It just means we need a little help sometimes. I think you are doing great, proof of that is, you already found terminal commands to help you, great job! ![]()
I have been using GnuLinux for years now and I am still a newb.
