/var/log/Xorg.0.log
/var/log/Xorg.0.log.old
ls -alrt | tail
Interesting. I prefer booting to just a CLI interface, logging in and then running startx. Has saved me some pain from misconfigured things.startx and xinit are from a bygone era. I haven't used startx since my SunOS 4 days.
Me too. Switched to openbox and using autostart is delightful. Simplistic. Playing with kiosk mode and using getty user AL is pretty sweet too.logging in and then running startx.
find / -newerct '1 minute ago' -printYup. Same here. Also prefer logging into cli, and then, if i need desktop, i just startx. Also, i have several entries in my .xinitrc file for when i test various desktops. I just uncoment the line i need, and viola.Interesting. I prefer booting to just a CLI interface, logging in and then running startx. Has saved me some pain from misconfigured things.
And bygone does not equate to useless.
What do you use then now? A display manager? Or autostart(?)?startx and xinit are from a bygone era. I haven't used startx since my SunOS 4 days.
Ahh, so I'm not the only one.Also, i have several entries in my .xinitrc file for when i test various desktops. I just uncoment the line i need, and viola.
My habit started back in the days of CRT and modelines.Starting from the console using startx is very useful if you have any kind of X configuration problem that you are debugging. Then once you get it working, switch to a graphical login manager. I use the two interchangably.
Nope.Ahh, so I'm not the only one.
/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
That almost sounds like duct tapeplasma-dbus-run-session-if-needed
I'm also from a bygone erastartx and xinit are from a bygone era. I haven't used startx since my SunOS 4 days.
Actually this is what I do normally, but I'm trying to insert a timer so that startx will start will start up automatically after a given time unless some key is pressed but haven't figured out how to do that yet.Interesting. I prefer booting to just a CLI interface, logging in and then running startx. Has saved me some pain from misconfigured things.
And bygone does not equate to useless.
XDM. My .xsession file contains this prompt to allow me to start a number of other windowing environments when I'm away from home/office in order to show people that FreeBSD has many faces. It doesn't have to look like CDE.What do you use then now? A display manager? Or autostart(?)?
XDMWM=`/usr/bin/cut -c -88 - < /etc/motd | /usr/local/bin/xmessage -buttons cde,mwm,xsm,emwm,xmsm,fvwm2,twm,ctwm,mate,openbox,icewm,afterstep,xterm,logout -file - -print -timeout 60 -default cde -center`