Difference between revisions of "Start Up"

From Earlham CS Department
Jump to navigation Jump to search
(New page: This page is devoted to the start up sequence and the files associated with them. David Wellcome and Jordan Korth are currently working on a complete list of the start up, as of now list ...)
 
Line 3: Line 3:
 
David Wellcome and Jordan Korth are currently working on a complete list of the start up, as of now list is
 
David Wellcome and Jordan Korth are currently working on a complete list of the start up, as of now list is
  
       System:[[Gdm_login]]  
+
       System:[[/etc/gdm/gdm.conf]] which calls [[/etc/gdm/PostLogin]] as well as [[/etc/gdm/PreSession]] and when you exit [[PostSession]]. These then call the system [[/etc/X11/Xresources/x11-common]] and [[/etc/X11/Xsession]] which call the user files.
  
 
       User: [[.Xresource]] which calls [[.Xsession]]. .Xsession starts a shell which in turn starts [[.bash_profile]]. This starts the users [[.vtwmrc]].
 
       User: [[.Xresource]] which calls [[.Xsession]]. .Xsession starts a shell which in turn starts [[.bash_profile]]. This starts the users [[.vtwmrc]].

Revision as of 12:52, 16 April 2010

This page is devoted to the start up sequence and the files associated with them.

David Wellcome and Jordan Korth are currently working on a complete list of the start up, as of now list is

     System:/etc/gdm/gdm.conf which calls /etc/gdm/PostLogin as well as /etc/gdm/PreSession and when you exit PostSession. These then call the system /etc/X11/Xresources/x11-common and /etc/X11/Xsession which call the user files.
     User: .Xresource which calls .Xsession. .Xsession starts a shell which in turn starts .bash_profile. This starts the users .vtwmrc.