summaryrefslogtreecommitdiff
path: root/hw/xfree86/getconfig/xorg.cfg
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-02 21:47:33 +0000
committerEgbert Eich <eich@suse.de>2004-04-02 21:47:33 +0000
commit9bbe288d7fd59d4e192a986b8622915ce7b447a9 (patch)
treefafb6de8b24840bf282667b820de6e2b4d052c04 /hw/xfree86/getconfig/xorg.cfg
parent0f8d2fd7d0c6ff169abed9b07ac63b57d80b8811 (diff)
Diffstat (limited to 'hw/xfree86/getconfig/xorg.cfg')
-rw-r--r--hw/xfree86/getconfig/xorg.cfg50
1 files changed, 50 insertions, 0 deletions
diff --git a/hw/xfree86/getconfig/xorg.cfg b/hw/xfree86/getconfig/xorg.cfg
new file mode 100644
index 000000000..848d5eb90
--- /dev/null
+++ b/hw/xfree86/getconfig/xorg.cfg
@@ -0,0 +1,50 @@
+# $XdotOrg$
+
+# Base Xorg getconfig rules file.
+
+#
+# The line below is the getconfig rules file signature, and must be the
+# first non-blank, non-comment line.
+#
+
+Xorg Project getconfig rules file. Version: 1.0
+
+#
+# Set the weight for the following rules. This should be set, otherwise
+# the previously set weight will get used, and you have no idea of knowing
+# what that might be.
+#
+
+$weight = 1000
+
+#
+# Rules. Rules consist of a condition (in perl code) followed by
+# a driver name and optionally some additional strings. The start of a
+# rule is indicated by a line with no leading white space. subsequent
+# lines making up a rule must be indented. Logical lines may be split
+# over multiple physical lines by using the usual continuation '\'.
+#
+# Rules that are not followed by a driver name may be used to do other
+# things, like setting the weight as above.
+#
+
+#
+# Pre-defined variables include:
+#
+# $vendor PCI vendor ID
+# $device PCI device ID
+# $revision PCI revision ID
+# $subsys PCI subsystem ID
+# $subsysVendor PCI subsystem vendor ID
+# $class PCI class
+# $XorgVersion Xorg version, as a 'v' string.
+#
+# The Xorg version information is also available as the following:
+#
+# $XorgVersionNumeric
+# $XorgVersionMajor
+# $XorgVersionMinor
+# $XorgVersionPatch
+# $XorgVersionSnap
+#
+