[Lunar-commits] CVS: moonbase/x11/XOrg CONFIGURE, 1.11, 1.12 drivers, 1.3, 1.4

Auke Kok sofar at lunar-linux.org
Tue Dec 14 20:49:44 UTC 2004


Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory espresso.foo-projects.org:/tmp/cvs-serv8963

Modified Files:
	CONFIGURE drivers 
Log Message:
Is this what you want Moe?


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/CONFIGURE,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CONFIGURE	24 Nov 2004 13:04:28 -0000	1.11
+++ CONFIGURE	14 Dec 2004 20:49:42 -0000	1.12
@@ -4,7 +4,7 @@
     ALL_XORG_DRIVERS=$(cat $SCRIPT_DIRECTORY/drivers | cut -d: -f1)
     XORG_DRIVERS=$(get_module_config XORG_DRIVERS)
     if [ -z "$XORG_DRIVERS" ]; then
-        XORG_DRIVERS="$ALL_XORG_DRIVERS"
+        XORG_DRIVERS=$(grep ':on$' $SCRIPT_DIRECTORY/drivers | cut -d: -f1)
     fi
     
     # if it's empty we just enable all
@@ -14,7 +14,7 @@
         unset IFS
         for DRIVER in $ALL_XORG_DRIVERS; do
             echo $DRIVER
-            echo $(grep ^$DRIVER: $SCRIPT_DIRECTORY/drivers | cut -d: -f2-)
+            echo $(grep ^$DRIVER: $SCRIPT_DIRECTORY/drivers | cut -d: -f2)
             if echo $XORG_DRIVERS | grep -qw $DRIVER; then
                 echo on
             else

Index: drivers
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/drivers,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- drivers	14 Dec 2004 20:43:31 -0000	1.3
+++ drivers	14 Dec 2004 20:49:42 -0000	1.4
@@ -1,28 +1,28 @@
-vga:Generic VGA driver
-vesa:Generic VESA driver
-fbdev:Generic FrameBuffer driver
-nv:Non-accelerated NVidia driver
-ati:ATI driver for almost any ATI based card
-i810:Intel i810/IGP driver
-mga:Driver for Matrix based cards
-i128:Driver for Imagine 128 based cards
-sis:Driver for SiS based cards
-glint:Driver for 3Dlabs Permedia based cards
-tga:Driver for TGA1(!) based cards (DEC 21030)
-s3virge:Driver for S3 ViRGE and Trio3D(/2x) based cards
-rendition:Driver for Micron Verite based cards (V1000,V2x00)
-neomagic:Driver for Neomagic based integrated cards
-i740:Driver for Intel(R) 740 based cards
-tdfx:Driver for 3Dfx based video cards
-savage:Driver for S3 Savage based cards
-cirrus:Driver for Cirrus Logic based cards
-vmware:Driver for VMWare virtual video cards
-tseng:Driver for Tseng Labs cased cards
-trident:Driver for Trident based video cards
-chips:Driver for Chips and Technologies video processors
-apm:Driver for Alliance Promotion video cards
-GlideDriver:Driver for Glide capable video boards (3Dfx Voodoo mostly)
-ark:Driver for Ark Logic devices
-cyrix:Driver for the integrated Cyrix Logic MediaGX cards
-v4l:Support for Video for linux devices
-siliconmotion:Driver for Silicon Motion based video cards
+vga:Generic VGA driver:on
+vesa:Generic VESA driver:on
+fbdev:Generic FrameBuffer driver:on
+nv:Non-accelerated NVidia driver:on
+ati:ATI driver for almost any ATI based card:on
+i810:Intel i810/IGP driver:on
+mga:Driver for Matrix based cards:on
+i128:Driver for Imagine 128 based cards:off
+sis:Driver for SiS based cards:off
+glint:Driver for 3Dlabs Permedia based cards:off
+tga:Driver for TGA1(!) based cards (DEC 21030):off
+s3virge:Driver for S3 ViRGE and Trio3D(/2x) based cards:off
+rendition:Driver for Micron Verite based cards (V1000,V2x00):off
+neomagic:Driver for Neomagic based integrated cards:off
+i740:Driver for Intel(R) 740 based cards:off
+tdfx:Driver for 3Dfx based video cards:off
+savage:Driver for S3 Savage based cards:off
+cirrus:Driver for Cirrus Logic based cards:off
+vmware:Driver for VMWare virtual video cards:on
+tseng:Driver for Tseng Labs cased cards:off
+trident:Driver for Trident based video cards:off
+chips:Driver for Chips and Technologies video processors:off
+apm:Driver for Alliance Promotion video cards:off
+GlideDriver:Driver for Glide capable video boards (3Dfx Voodoo mostly):off
+ark:Driver for Ark Logic devices:off
+cyrix:Driver for the integrated Cyrix Logic MediaGX cards:off
+v4l:Support for Video for linux devices:on
+siliconmotion:Driver for Silicon Motion based video cards:off



More information about the Lunar-commits mailing list