Advertisement
Guest User

Untitled

a guest
May 28th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. Load "glx"
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11. Option "Xinerama" "1"
  12. #Option "NoTrapSignals" "true"
  13. EndSection
  14.  
  15. Section "InputClass"
  16. Identifier "Keyboard"
  17. Driver "evdev"
  18. MatchIsKeyboard "on"
  19. #MatchUSBID "046d:c318"
  20. Option "xkblayout" "de"
  21. Option "xkbvariant" "nodeadkeys"
  22. Option "XkbOptions" "ctrl:nocaps"
  23. EndSection
  24.  
  25. Section "InputClass"
  26. Identifier "mouse-all"
  27. MatchIsPointer "on"
  28. #MatchUSBID "046d:c52b"
  29. MatchDevicePath "/dev/input/event*"
  30. Driver "evdev"
  31. Option "Emulate3Buttons" "no"
  32. #Option "IgnoreAbsoluteAxes" "false"
  33. EndSection
  34.  
  35. Section "InputClass"
  36. Identifier "touchpad catchall"
  37. Driver "synaptics"
  38. MatchIsTouchpad "on"
  39. Option "TapButton1" "1" # left click with one finger tap
  40. Option "TapButton2" "3" # right click with two finger tap
  41. Option "VertEdgeScroll" "on"
  42. EndSection
  43.  
  44. Section "InputClass"
  45. Identifier "Jabra"
  46. MatchUSBID "0b0e:245e"
  47. Option "Ignore" "on"
  48. EndSection
  49.  
  50. Section "Device"
  51. Identifier "Device0"
  52. Driver "modesetting"
  53. #Driver "intel"
  54. #Option "DRI" "3"
  55. #Option "SwapbuffersWait" "false"
  56. #Option "TearFree" "false"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "Device0"
  62. Monitor "Monitor0"
  63. DefaultDepth 24
  64. SubSection "Display"
  65. Depth 24
  66. EndSubSection
  67. EndSection
  68.  
  69. #Section "Extensions"
  70. # Option "Composite" "Disable"
  71. #EndSection
  72.  
  73. Section "DRI"
  74. Mode 0666
  75. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement