You are not logged in.

#1 2023-03-04 00:28:25

SkyHead
Member
Registered: 2022-11-02
Posts: 12

[SOLVED] MATE gui and lightdm wont start

I'm trying to install Mate desktop on my newly installed arch linux

I instlled nvidia and nvidia-lts as I have both kernels.
I got an error so I isntalled nvidia-dkms instead
Before DKMS: https://0x0.st/Hz40.txt
After DKMS driver: https://0x0.st/Hz4k.txt

Upon boot my commmand line shows the text in above links
And upon trying  the lightdm command I get the following erorr:
lightdm
Failed to use bus name org.freedesktop.DisplayManager, do you have appropiate permissions?

I installed mate and mate extra lightdm lightdm-gtk-greeter
but no luck getting a GUI after reboot or trying command to get to it.
I did enable lightdm via systemctl
I have also run pacman -Syyu and installed linux-firmware

What am I missing?

Last edited by SkyHead (2023-03-05 01:48:09)

Offline

#2 2023-03-04 00:52:51

jonno2002
Member
Registered: 2016-11-21
Posts: 868

Re: [SOLVED] MATE gui and lightdm wont start

post output of

uname -r && pacman -Q linux

both should be the same, if not then you probably have /boot on a seperate partition and it wasnt mounted when updating the kernel.

Last edited by jonno2002 (2023-03-04 00:53:14)

Offline

#3 2023-03-04 00:59:50

SkyHead
Member
Registered: 2022-11-02
Posts: 12

Re: [SOLVED] MATE gui and lightdm wont start

6.1.14-1-lts
6.2.2.arch1-1

I have boot at /dev/nvme1n1p1 /boot/EFI but there are no files in it.
The other partition is /dev/nvme1n1p2 but I also have windows on another disk

Last edited by SkyHead (2023-03-04 01:05:04)

Offline

#4 2023-03-04 01:10:26

jonno2002
Member
Registered: 2016-11-21
Posts: 868

Re: [SOLVED] MATE gui and lightdm wont start

post outputs of:

lsblk -f
cat /etc/fstab

EDIT: and my bad previous post should have been:

uname -r && pacman -Q linux linux-lts

as you have both installed

Last edited by jonno2002 (2023-03-04 01:50:11)

Offline

#5 2023-03-04 08:19:43

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

Re: [SOLVED] MATE gui and lightdm wont start

my commmand line shows the text in above links

Did you somehow process that mess with a screenreader?

Either way, you cannot launch lightdm as regular user, but since you can login, please post your complete system journal for the boot:

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

Also see https://wiki.archlinux.org/title/LightD … TTY_output

Sidebar

I have also run pacman -Syyu

Check the pacman manpage for what the second "y" actually does and then stop using it unless you *really*, **positively** mean to because you understand why and what you're doing.
Also, if you indded updated the system, linux-lts should be at 6.1.15

Offline

#6 2023-03-04 11:53:18

SkyHead
Member
Registered: 2022-11-02
Posts: 12

Re: [SOLVED] MATE gui and lightdm wont start

I think I used /dev/vcs1 or 0 to get the text on screen

lsblk -f  : http://0x0.st/Hzyf.txt
fstab : http://0x0.st/HzyV.txt

uname -r && pacman -Q linux linux-lts

6.1.15-lts
linux 6.2.2.arch1-1
linux-lts 6.1.15-1


journalctl -b
https://0x0.st/Hzyw.txt

No effect on lightdm conf file

Last edited by SkyHead (2023-03-04 11:58:51)

Offline

#7 2023-03-04 12:02:44

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

Re: [SOLVED] MATE gui and lightdm wont start

Mar 04 12:50:04 archbox kernel: traps: Missing ENDBR: _nv012309rm+0x0/0x10 [nvidia]

See the blue note on the wiki: https://wiki.archlinux.org/title/NVIDIA#Installation and add ibt=off to your kernel parameters.

Offline

#8 2023-03-04 12:35:46

SkyHead
Member
Registered: 2022-11-02
Posts: 12

Re: [SOLVED] MATE gui and lightdm wont start

V1del wrote:
Mar 04 12:50:04 archbox kernel: traps: Missing ENDBR: _nv012309rm+0x0/0x10 [nvidia]

See the blue note on the wiki: https://wiki.archlinux.org/title/NVIDIA#Installation and add ibt=off to your kernel parameters.


This solved it, ty all smile

Offline

#9 2023-03-04 12:45:03

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] MATE gui and lightdm wont start

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB