You are not logged in.
I have a GeForce GT 630 video card, installed NVIDIA-390XX-DKMS driver and the 1024x768 screen resolution does not change. In xrandr Vga is denoted as None. I am using Arch for the first time, what do I do?
Last edited by Misha12345 (2025-04-30 10:29:03)
Offline
The "None" card is usually simple-drm interfering. Try setting on your kernel cmdline the parameter "nvidia_drm.modeset=1"
Also for general prosperity you did follow the other guidelines on the nvidia wiki article (especially with regards to disabling the kms hook and regenerating the kernel image?)
Offline
I entered the command "nvidia_drm.modeset=1" in GRUB, got a black screen. I found on the site that I need to enable DRM in the module settings. I got an error "modprobe: FATAL: Module nvidia_drm not found in directory /lib/modules/6.14.3-arch1-1". What should I do?
Offline
dkms statusThe installation of the module most likely has failed.
As to why, rebuild it, post the output.
https://wiki.archlinux.org/title/Dynami … ld_modules
nb. that you'll need the linux-headers package for dkms to work.
As immediate remedy, try to use the LTS kernel (also linux-lts-headers)
Right now you're most likely blacklisting nouveau (nvidia-390xx-utils) and don't have an nvidia module, so nothing's left but the simpledrm device and nvidia_drm.modeset=1 blocks that (which is ok, as you figured, you don't want to use that thing anyway) but the consequence is that you don't have a VGA device
Offline
dkms statusThe installation of the module most likely has failed.
As to why, rebuild it, post the output.
https://wiki.archlinux.org/title/Dynami … ld_modules
nb. that you'll need the linux-headers package for dkms to work.As immediate remedy, try to use the LTS kernel (also linux-lts-headers)
Right now you're most likely blacklisting nouveau (nvidia-390xx-utils) and don't have an nvidia module, so nothing's left but the simpledrm device and nvidia_drm.modeset=1 blocks that (which is ok, as you figured, you don't want to use that thing anyway) but the consequence is that you don't have a VGA device
Downloaded the linux-lts kernel, downloaded the linux headers and ran the sudo nvidia-xconfig command. Thanks, now everything works!
Offline
ran the sudo nvidia-xconfig command
WAAAHAHHAHAHHHHHHHahhahahhhhhhhh … … … WAAAAHAHHAHHAAAAAAAAAA … … … whaaaa!
Don't.
Remove the generated xorg.conf, it's full of cruft and will at best gloss over problems.
For posteriority: does it work on both kernels, now that you've the headers and can actually build the dkms module?
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline