Guest User

Untitled

a guest
Jun 22nd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. # generated from default
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Monitor0"
  29. VendorName "Unknown"
  30. ModelName "Unknown"
  31. HorizSync 28.0 - 33.0
  32. VertRefresh 43.0 - 72.0
  33. Option "DPMS"
  34. EndSection
  35.  
  36. Section "Device"
  37. Identifier "Device0"
  38. Driver "nvidia"
  39. VendorName "NVIDIA Corporation"
  40. Option "RegistryDwords" "EnableBrightnessControl=1"
  41. Option "EnableACPIHotkeys" "true"
  42. Option "ConnectToAcpid" "true"
  43. Option "NoLogo" "true"
  44. Option "UseEvents" "on"
  45. Option "RenderAccel" "on"
  46. Option "TripleBuffer" "true"
  47. Option "AllowIndirectPixmaps" "false"
  48. Option "NoRenderExtension" "off"
  49. Option "AllowGLXWithComposite" "true"
  50. Option "UseCompositeWrapper" "false"
  51. Option "DisableGLXRootClipping" "true"
  52. Option "AddARGBGLXVisuals" "true"
  53. Option "DamageEvents" "true"
  54. Option "BackingStore" "true"
  55. Option "PixmapCacheSize" "700000"
  56. Option "AllowSHMPixmaps" "0"
  57. Option "InitialPixmapPlacement" "2"
  58. Option "GlyphCache" "1"
  59. Option "HWCursor" "On"
  60. Option "SWCursor" "Off"
  61. Option "UseEdidFreqs" "true"
  62. Option "UseEvents" "true"
  63. Option "VBERestore" "true"
  64. Option "XAANoOffscreenPixmaps" "true"
  65. Option "OnDemandVBlankInterrupts" "true"
  66.  
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "Screen0"
  71. Device "Device0"
  72. Monitor "Monitor0"
  73. DefaultDepth 24
  74. SubSection "Display"
  75. Depth 24
  76. EndSubSection
  77. EndSection
Add Comment
Please, Sign In to add comment