MX-23 alpha2 feedback thread

Message
Author
User avatar
asqwerth
Developer
Posts: 7807
Joined: Sun May 27, 2007 5:37 am

Re: MX-23 alpha2 feedback thread

#91 Post by asqwerth »

dolphin_oracle wrote: Mon Apr 10, 2023 11:09 am is the text thing in the password only with a dark theme?
Tested with mx-comfort light theme. It didn't have this problem. All the dots that denote each entered text key showed up just fine.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

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

Re: MX-23 alpha2 feedback thread

#92 Post by siamhie »

@dolphin_oracle I think I found the answer. I see a difference between MX 21 Fluxbox and MX 23-a2 rsyslog.conf entries.


MX23-a2 rsyslog.conf

Code: Select all

# /etc/rsyslog.conf configuration file for rsyslog
#
# For more information install rsyslog-doc and see
# /usr/share/doc/rsyslog-doc/html/configuration/index.html


#################
#### MODULES ####
#################

module(load="imuxsock") # provides support for local system logging
module(load="imklog")   # provides kernel logging support
#module(load="immark")  # provides --MARK-- message capability

# provides UDP syslog reception
#module(load="imudp")
#input(type="imudp" port="514")

# provides TCP syslog reception
#module(load="imtcp")
#input(type="imtcp" port="514")


###########################
#### GLOBAL DIRECTIVES ####
###########################

#
# Set the default permissions for all log files.
#
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022

#
# Where to place spool and state files
#
$WorkDirectory /var/spool/rsyslog

#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf


###############
#### RULES ####
###############

#
# Log anything besides private authentication messages to a single log file
#
*.*;auth,authpriv.none		-/var/log/syslog

#
# Log commonly used facilities to their own log file
#
auth,authpriv.*			/var/log/auth.log
cron.*				-/var/log/cron.log
kern.*				-/var/log/kern.log
mail.*				-/var/log/mail.log
user.*				-/var/log/user.log

#
# Emergencies are sent to everybody logged in.
#
*.emerg				:omusrmsg:*

MX 21 Fluxbox rsyslog.conf

Code: Select all

# /etc/rsyslog.conf configuration file for rsyslog
#
# For more information install rsyslog-doc and see
# /usr/share/doc/rsyslog-doc/html/configuration/index.html


#################
#### MODULES ####
#################

module(load="imuxsock") # provides support for local system logging
module(load="imklog")   # provides kernel logging support
#module(load="immark")  # provides --MARK-- message capability

# provides UDP syslog reception
#module(load="imudp")
#input(type="imudp" port="514")

# provides TCP syslog reception
#module(load="imtcp")
#input(type="imtcp" port="514")


###########################
#### GLOBAL DIRECTIVES ####
###########################

#
# Use traditional timestamp format.
# To enable high precision timestamps, comment out the following line.
#
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat

#
# Set the default permissions for all log files.
#
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022

#
# Where to place spool and state files
#
$WorkDirectory /var/spool/rsyslog

#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf


###############
#### RULES ####
###############

#
# First some standard log files.  Log by facility.
#
auth,authpriv.*			/var/log/auth.log
*.*;auth,authpriv.none		-/var/log/syslog
#cron.*				/var/log/cron.log
daemon.*			-/var/log/daemon.log
kern.*				-/var/log/kern.log
lpr.*				-/var/log/lpr.log
mail.*				-/var/log/mail.log
user.*				-/var/log/user.log

#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info			-/var/log/mail.info
mail.warn			-/var/log/mail.warn
mail.err			/var/log/mail.err

#
# Some "catch-all" log files.
#
*.=debug;\
	auth,authpriv.none;\
	mail.none		-/var/log/debug
*.=info;*.=notice;*.=warn;\
	auth,authpriv.none;\
	cron,daemon.none;\
	mail.none		-/var/log/messages

#
# Emergencies are sent to everybody logged in.
#
*.emerg				:omusrmsg:*

The catch-all entry is not present in MX23-a2. There's also no debug file generated in MX23-a2 but is with Fluxbox.
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
siamhie
Global Moderator
Posts: 3241
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23 alpha2 feedback thread

#93 Post by siamhie »

I went ahead and backed up my rsyslog.conf file and copied over from Fluxbox the rsyslog file. I now have three new log files (daemon.log, debug, messages).

rsyslog-21.png
You do not have the required permissions to view the files attached to this post.
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: 22111
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#94 Post by dolphin_oracle »

The .conf file is part of the package. I guess they made a defaults change. I’m unlikely to change the default but at least we know the why
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
timkb4cq
Developer
Posts: 3567
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-23 alpha2 feedback thread

#95 Post by timkb4cq »

@Jerry3904 Touchpad-indicator is now in the main MX-23 repo.
It isn't being maintained anymore. I had to patch it to use AtayanaAppIndicator instead of AppIndicator which isn't in bookworm.
The manual portion of it works fine. The automatic disable touchpad when mouse is plugged in and disable touchpad when typing options do not.
There's obviously been some change in mouse/touchpad handling since bullseye.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
timkb4cq
Developer
Posts: 3567
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-23 alpha2 feedback thread

#96 Post by timkb4cq »

@siamhie Corectrl 1.3.5 is now in the MX-23 main repo.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

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

Re: MX-23 alpha2 feedback thread

#97 Post by Jerry3904 »

Thanks a lot! Too bad about lack of maintenance, it's pretty useful for WMs.
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
timkb4cq
Developer
Posts: 3567
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-23 alpha2 feedback thread

#98 Post by timkb4cq »

Correction. If use libinput driver for touchpad is selected in mx-tweak the disable touchpad when typing does work.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

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

Re: MX-23 alpha2 feedback thread

#99 Post by Jerry3904 »

timkb4cq wrote: Mon Apr 10, 2023 3:39 pm Correction. If use libinput driver for touchpad is selected in mx-tweak the disable touchpad when typing does work.
Great! Then we'll have to specify that, I guess.
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
dolphin_oracle
Developer
Posts: 22111
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#100 Post by dolphin_oracle »

I didn't do it on the alpha, but i've been thinking of shipping libinput only by default. removing the xserver-xorg-input-synaptics touchpad driver (which is no longer developed) and xserver-xorg-input-evdev as well. most of the dialogs now pretty much expect libinput and I know that things like reverse scrolling work better on libinput.
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”