slitaz-tools rev 719 4.8.2

tazx: Configure Xorg on DISPLAY 2 to avoid any conflict
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 13:56:00 2012 +0100 (2012-03-24)
parents cf1463ea7005
children 82b6aad6c17b
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Sat Mar 24 13:31:37 2012 +0100
     1.2 +++ b/tinyutils/tazx	Sat Mar 24 13:56:00 2012 +0100
     1.3 @@ -44,7 +44,7 @@
     1.4  	xorg_template=/root/xorg.conf.new
     1.5  
     1.6  	# Obtain a default configuration file from Xorg.
     1.7 -	Xorg -configure :1
     1.8 +	Xorg -configure :2
     1.9  
    1.10  	# Backup existing config.
    1.11  	tar -cf $xorg_config/../Previous_xorg.conf.d.tar $xorg_config/ &> /dev/null