Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. Option "Xinerama" "0"
  7. EndSection
  8.  
  9. Section "ServerFlags"
  10. Option "HandleSpecialKeys" "Always"
  11. Option "DRI2" "true"
  12. Option "AIGLX" "true"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Keyboard0"
  18. Driver "keyboard"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from data in "/etc/conf.d/gpm"
  23. Identifier "Mouse0"
  24. Driver "mouse"
  25. Option "Protocol"
  26. Option "Device" "/dev/input/mice"
  27. Option "Emulate3Buttons" "no"
  28. Option "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "InputClass"
  32. Identifier "Keyboard0"
  33. Driver "evdev"
  34. Option "XkbLayout" "us,ru"
  35. Option "XkbOptions" "grp:rctrl_rshift_toggle,grp_led:scroll"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 31-79 #28.0 - 33.0
  43. VertRefresh 50-90 #43.0 - 72.0
  44. Option "DPMS" "false"
  45. EndSection
  46.  
  47. Section "DRI"
  48. Mode 0666
  49. EndSection
  50.  
  51. Section "Extensions"
  52. Option "Composite" "false"
  53. EndSection
  54.  
  55. Section "Module"
  56. Load "glx"
  57. Load "dri2"
  58. EndSection
  59.  
  60. Section "Device"
  61. Identifier "Device0"
  62. Driver "intel"
  63. VendorName "Intel"
  64. BoardName "HD2000"
  65.  
  66. Option "DRI" "true"
  67. Option "XvPreferOverlay" "true"
  68. Option "TripleBuffer" "true"
  69. Option "LinearFramebuffer" "false"
  70. Option "RelaxedFencing" "true"
  71. Option "Throttle" "true"
  72. Option "Tiling" "false"
  73. Option "Xvmc" "true"
  74. Option "AccelMethod" "sna"
  75. Option "TearFree" "true"
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier "Screen0"
  80. Device "Device0"
  81. Monitor "Monitor0"
  82. SubSection "Display"
  83. Depth 24
  84. EndSubSection
  85. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement