View Single Post
  #2   (View Single Post)  
Old 21st February 2012
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

The short of it, is that xinit(1) just starts X, and startx(1) also initializes xauth(1) before starting X.

Usually you'll just want to use xinit(1)

startx(1) is actually just a shell script, so you can just open it with any text editor (The exact configuration may differ from system to system, lots of #IFDEF in the source ... During installation it's run through the C preprocessor)
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote