Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1652 - (show annotations) (download) (as text)
Sat Jan 22 17:55:59 2011 UTC (13 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 304 byte(s)
-revert sleep hack - InputDevice issues are fixed with xorg-7.6/xorg-server-1.9
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 su - ${ALX_UNPRIV_USER} -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null