Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7. Section "Module"
  8. Load "extmod"
  9. Load "glx"
  10. Load "dri"
  11. EndSection
  12. Section "ServerFlags"
  13. Option "AutoAddDevices" "False"
  14. EndSection
  15. Section "InputDevice"
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Protocol" "auto"
  19. Option "Device" "/dev/input/mice"
  20. Option "Buttons" "7"
  21. Option "ZAxisMapping" "4 5"
  22. Option "CorePointer"
  23. Option "SendCoreEvents" "true"
  24. Option "VertScrollDelta" "1"
  25. EndSection
  26. Section "InputDevice"
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. Option "XkbRules" "xorg"
  30. Option "XkbModel" "pc104"
  31. Option "XkbLayout" "us,ru"
  32. Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll"
  33. EndSection
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. VendorName "Samtron"
  37. ModelName "samtron 78BDF"
  38. HorizSync 30.0 - 85.0
  39. VertRefresh 50.0 - 160.0
  40. Option "DPMS" "false"
  41. Modeline "1024x768_100.00" 112.25 1024 1096 1200 1376 768 771 775 816 -hsync +vsync
  42. EndSection
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. BoardName "GeForce 6600 GT"
  48. EndSection
  49. Section "Screen"
  50. Identifier "Screen0"
  51. Device "Device0"
  52. Monitor "Monitor0"
  53. DefaultDepth 24
  54. SubSection "Display"
  55. Depth 24
  56. Modes "1024x768_100"
  57. EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement