zeissoctopus

FreeBSD X Server 1.14 DEVD backend configuration

Dec 19th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputClass"
  2.     Identifier          "FreeBSD DEVD kbdmux interface"
  3.     MatchIsKeyboard     "on"
  4.     MatchDevicePath     "/dev/kbdmux*"
  5.     Driver              "keyboard"
  6.     Option              "Protocol"  "standard"
  7.     Option              "XkbRules"  "base"
  8.     Option              "XkbLayout" "us"
  9.     Option              "XkbModel"  "pc105"
  10. EndSection
  11.  
  12. Section "InputClass"
  13.     Identifier          "Acer Laptop touchpad"
  14.     MatchIsPointer      "on"
  15.     MatchDevicePath     "/dev/psm0"
  16.     Driver              "mouse"
  17. EndSection
  18.  
  19. Section "InputClass"
  20.     Identifier          "Logitech Wireless USB Mouse M215"
  21.     MatchIsPointer      "on"
  22.     MatchDevicePath     "/dev/ums*"
  23.     Driver              "mouse"
  24.     Option              "ZAxisMapping" "5 4"
  25. EndSection
Add Comment
Please, Sign In to add comment