slitaz-tools rev 459

hwsetup: improve depends and fix typos (thanks claudinei)
author Rohit Joshi <jozee@slitaz.org>
date Wed Mar 24 05:05:28 2010 -0400 (2010-03-24)
parents 89e957d86a6e
children 0d8f225b0185
files tinyutils/hwsetup
line diff
     1.1 --- a/tinyutils/hwsetup	Mon Mar 22 19:51:35 2010 +0000
     1.2 +++ b/tinyutils/hwsetup	Wed Mar 24 05:05:28 2010 -0400
     1.3 @@ -92,7 +92,7 @@
     1.4  			GROUP="video"			
     1.5  			;;
     1.6  		ati)
     1.7 -    		DEPENDS=" xorg-xf86-video-ati mesa-dri-ati "
     1.8 +    		DEPENDS=" xorg-xf86-video-ati mesa-dri-ati mesa-demos"
     1.9      		NON_FREE_DEPENDS="mesa mesa-demos mesa-dri linux-agp catalyst"
    1.10      		SUGGESTED=""
    1.11  			GROUP="video"			
    1.12 @@ -793,7 +793,7 @@
    1.13  						echo "your config is backed up at /etc/X11/xorg.conf.backup"
    1.14  		        		echo "if ati fails; please use your backed up xorg.conf"
    1.15  		        		echo ""
    1.16 -		        		echo "Replace vesa driver with nv in /etc/X11/xorg.conf"
    1.17 +		        		echo "Replace vesa driver with radeon in /etc/X11/xorg.conf"
    1.18  		        		# free ati driver is called radeon
    1.19  		        		sed -i 's/vesa/radeon/' /etc/X11/xorg.conf
    1.20  						# mesa-demos to check if acceleration is working