Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  12. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/Type1"
  15. FontPath "/usr/share/fonts/X11/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "built-ins"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "LG"
  40. ModelName "50LA667V-ZB"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. Option "Coolbits" "8"
  47. Option "TripleBuffer" "false"
  48. Option "FlatPanelProperties" "Scaling = Native"
  49. Option "ConnectedMonitor" "DFP-1"
  50. Option "CustomEDID" "DFP-1:/etc/X11/edid.bin"
  51. Option "IgnoreEDID" "false"
  52. Option "UseEDID" "true"
  53. Option "UseHotplugEvents" "true"
  54. Option "UseEvents" "true"
  55. Option "DynamicTwinView" "true"
  56. BusID "PCI:1:0:0"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "Device0"
  62. Monitor "Monitor0"
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 1
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 4
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 8
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 15
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 16
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 24
  86. EndSubSection
  87. EndSection
  88.  
  89.  
  90.  
  91. Section "Extensions"
  92. Option "Composite" "disable"
  93. # Option "RENDER" "disable"
  94. EndSection
  95. (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement