You are not logged in.

#1 2024-09-21 15:30:42

mahdi-ram
Member
Registered: 2024-09-21
Posts: 2

nvidia not work

Hello, 
I tried to install the driver for my graphics card (GT 710) and followed the Wiki. I used nvidia-470xx-dkms from AUR. Then, I removed kms from the file /etc/mkinitcpio.conf. I manually created the image with the following command: 
mkinitcpio -p linux 
After that, I checked the kernel to ensure CONFIG_DRM_SIMPLEDRM=y was set correctly, and also enabled modeset=1. Additionally, I installed the kernel headers, but I still get a black screen when connecting the monitor to the graphics card. My distribution is Arch with GNOME, and the kernel version is 6.10.6-arch1-1.

Offline

#2 2024-09-21 15:34:02

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,724

Re: nvidia not work

Did the module actually build when you installed nvidia-470xx-dkms?

Offline

#3 2024-09-21 15:35:47

mahdi-ram
Member
Registered: 2024-09-21
Posts: 2

Re: nvidia not work

Scimmia wrote:

Did the module actually build when you installed nvidia-470xx-dkms?

How can I ensure this?

Offline

#4 2024-09-21 21:37:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,146

Re: nvidia not work

dkms status

should show the module being installed for the kernel you're currently using. Generally make sure you used the kernel cmdline for the modeset option, not the modprobe config, since the kernel parameter will have the additional effect of disabling the simpledrm device.

Other than that, if you have a way to get to a terminal, post the link you get from

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

Board footer

Powered by FluxBB