Author: alexander
Date: 2005-12-24 06:44:43 -0700 (Sat, 24 Dec 2005)
New Revision: 1309

Modified:
   trunk/packages/hotplug/detect-video.hotplug
Log:
Reflected the new X prefix in detect-video.hotplug


Modified: trunk/packages/hotplug/detect-video.hotplug
===================================================================
--- trunk/packages/hotplug/detect-video.hotplug 2005-12-24 13:43:02 UTC (rev 
1308)
+++ trunk/packages/hotplug/detect-video.hotplug 2005-12-24 13:44:43 UTC (rev 
1309)
@@ -8,7 +8,7 @@
 VENDOR_ID=${PCI_ID%:*}
 DEVICE_ID=${PCI_ID#*:}
 
-X_DRIVER=`/usr/X11R6/bin/getconfig.pl -b "0x$SUB_DEVICE_ID" -c 0x0300 \
+X_DRIVER=`/usr/bin/getconfig.pl -b "0x$SUB_DEVICE_ID" -c 0x0300 \
        -d "0x$DEVICE_ID" -s "0x$SUB_VENDOR_ID" -v "0x$VENDOR_ID" 2>/dev/null`
 if [ -n "$X_DRIVER" ] ; then
        echo "Using \"$X_DRIVER\" as a video driver"

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to