瀏覽代碼

let X figure out the correct mouse protocol

Eric Andersen 19 年之前
父節點
當前提交
15b2f67f64
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      package/xorg/xorg.conf

+ 4 - 4
package/xorg/xorg.conf

@@ -39,18 +39,18 @@ EndSection
 Section "InputDevice"
 	Identifier	"PS2 Mouse"
 	Driver		"mouse"
-	Option		"CorePointer"
+	Option		"SendCoreEvents"	"true"
 	Option		"Device"		"/dev/psaux"
-	Option		"Protocol"		"ImPS/2"
+	Option		"Protocol"		"auto"
 	Option		"ZAxisMapping"		"4 5"
 EndSection
 
 Section "InputDevice"
 	Identifier	"USB Mouse"
 	Driver		"mouse"
-	Option		"SendCoreEvents"	"true"
+	Option		"CorePointer"
 	Option		"Device"		"/dev/input/mice"
-	Option		"Protocol"		"ImPS/2"
+	Option		"Protocol"		"auto"
 	Option		"ZAxisMapping"		"4 5"
 EndSection