How to remove slim to start X directly?

Now I'm using slim as DM
Code:
$cat /etc/ttys |grep slim
ttyv8   "/usr/local/bin/slim"          xterm       on secure

Now I want to start X directly without using DM.


Sincerely!
 
sw2wolf said:
Now i'm using slim as DM
Code:
$cat /etc/ttys |grep slim
ttyv8   "/usr/local/bin/slim"          xterm       on secure

Now i want to start X directly without using DM.


Sincerely!
Hi,

mine is
Code:
 ~% grep ttyv8 /etc/ttys
ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
if you wanted to revert to the original setting, this may help.
 
jotawski said:
Hi,

mine is
Code:
 ~% grep ttyv8 /etc/ttys
ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
if you wanted to revert to the original setting, this may help.
In this way, it will enter console. However, when running startx, it will report there is no ~/.Xauthority and cannot start X. Then I use xinit to start X.

How can I make xinit run automatically after the user login ?
 
SirDice,

does .login run also when connecting via ssh (if you run csh I mean)? If so, it would create a problem, wouldn't it?
 
Back
Top