Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "single head configuration"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. Option "AllowDeactivateGrabs" "true"
  8. Option "AllowClosedownGrabs" "true"
  9. Option "AIGLX" "true"
  10. EndSection
  11.  
  12. Section "Files"
  13. ModulePath "/usr/lib/xorg/modules/extensions"
  14. ModulePath "/usr/lib/xorg/modules/drivers"
  15. ModulePath "/usr/lib/xorg/modules"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "dri"
  21. Load "dri2"
  22. EndSection
  23.  
  24. Section "ServerFlags"
  25. Option "AutoAddDevices" "true"
  26. Option "GlxVisuals" "all"
  27. Option "NoTrapSignals" "true"
  28. Option "AIGLX" "true"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.  
  33. # keyboard added by system-config-display
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. Option "XkbModel" "pc105"
  37. Option "XkbLayout" "gb"
  38. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Samsung SyncMaster 223bw"
  43. HorizSync 30.0 - 81.0
  44. VertRefresh 56.0 - 75.0
  45. Modeline "1680x1050@60" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 +hsync +vsync
  46. # Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Videocard0"
  51. Driver "nouveau"
  52. Option "AGPMode" "8"
  53. Option "AccelMethod" "EXA"
  54. Option "Randr12" "true"
  55. Option "EXAPixmaps" "true"
  56. Option "dpms" "true"
  57. Option "AddARGBGLXVisuals" "true"
  58. Option "EXANoDownloadFromScreen" "true"
  59. Option "EXANoComposite" "true"
  60. Option "ExaOptimizeMigration" "true"
  61. Option "MigrationHeuristic" "greedy"
  62. Option "VideoOverlay" "true"
  63. Option "OpenGLOverlay" "false"
  64. Option "TexturedVideo" "true"
  65. Option "XVideo"
  66. Option "EnablePageFlip" "true"
  67. Option "GLXVBlank" "true"
  68. Option "XAANoOffscreenPixmaps" "true"
  69. Option "DisableGLXRootClipping" "True"
  70.  
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Videocard0"
  76. Monitor "Monitor0"
  77. DefaultDepth 16
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 16
  81. Modes "1680x1050"
  82. Option "MTRR"
  83.  
  84. EndSubSection
  85. EndSection
  86.  
  87. Section "DRI"
  88. Mode 0666
  89. EndSection
  90.  
  91. Section "Extensions"
  92. Option "Composite" "true"
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement