#[solved] nvidia driver not working and gpu is not being detected

19 messages · Page 1 of 1 (latest)

slate thistle
#

I use a intel/nvidia laptop . i downloaded all the required nvidia driver and utils required for my gpu to work but for some reason my system is using integrated intel graphics instead of my rtx 3050 card.
The repo i used for reference for installing nvidia drivers was https://github.com/korvahannu/arch-nvidia-drivers-installation-guide along with looking at the arch wiki. I would really appreciate some help.

i installed nvidia-open, nvidia-settings , nvidia utils and lib32-nvidia-utils

This is the output i get after running this command

$ lspci | grep -i --color 'vga\|3d\|2d'

00:02.0 VGA compatible controller: Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01)
01:00.0 3D controller: NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] (rev a1)
GitHub

A repository that holds a simple guide on how you can install and configure proprietary NVIDIA drivers for Arch Linux. - korvahannu/arch-nvidia-drivers-installation-guide

wind tiger
#

First thing that worked for me on my GPU was PCSX2.

I think what you need to do is to set your primary Vulkan renderer to your Nvidia GPU.

Just to test the waters and see if the drivers work, access whatever game folder you want in your terminal and use this command:
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=1 <your_game_executable>

slate thistle
wind tiger
#

You can also search for it on your file manager.

#

Do it from your drive's root directory, though, to make sure you're searching all of it.

slate thistle
#

okay i found it let me try

#
linuxsteamrt64]$ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=1 cs2
#

shows cs2 : command not found

#

This is the folder

slate thistle
#

alternative output :

Offensive/game/bin/linuxsteamrt64/libpanorama_text_pango.so, got (nil)
 failed to dlopen "/home/kush/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libpanorama_text_pango.so"
 error=/home/kush/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libpanorama_text_pango.so: undefined symbol: fontconfig_ft2_new_face_substitute
Segmentation fault (core dumped)```
slate thistle
#

I've tried every possible way to make it work but it isn't

#

My Processor : Intel i5 11400H
My GPU : Nvidia RTX 3050
Laptop : MSI GF 63 Thin

slate thistle
#

System Details Report


Hardware Information:

  • Hardware Model: Micro-Star International Co., Ltd. GF63 Thin 11UC
  • Memory: 8.0 GiB
  • Processor: 11th Gen Intel® Core™ i5-11400H × 12
  • Graphics: Intel® UHD Graphics (TGL GT1)
  • Disk Capacity: 512.1 GB

Software Information:

  • Firmware Version: E16R6IMS.10B
  • OS Name: Arch Linux
  • OS Build: rolling
  • OS Type: 64-bit
  • GNOME Version: 47
  • Windowing System: Wayland
  • Kernel Version: Linux 6.13.3-arch1-1
slate thistle
#

nvidia driver not working and gpu is not being detected

slate thistle
#

Logs :

slate thistle
#

[solved] nvidia driver not working and gpu is not being detected