slitaz-tools rev 49

Add 600x400 to tazx
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 05 23:10:20 2008 +0100 (2008-02-05)
parents d8fe921ceb7d
children 03633c5d9e91
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Tue Feb 05 23:03:25 2008 +0100
     1.2 +++ b/tinyutils/tazx	Tue Feb 05 23:10:20 2008 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  # Tazx - Ncurses startx script for SliTaz GNU/Linux using Dialog boxes.
     1.5  # This tinyutils is part of slitaz-tools.
     1.6  #
     1.7 -# 20080204 <pankso@slitaz.org> - GNU gpl v3.
     1.8 +# 20080205 <pankso@slitaz.org> - GNU gpl v3.
     1.9  #
    1.10  : ${DIALOG=dialog}
    1.11  
    1.12 @@ -26,6 +26,8 @@
    1.13  	--menu \
    1.14  "L'application 'tazx' permet de configurer votre session X.\n\
    1.15  Gestionnaire de fenêtres : \Z2$WM\Zn" 16 70 5 \
    1.16 +"640x400x16" "TrueColor" \
    1.17 +"640x400x24" "TrueColor" \
    1.18  "640x480x16" "TrueColor" \
    1.19  "640x480x24" "TrueColor" \
    1.20  "800x600x16" "TrueColor" \
    1.21 @@ -68,7 +70,7 @@
    1.22  # Set selected value.
    1.23  case $value in
    1.24  	xterm)
    1.25 -		Xvesa -ac -shadow -screen 800x600x24 -br &
    1.26 +		Xvesa -ac -shadow -screen 800x600x16 -br &
    1.27  		exec xterm -cr orange -geometry 80x35+0-0 ;;
    1.28  	*)
    1.29  		SCREEN=$value ;;