Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Seems like I'm missing some obvious point, still...
Set up my Hardy Server install box to automatically login under unprivileged user account (via /etc/events.d/tty1), got Xorg & xterm installed. Edited ~/.bashrc so that X gets automatically started. Everything works up to this point. Now, got executable ~/.xsession and ~/.xinitrc with the same contents:
--
#!/bin/sh
xterm
--
As the system boots, I get plain X with no evidence of xterm anywhere. What do I get so wrong? TIA.
Seems like I'm missing some obvious point, still...
Set up my Hardy Server install box to automatically login under unprivileged user account (via /etc/events.d/tty1), got Xorg & xterm installed. Edited ~/.bashrc so that X gets automatically started. Everything works up to this point. Now, got executable ~/.xsession and ~/.xinitrc with the same contents:
--
#!/bin/sh
xterm
--
As the system boots, I get plain X with no evidence of xterm anywhere. What do I get so wrong? TIA.
P.S. Running GDM, etc. is not an option.
If I recall well I use a startx command into the ~/.bashrc
You may use this one, that s one of the best autologin, and not Ubuntu way with gdm , i.e. designed for slow machines.
frenchn00b
Ah yeah, this worked out. Just had to aptitude xinit in order to get startx. And thanks for the link.
As for autologin part, I've got away with
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.