Gentoo Archives: gentoo-user

From: Michael <confabulate@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lightdm - can not login
Date: Fri, 11 Jun 2021 08:18:21
Message-Id: 1862239.PYKUYFuaPT@lenovo.localdomain
In Reply to: Re: [gentoo-user] lightdm - can not login by thelma@sys-concept.com
1 On Thursday, 10 June 2021 22:42:10 BST thelma@×××××××××××.com wrote:
2 > On 6/10/21 2:38 PM, Michael wrote:
3 > > On Thursday, 10 June 2021 21:22:12 BST thelma@×××××××××××.com wrote:
4 > >> On 6/10/21 1:19 PM, thelma@×××××××××××.com wrote:
5 > >>> I'm trying to use the default "lightdm" for login but whenever I type-in
6 > >>> the password it it puts me back to login screen (asking for password) I
7 > >>> changed/updated the password and the system accept it but I still can
8 > >>> not
9 > >>> log-in.
10 > >>
11 > >> I switched to "sddm" and it works, but it is "ugly".
12 > >
13 > > There are some themes you could choose from, or make your own to improve
14 > > the aesthetics of its default appearance. Access to themes may be
15 > > available via your desktop environment's settings, or by setting them
16 > > manually in sddm.conf.>
17 > >> How to enable "num-lock" with sddm?
18 > >> I have "num-lock" in default run-level and it turns on when system is
19 > >> booting but when the "sddm" starts the num-lock is OFF again.
20 > >
21 > > The default /usr/share/sddm/sddm.conf.d/00default.conf has:
22 > >
23 > > # Initial NumLock state. Can be on, off or none.
24 > > # If property is set to none, numlock won't be changed
25 > > # NOTE: Currently ignored if autologin is enabled.
26 > > Numlock=none
27 > >
28 > > You can change this in yours to 'on' and see if it makes any difference.
29 >
30 > In: /usr/share/sddm/sddm.conf.d/00default.conf
31 > I change to
32 > Numlock=on
33 >
34 > It makes no difference, when system boots the "Numlock" is still off.
35
36 By "... when system boots" you mean when sddm starts, or when the xfce4
37 desktop loads?
38
39 Is it actually off, or is the corresponding LED failing to illuminate, but the
40 keyboard responds correctly?
41
42 https://forum.xfce.org/viewtopic.php?id=3270
43
44
45 I do not have numlock enabled via openrc on the default runlevel and I have
46 not installed numlockx. I copied the numlock configuration snippet into /etc/
47 sddm.conf and set it to 'on'. Restarting enabled the numlock function and
48 turned on the LED too, once sddm was running. After login into a desktop
49 finished (Plasma) the numlock remained on. So on this machine it works as
50 advertised with sddm and a Plasma DE.
51
52 xfce4 has a desktop setting, under Settings > Keyboard where you can enable
53 numlock - without depending on the display manager.
54
55
56 > There
57 > is no default user login either and some kind of "Consoll log for..." on
58 > the lower right hand corner (that user don't need to see).
59
60 This is not what I see here of a number of different PCs. There are avatars
61 for each linux user and there is no log showing on the sddm panel. Do you
62 have missing components like e.g. elogind, policykit?
63
64 If the OS have only one user then this user's avatar will be selected to login
65 with. With more than one user, the last user who logged in will be selected.
66
67
68 > Previously I did not use any log-in manager, I start X from
69 > .bash_profile
70 > if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx; fi
71 >
72 > .xinitrc
73 > exec startxfce4
74
75 Have you looked at this page - it describes bashrc as an option:
76
77 https://wiki.gentoo.org/wiki/X_without_Display_Manager
78
79
80 > but I'm not sure if it runs/starts in VT=7
81 > How to check or force X to VT=7
82
83 Ctrl+Alt+Fn to discover which virtual terminal your Xsession is running on.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] lightdm - can not login thelma@×××××××××××.com