View Single Post
  #3   (View Single Post)  
Old 27th March 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

For OpenBSD, xdm(1) can be started at boot time by adding the following line to /etc/rc.conf.local:
Code:
xdm_flags=""
For automatically starting XFCE at log in from the xdm login screen, an .xsession file containing the same startup line(s) as in the .xinitrc file is needed in the $HOME directory. For example, using ln(1) to have two file names for the same file:
Code:
$ cd $HOME
$ ln .xinitrc .xsession
Quote:
... I successfully installed OpenBSD 5.1...
FYI: OpenBSD 5.1 will be end-of-life on or about 1 May 2013, when OpenBSD 5.3 is expected to be released.
Reply With Quote