summaryrefslogtreecommitdiff
path: root/hw/xfree86/xorgconf.cpp
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-12 20:39:08 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-12 20:39:08 +0300
commit59dcc62906d8ee597cd43aa307f414cb47995cea (patch)
tree750bf3689c68008e5d20f9416af6a63a656b345c /hw/xfree86/xorgconf.cpp
parent26c3cd1c9e3f52548389817a6d89a377e20c4269 (diff)
xfree86: remove Xqueue support completely
Diffstat (limited to 'hw/xfree86/xorgconf.cpp')
-rw-r--r--hw/xfree86/xorgconf.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/xfree86/xorgconf.cpp b/hw/xfree86/xorgconf.cpp
index c94c1e5a4..9de7e2baa 100644
--- a/hw/xfree86/xorgconf.cpp
+++ b/hw/xfree86/xorgconf.cpp
@@ -181,12 +181,6 @@ Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
-XCOMM For most OSs the protocol can be omitted (it defaults to "Standard").
-XCOMM When using XQUEUE (only for SVR3 and SVR4, but not Solaris), comment
-XCOMM out the above line, and uncomment the following line.
-
-XCOMM Option "Protocol" "Xqueue"
-
XCOMM Set the keyboard auto repeat parameters. Not all platforms implement
XCOMM this.
@@ -270,12 +264,6 @@ XCOMM be available.
XCOMM Option "Protocol" "PS/2"
-XCOMM When using XQUEUE (only for SVR3 and SVR4, but not Solaris), use
-XCOMM the following instead of any of the lines above. The Device line
-XCOMM is not required in this case.
-
-XCOMM Option "Protocol" "Xqueue"
-
XCOMM Baudrate and SampleRate are only for some older Logitech mice. In
XCOMM almost every case these lines should be omitted.