No Graphic Driver after installation - GTX1060

Hello Garuda users.

first:

inxi will follow when im back on Garuda

Its actual nearly unuseable.

I just installed Garuda and was happy with the USB-Boot and installation. But as sonn as the PC was booting itself to Garuda i got no Graphic Driver and only one of my 2 Monitors is working.
I got a crappy resolution and soem sort of lagging while using the system.
In this state its nearly not possible to use it, or to maintain it.

What went wrong, and how to fix it? Please help a Linux noob!

Try in terminal

sudo cp /etc/default/grub /etc/default/grub.bak && sudo sed '/^GRUB_CMDLINE_LINUX_DEFAULT=/s/"$/ nvidia-drm.modeset=1 "/g' -i /etc/default/grub && sudo update-grub
2 Likes

Solution

Just found a solution in another Thread!

BTW… whats the difference between Wayland and Plasma? And why is Wayland not working?

3 Likes

Google?
Plasma (X11) is the standard. Wayland is becoming the new standard. They are both windowing protocols.

It’s not fully working in KDE Plasma (yet). That’s not garuda’s fault. Wayland is a fairly recent protocol. KDE is still emplementing it.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.