03-09-2021, 09:37 AM
(03-05-2021, 04:27 PM)ZerBea Wrote: Have you tried to add the following kernel boot parameter:
video=simplefb:off
BTW:
I'm booting from a NVMe, too and noticed that it is too fast and I have to wait for the driver to become ready.
I have to add an udev ruleĀ /etc/udev/rules.d/99-systemd-dri-devices.rules
Code:ACTION=="add", KERNEL=="card*", SUBSYSTEM=="drm", TAG+="systemd"
and to tell systemd to wait for the card to become ready:
/etc/systemd/system/display-manager.service.d/10-wait-for-dri-devices.conf
Code:[Unit]
Wants=dev-dri-card0.device
After=dev-dri-card0.device
Having problems now with getting the card to be recognized in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) at all. Tried to update and upgrade all the amd firmware and stuff i could find in the apt-cache search i installed. Still no luck. Any ideas on what I should start doin? Was thinking of just switching to Mint cause it is ubuntu based and can get the drivers from AMD and install them because UBuntu is supported.