Thread: Installing Xfce
View Single Post
  #5   (View Single Post)  
Old 3rd September 2008
rex rex is offline
Real Name: Nikhil Rathod
Shell Scout
 
Join Date: May 2008
Location: Chicago
Posts: 114
Default

Quote:
# start X11 after login on /dev/ttyv0 terminal
if [ $( tty ) = "/dev/ttyv0" ]; then
nohup xinit -- -nolisten tcp -br -tst dpms nologo -xinerama -dpi 75 > /dev/null 2>&1 &
fi
what it I want to login to the text mode. How can I achieve that with this in my .zshrc file
Reply With Quote