Advertisement
Guest User

Untitled

a guest
May 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Xorg configuration created by pyxf86config
  2.  
  3. Section "ServerLayout"
  4. Identifier "Default Layout"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. InputDevice "Synaptics" "CorePointer"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11. Identifier "Keyboard0"
  12. Driver "kbd"
  13. Option "XkbModel" "pc105"
  14. Option "XkbLayout" "gb"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Synaptics"
  19. Driver "synaptics"
  20. Option "Device" "/dev/input/mice"
  21. Option "Protocol" "auto-dev"
  22. Option "Emulate3Buttons" "yes"
  23.  
  24. ## 3-Jun-10, Disable 'tapping':
  25.  
  26. Option "MaxTapTime" "0"
  27. Option "MaxTapMove" "0"
  28.  
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Videocard0"
  33. Driver "i810"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "Screen0"
  38. Device "Videocard0"
  39. DefaultDepth 24
  40. SubSection "Display"
  41. Viewport 0 0
  42. Depth 24
  43. EndSubSection
  44. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement