You are not logged in.

#1 2021-09-10 09:37:31

sdcfscfs
Member
Registered: 2021-09-10
Posts: 2

[SOLVED] Black screen with only a blinking cursor - rx 6600 xt

When i first installed my rx 6600 xt using linux 5.13.10 i had a black screen with only a blinking cursor in the top left corner of my screen (tty2 works).

yay -S linux-git

to 5.14-rc7 fixed the problem. Now i decided to upgrade to official 5.14.2 but still same problem.

sudo dmesg|grep -i amdgpu

between the kernels shows no difference. Maybe a different kconfig between the builds?

System
B550, 5600x, rx6600xt
yay -S mesa-git:

local/lib32-mesa-git 21.3.0_devel.144661.fb5deb2b4a0-1

yay -S lib32-mesa-git:

local/mesa-git 21.3.0_devel.144661.fb5deb2b4a0-1

official linux-firmware:

local/linux-firmware 20210818.c46b8c3-1

Last edited by sdcfscfs (2021-09-13 07:30:12)

Offline

#2 2021-09-10 10:07:17

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

Re: [SOLVED] Black screen with only a blinking cursor - rx 6600 xt

Could be KMS detection race, especially if switching VTs fixes it -> https://wiki.archlinux.org/title/Kernel … _KMS_start

If that doesn't help post a journal of a faulty boot

sudo journalctl -b

and maybe a xorg log if something graphical is supposed to autostart.

Offline

#3 2021-09-10 11:25:46

sdcfscfs
Member
Registered: 2021-09-10
Posts: 2

Re: [SOLVED] Black screen with only a blinking cursor - rx 6600 xt

Thanks:

$ sudo gedit /etc/mkinitcpio.conf
changing MODULES=""
to MODULES="amdgpu"
$ sudo mkinitcpio -P

fixed the problem smile

Offline

#4 2021-09-10 11:33:51

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

Re: [SOLVED] Black screen with only a blinking cursor - rx 6600 xt

Great! Please mark as [SOLVED] by editing the title in your first post. https://wiki.archlinux.org/title/Genera … ow_to_post

Oh and welcome to the boards.

Offline

Board footer

Powered by FluxBB