Start Up: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Jbkorth07 (talk | contribs)
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 ...
 
Jbkorth07 (talk | contribs)
No edit summary
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 16: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.