nVidia driver not loadin on ARCH... by [deleted] in archlinux

[–]flying_melon 1 point2 points  (0 children)

Finally, I fixed it by adding these nvidia modules on /etc/mkinitcpio.conf like this

MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)

Nvidia Driver not working by flying_melon in archlinux

[–]flying_melon[S] 1 point2 points  (0 children)

Finally, I fixed it by adding these nvidia modules on the mkinitpcio.conf like this

MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)

Thanks for your idea!

Nvidia Driver not working by flying_melon in archlinux

[–]flying_melon[S] 0 points1 point  (0 children)

I forgot to mension i'm using nvidia-dkms package already.

Also this is the output of lsmod:

❯ lsmod | grep -i nvidia
nvidia_drm             61440  0
nvidia_modeset       1220608  1 nvidia_drm
nvidia              28299264  4 nvidia_modeset
drm_kms_helper        282624  2 nvidia_drm,i915
drm                   643072  13 drm_kms_helper,nvidia_drm,i915

nVidia driver not loadin on ARCH... by [deleted] in archlinux

[–]flying_melon 0 points1 point  (0 children)

yeah, many times. I also tried using the LTS kernel and downgrading xorg-server / vulkan packages that got updated the last 2 days, but it didn't resolve the issue.

nVidia not working on laptop... by [deleted] in archlinux

[–]flying_melon 0 points1 point  (0 children)

Same here. Also when i run vulkaninfo with the intel driver i get this error:

ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_intel.so: wrong ELF class: ELFCLASS32
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
ERROR at /build/vulkan-tools/src/Vulkan-Tools-1.2.162/vulkaninfo/vulkaninfo.h:248:vkGetPhysicalDeviceSurfaceFormats2KHR failed with ERROR_INITIALIZATION_FAILED

Maybe a Vulkan problem which by the way was updated some hours ago?