Magellan Linux

Contents of /alx-src/branches/alxconf_20060908/bin/X-no-wm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1619 - (show annotations) (download) (as text)
Wed Dec 8 11:36:01 2010 UTC (13 years, 4 months ago) by niro
File MIME type: application/x-sh
File size: 310 byte(s)
-sleep on second to satisfy udev; this fixes the non-working keyboard issue
1 #!/bin/bash
2 #
3 # runs a single Xserver session owned by user station
4 #
5 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/X-no-wm.sh,v 1.3 2005-04-12 20:45:55 niro Exp $
6
7 source /etc/alxconfig-ng/config.rc
8
9 sleep
10 su - ${ALX_UNPRIV_USER} -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null