Advertisement
Guest User

Untitled

a guest
Jul 7th, 2008
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "Generic Keyboard"
  3. Driver "kbd"
  4. Option "XkbRules" "xorg"
  5. Option "XkbModel" "pc105"
  6. Option "XkbLayout" "us,ru"
  7. Option "XkbVariant" ",winkeys"
  8. Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "Configured Mouse"
  13. Driver "mouse"
  14. Option "CorePointer"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Synaptics Touchpad"
  19. Driver "synaptics"
  20. Option "SendCoreEvents" "true"
  21. Option "Device" "/dev/psaux"
  22. Option "Protocol" "auto-dev"
  23. Option "HorizEdgeScroll" "0"
  24. Option "SHMConfig" "true"
  25. Option "LTCornerButton" "6"
  26. Option "LBCornerButton" "7"
  27. EndSection
  28.  
  29. Section "Device"
  30. Identifier "Configured Video Device"
  31. Driver "intel"
  32. Option "AccelMethod" "EXA"
  33. Option "ExaNoComposite" "true"
  34. Option "DRI" "true"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Configured Monitor"
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Default Screen"
  43. Monitor "Configured Monitor"
  44. Device "Configured Video Device"
  45. SubSection "Display"
  46. Modes "1680x1050" "1280x800"
  47. Virtual 1680 1050
  48. EndSubSection
  49. EndSection
  50.  
  51. Section "ServerLayout"
  52. Identifier "Default Layout"
  53. Screen "Default Screen"
  54. InputDevice "Synaptics Touchpad"
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement