Siduction Forum

Siduction Forum => Hardware - Support => Topic started by: tomsiduction on 2020/11/16, 21:23:26

Title: How to reconfigure Wayland? -Fixed
Post by: tomsiduction on 2020/11/16, 21:23:26
Hello

I am running my second system with a Nvidia Geforce.
I tried to install an old nvidia driver - and now neither the xserver is running nor wayland.

Is there a chance to reconfigure the system (as root) in a way that wayland is running again.

The display manager is lightdm

Regards
Title: Re: How to reconfigure Wayland?
Post by: towo on 2020/11/16, 21:58:45
Without relevant logfiles, no one can help you!
And with nvidia blob you can't run wayland.
Title: Re: How to reconfigure Wayland? -Fixed
Post by: tomsiduction on 2020/11/17, 08:20:10
Hello

A
Code: [Select]
sudo apt remove --purge nvidia-*

 sudo apt reinstall task-xfce-desktop

 sudo rm /etc/X11/xorg.conf

 sudo rm /etc/modprobe.d/blacklist-nouveau.conf

sudo apt install reinstall linux-image-$(uname -r) initramfs-tools initramfs-tools-bin

and a reboot did it


Regards
Title: Re: How to reconfigure Wayland? -Fixed
Post by: towo on 2020/11/17, 08:31:17
You know, xfce has no wayland support?
Title: Re: How to reconfigure Wayland? -Fixed
Post by: tomsiduction on 2020/11/17, 21:02:35
Regards