LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   What is Salix DM? (https://www.linuxquestions.org/questions/linux-distributions-5/what-is-salix-dm-4175736386/)

lattimro 04-24-2024 12:28 PM

What is Salix DM?
 
Hi Folks,

who knows what Display Manager Salix use?
I tried: xdm, gdm, kdm, sddm, lightdm, lxdm nodm but these services are not available

Quote:

service list
acpid (The acpid service) : [on]
alsa (The Advanced Linux Sound Architecture) : [on]
alsa-oss (The alsa-oss service) : [off]
atd (The atd service) : [on]
atop (The atop service) : [off]
autofs (The autofs service) : [on]
avahidaemon (Avahi mDNS/DNS-SD Daemon) : [on]
bind (The BIND (Domain Name System) server) : [off]
bluetooth (The bluetooth service) : [on]
cgred (The cgred service) : [off]
clamav (The clamav service) : [on]
cpufreq (The cpufreq service) : [on]
crond (Background/timed job scheduling system) : [on]
cups (The CUPS print spooler/server) : [on]
cups-browsed (The cups-browsed service) : [off]
elogind (The elogind service) : [on]
fuse (The fuse service) : [on]
fuse3 (The fuse3 service) : [on]
haveged (A simple entropy daemon) : [on]
inetd (The BSD Inetd daemon) : [off]
ip_forward (Activate IP packet forwarding) : [off]
kadmind (The kadmind service) : [off]
kpropd (The kpropd service) : [off]
krb5kdc (The krb5kdc service) : [off]
loop (The loop service) : [on]
messagebus (The DBUS system) : [on]
mysqld (The MySQL database server) : [off]
networkmanager (The networkmanager service) : [on]
nfsd (The Network File System daemon) : [on]
ntpd (The Network Time Protocol service) : [on]
pcmcia (The pcmcia service) : [off]
postfix (The Postfix mail server) : [on]
postgresql (The postgresql service) : [on]
pulseaudio (The pulseaudio service) : [on]
rpc (The RPC portmapper daemon) : [on]
samba (The Samba SMB file server) : [off]
saslauthd (The SASL authentication server) : [off]
sendmail (The Sendmail mail server) : [off]
setterm (The setterm service) : [on]
smartd (The smartd service) : [off]
snmpd (The Simple Network Management Protocol service) : [off]
sshd (The SSHD (secure shell) daemon) : [on]
syslog (The Linux system logging server) : [on]
sysstat (The sysstat service) : [off]
udev (The UDEV dynamic device manager system) : [on]
vnstat (The vnstat service) : [on]
wsdd2 (The wsdd2 service) : [off]
xrdp (The xrdp service) : [on]

wpeckham 04-24-2024 06:54 PM

Quote:

Originally Posted by lattimro (Post 6498092)
Hi Folks,

who knows what Display Manager Salix use?
I tried: xdm, gdm, kdm, sddm, lightdm, lxdm nodm but these services are not available

#1 it is based upon SLACKWARE so any desktop you can use on SLACKWARE should be available and work.

#2 if you look on the about page at the salix.org web site the first line in the about text starts:
Quote:

There are six editions of Salix; the Xfce, MATE, LXDE, Fluxbox, KDE and Ratpoison editions, each edition featuring the respective desktop environment.
which should give you a hint.

lattimro 04-25-2024 08:30 AM

Quote:

Originally Posted by wpeckham (Post 6498130)
#1 it is based upon SLACKWARE so any desktop you can use on SLACKWARE should be available and work.

#2 if you look on the about page at the salix.org web site the first line in the about text starts:
which should give you a hint.

I think my question was not klar enough. I would like to stop/start the DM service. AFAIK my DM is XFCE

Quote:

wmctrl -m
Name: Xfwm4
Class: xfwm4
PID: 1605
Window manager's "showing the desktop" mode: N/A

brad@toshiba:~$ ls /usr/bin/*session
/usr/bin/dbus-run-session* /usr/bin/lxsession* /usr/bin/openbox-session* /usr/bin/xfce4-session*

brad@toshiba:~$ echo $DESKTOP_SESSION
xfce
brad@toshiba:~$

wpeckham 04-25-2024 10:27 AM

Your original question was
Quote:

who knows what Display Manager Salix use?
so that was the question I did address.

How to stop the DM?
Do you mean you want to shut down the GUI display entirely?

I cannot think why, but if i wanted to do that I would turn off the auto-start for X (or Wayland) so that I could start and stop it manually. (See startx, etc)
I could tell you how easy that was using the init level system of Sysv-init, but I believe Salix uses SystemD so you would have to look up how to do it. (Or get someone who has done that to advise.)

lattimro 04-25-2024 11:16 AM

Quote:

Originally Posted by wpeckham (Post 6498228)
Your original question was
so that was the question I did address.

How to stop the DM?
Do you mean you want to shut down the GUI display entirely?

I cannot think why, but if i wanted to do that I would turn off the auto-start for X (or Wayland) so that I could start and stop it manually. (See startx, etc)
I could tell you how easy that was using the init level system of Sysv-init, but I believe Salix uses SystemD so you would have to look up how to do it. (Or get someone who has done that to advise.)

Correct. I just thought somebody would now if there is a service for DM. As one can see the service list in my OP there isn't. Sure I can prevent startxfce4 starting from xinitrc or inittab as I usually do but I always wonder if there is another way.
Thanks!

boughtonp 04-26-2024 09:17 AM


 
Easiest distro-agnostic way to identify the current display manager is probably "inxi -Sxxx"


wpeckham 04-26-2024 11:48 AM

Quote:

Originally Posted by boughtonp (Post 6498391)
Easiest distro-agnostic way to identify the current display manager is probably "inxi -Sxxx"


Good advice for the original question as stated, but they changed the question. What the OP really wanted to know was how to stop and start the DM. They have not explained WHY, but here we are.

boughtonp 04-26-2024 05:10 PM


 
I noticed. Sometimes my posts are solely for the benefit of potential future visitors.


lattimro 04-29-2024 07:30 PM

Quote:

Originally Posted by boughtonp (Post 6498391)
Easiest distro-agnostic way to identify the current display manager is probably "inxi -Sxxx"


Thanks

Code:

inxi -Sxxx
System:
  Host: toshiba.gattaca.net Kernel: 5.15.145 x86_64 bits: 64 compiler: gcc
    v: 2.37-slack15 Desktop: Xfce 4.16.0 tk: Gtk 3.24.24 info: xfce4-panel
    wm: xfwm 4.16.1 dm: LightDM 1.30.0 Distro: Salix 15.0
    base: Slackware 15.0
root@toshiba//home/brad# service start lightdm
chmod: cannot access '/etc/rc.d/rc.lightdm': No such file or directory
No lightdm service

ls -F /etc/rc.d/
desc.d/      rc.atd*            rc.cpufreq*      rc.inet1.conf.old  rc.local_shutdown*  rc.postfix*    rc.snmpd      rc2.d/
init.d/      rc.atop            rc.crond*        rc.inet1.old*      rc.loop*            rc.postgresql*  rc.sshd*      rc3.d/
rc.0@        rc.autofs*        rc.cups*        rc.inet2*          rc.messagebus*      rc.pulseaudio*  rc.syslog*    rc4.d/
rc.4*        rc.avahidaemon*    rc.cups-browsed  rc.inetd          rc.modules*        rc.rpc*        rc.sysstat    rc5.d/
rc.6*        rc.avahidnsconfd*  rc.elogind*      rc.ip_forward      rc.modules.local*  rc.samba        rc.sysvinit*  rc6.d/
rc.K*        rc.bind            rc.font*        rc.kadmind        rc.mysqld          rc.saslauthd    rc.udev*
rc.M*        rc.bind.new        rc.fuse*        rc.keymap*        rc.networkmanager*  rc.sendmail    rc.vnstat*
rc.S*        rc.bluetooth*      rc.fuse3*        rc.kpropd          rc.nfsd*            rc.serial*      rc.wsdd2
rc.acpid*    rc.cgconfig        rc.haveged*      rc.krb5kdc        rc.ntpd*            rc.services*    rc.xrdp*
rc.alsa*    rc.cgred          rc.inet1*        rc.local*          rc.numlock*        rc.setterm*    rc0.d/
rc.alsa-oss  rc.clamav*        rc.inet1.conf    rc.local.orig*    rc.pcmcia          rc.smartd      rc1.d/



All times are GMT -5. The time now is 07:04 AM.