MX-23 alpha2 feedback thread

Message
Author
User avatar
siamhie
Global Moderator
Posts: 3243
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23 alpha2 feedback thread

#191 Post by siamhie »

dolphin_oracle wrote: Mon Apr 17, 2023 9:57 am it will be OK. the feature is deprecated, but still present for now.

Good to know. In case I happen to come across a post in the FB group, I'll pass this info along.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#192 Post by dolphin_oracle »

when I use system-keyboard-qt to set a system keyboard, X either crashes and restarts or X restarts. Not sure what's going on, is anyone else seething that?

I've got it narrowed down to this line of code that systemd-keyboard-qt uses to reload input device.

Code: Select all

udevadm trigger --subsystem-match=input --action=change
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#193 Post by dolphin_oracle »

actually just

Code: Select all

 udevadm trigger 
will crash X.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#194 Post by dolphin_oracle »

I pushed up a change to system-keyboard-qt that avoids the udevadm trigger command. it works, but lightdm won't pick up the change until a reboot/restart of lightdm. I assume similar for the other display managers.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#195 Post by dolphin_oracle »

Jerry3904 wrote: Fri Apr 14, 2023 10:33 am Thanks for looking at this--I will enjoy testing once it's released.
are you OK with the strings in tweak's panel scale gui? I would like to get translations going.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 alpha2 feedback thread

#196 Post by Jerry3904 »

I'll look right after I finish my chicken soup.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 alpha2 feedback thread

#197 Post by Jerry3904 »

On the Display tab, I suggest a couple of simplifications is all:
Xrandr << Only that word = consistent with above list of nouns and does not repeat title elements at top
--[indent] following 3 lines
--do not repeat "xrandr"
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
fehlix
Developer
Posts: 12634
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX-23 alpha2 feedback thread

#198 Post by fehlix »

dolphin_oracle wrote: Tue Apr 18, 2023 5:47 pm when I use system-keyboard-qt to set a system keyboard, X either crashes and restarts or X restarts. Not sure what's going on, is anyone else seething that?

I've got it narrowed down to this line of code that systemd-keyboard-qt uses to reload input device.

Code: Select all

udevadm trigger --subsystem-match=input --action=change
Cannot confirm. At least justed tested in LiveSession with not yet upgraded and kept
this version system-keyboard-qt 23.04.02
it would change immediately without any crash.
just like "sudo udevadm trigger --subsystem-match=input --action=change"
would do after manual changing /etc/defaul/keyboard layout.
Maybe a systemd thing?

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#199 Post by dolphin_oracle »

fehlix wrote: Wed Apr 19, 2023 5:24 pm
dolphin_oracle wrote: Tue Apr 18, 2023 5:47 pm when I use system-keyboard-qt to set a system keyboard, X either crashes and restarts or X restarts. Not sure what's going on, is anyone else seething that?

I've got it narrowed down to this line of code that systemd-keyboard-qt uses to reload input device.

Code: Select all

udevadm trigger --subsystem-match=input --action=change
Cannot confirm. At least justed tested in LiveSession with not yet upgraded and kept
this version system-keyboard-qt 23.04.02
it would change immediately without any crash.
just like "sudo udevadm trigger --subsystem-match=input --action=change"
would do after manual changing /etc/defaul/keyboard layout.
Maybe a systemd thing?
I'm not running systemd.

running the manual command crashes my X server complete and lightdm restarts. Now, I have made a ton of changes to this machine and its not exactly clean at the moment, but it was every time.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 22112
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#200 Post by dolphin_oracle »

fehlix wrote: Wed Apr 19, 2023 5:24 pm
dolphin_oracle wrote: Tue Apr 18, 2023 5:47 pm when I use system-keyboard-qt to set a system keyboard, X either crashes and restarts or X restarts. Not sure what's going on, is anyone else seething that?

I've got it narrowed down to this line of code that systemd-keyboard-qt uses to reload input device.

Code: Select all

udevadm trigger --subsystem-match=input --action=change
Cannot confirm. At least justed tested in LiveSession with not yet upgraded and kept
this version system-keyboard-qt 23.04.02
it would change immediately without any crash.
just like "sudo udevadm trigger --subsystem-match=input --action=change"
would do after manual changing /etc/defaul/keyboard layout.
Maybe a systemd thing?
I'm not running systemd.

running the manual command crashes my X server complete and lightdm restarts. Now, I have made a ton of changes to this machine and its not exactly clean at the moment, but its everytime.

I'll try a different machine.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Locked

Return to “General”