Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputDevice"
  2. Identifier      "Generic Keyboard"
  3. Driver   "kbd"
  4. Option   "XkbRules"     "xorg"
  5. Option   "XkbModel"     "pc104"
  6. Option   "XkbLayout"    "us,lt,ru(phonetic)"#,ru(legacy)"
  7. Option   "XkbOptions"   "grp:alt_shift_toggle"
  8. EndSection
  9. Section "InputDevice"
  10. Identifier      "Configured Mouse"
  11. Driver   "mouse"
  12. Option "Protocol" "ImPS/2"
  13. Option "EmulateWheel" "on"
  14. Option "EmulateWheelButton" "2"
  15. EndSection
  16. Section "Device"
  17. Identifier      "Configured Video Device"
  18. Option   "UseFBDev"      "true"
  19. Option   "XAANoOffscreenPixmaps"        "true"
  20. EndSection
  21. Section "Monitor"
  22. Identifier      "Configured Monitor"
  23. EndSection
  24. Section "Screen"
  25. Identifier      "Default Screen"
  26. Monitor  "Configured Monitor"
  27. EndSection
  28. Section "Module"
  29. Load "dbe"
  30. EndSection
  31. Section "Extensions"
  32. Option  "Composite"     "Enable"
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement