You are not logged in.

#1 2023-11-15 08:15:38

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

[SOLVED] Black screen after installing nvidia package

Hello there,

I just finished installing arch on my system (with an nvidia GT 660). But when i installed the nvidia package and rebooted, i got a blank screen right after grub.

I also installed xf86-video-nouveau.

How can i do to get it working ?

Last edited by Druidroyalt (2023-11-15 15:33:41)

Offline

#2 2023-11-15 10:05:23

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

Re: [SOLVED] Black screen after installing nvidia package

GT 660 is kepler and needs the nvidia-470xx branch that's only in the AUR: https://aur.archlinux.org/pkgbase/nvidia-470xx-utils

https://wiki.archlinux.org/title/Arch_User_Repository

Offline

#3 2023-11-15 10:07:02

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

Ah yes i forgot about it !
Thanks i'll try that

Last edited by Druidroyalt (2023-11-15 10:31:27)

Offline

#4 2023-11-15 13:17:52

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

I installed the nvidia-470xx package but i still get a black screen after reboot.

Offline

#5 2023-11-15 13:27:41

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

Re: [SOLVED] Black screen after installing nvidia package

Do you have an integrated GPU? can you try to explicitly disable it in the BIOS/UEFI? Can you boot a live disk, chroot in and post

journalctl -b

https://wiki.archlinux.org/title/List_o … n_services

Offline

#6 2023-11-15 13:30:55

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

This is already the case. To debug i switch to the IGPU, do what i need and reboot on the graphic card.
I just have one problem, i don't know why but every time i boot with a live USB, there's a kernel panic. (Only if it's a arch live )

Last edited by Druidroyalt (2023-11-15 13:34:47)

Offline

#7 2023-11-15 14:00:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

We'll still need to see a journal, if you reboot on the iGPU, please post your complete system journal for the previous boot:

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

Though, spoiler, you likely forgot step 5, https://wiki.archlinux.org/title/NVIDIA#Installation

Offline

#8 2023-11-15 14:06:42

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

http://0x0.st/HvQE.txt. It says the driver i should use is nvidia-390xx.

BTW, i reseted the BIOS and now i have on screen working on the GPU

Last edited by Druidroyalt (2023-11-15 14:08:18)

Offline

#9 2023-11-15 14:12:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

Where does what say that?

Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: [10de:1049] type 00 class 0x030000
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.1: [10de:0e08] type 00 class 0x040300
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Nov 15 14:58:37 pelican kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Nov 15 14:58:38 pelican kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Nov 15 14:58:38 pelican kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Nov 15 14:58:38 pelican kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8

There's no trace of any nvidia kernel-module, but nouveau is blacklisted by nvidia-utils.

dkms status

Offline

#10 2023-11-15 14:23:36

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

Nov 15 08:45:28 pelican kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Nov 15 08:45:28 pelican kernel: NVRM: The NVIDIA GeForce GT 620 GPU installed in this system is
                                NVRM:  supported through the NVIDIA 390.xx Legacy drivers. Please
                                NVRM:  visit http://www.nvidia.com/object/unix.html for more
                                NVRM:  information.  The 545.29.02 NVIDIA driver will ignore
                                NVRM:  this GPU.  Continuing probe...
Nov 15 08:45:28 pelican kernel: NVRM: No NVIDIA GPU found.
Nov 15 08:45:28 pelican kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 235

But it was this morning before i installed the nvidia-470xx package.
Before you replied me, i reboot and tried the 390xx package.

The dkms status returns nothing.
One of my screen is working, but it's labeled none-1 and i can't change the resolution
The IGPU is disabled

Last edited by Druidroyalt (2023-11-15 14:26:31)

Offline

#11 2023-11-15 14:46:11

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

Re: [SOLVED] Black screen after installing nvidia package

So do you have a GT 660 or a GT 620?

Online

#12 2023-11-15 14:49:55

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

On the GPU's sticker it's writen 660 but my system show 620

Offline

#13 2023-11-15 14:58:03

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

Re: [SOLVED] Black screen after installing nvidia package

Did you get that for cheap from shady sources? You've basically been lied to. For getting rid of the None device, add nvidia-drm.modeset=1 to your kernel parameters. But yes you'll have to use nvidia-390xx in that case.

Offline

#14 2023-11-15 15:00:52

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

I just tried it right now, but it shows the black screen. I googled my card and it's in fact the GT 620 OEM Lenovo . I think i'll just buy an AMD card.

Thanks you all for your help

Last edited by Druidroyalt (2023-11-15 15:01:41)

Offline

#15 2023-11-15 15:01:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

10de:1049 is "GF119 [GeForce GT 620 OEM]"

Before you replied me, i reboot and tried the 390xx package.

And what does the journal now look like?

The dkms status returns nothing.

Cause that doesn't sound any good.
Do you have "linux-headers" installed?

Offline

#16 2023-11-15 15:03:51

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

http://0x0.st/Hv1P.txt.

I don't have linux-headers installed

Offline

#17 2023-11-15 15:06:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

No headers, no dkms, no nvidia module.
https://wiki.archlinux.org/title/Dynami … le_Support

Offline

#18 2023-11-15 15:09:34

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

Ok, i installed linux-headers and now the result of dkms status is :

nvidia/390.157, 6.6.1-arch1-1, x86_64: installed

My two screens work now thanks. I've read the dkms article and i understand now.

Have a good day

Last edited by Druidroyalt (2023-11-15 15:17:12)

Offline

#19 2023-11-15 15:21:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

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

#20 2023-11-15 15:25:18

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

Ok, i just have to add [SOLVED] at the end of the title ?

Offline

#21 2023-11-15 15:25:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

Rather the beginning, but yes.

Offline

#22 2023-11-15 15:27:51

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

Dumb question, but where's the edit button ?

Offline

#23 2023-11-15 15:31:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

Lower right corner of every post. Middle entry.

Offline

#24 2023-11-15 15:32:11

Druidroyalt
Member
Registered: 2023-07-11
Posts: 24

Re: [SOLVED] Black screen after installing nvidia package

I know, i meant the edit button of the thread

Offline

#25 2023-11-15 15:33:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,065

Re: [SOLVED] Black screen after installing nvidia package

seth wrote:

by editing your initial posts subject

Offline

Board footer

Powered by FluxBB