Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. # Xorg configuration created by livna-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "Layout0"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. InputDevice "Mouse0" "CorePointer"
  8. EndSection
  9.  
  10. Section "Files"
  11.  
  12. # FontPath "unix/:7100"
  13. ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
  14. ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
  15. ModulePath "/usr/lib/xorg/modules"
  16. ModulePath "/usr/lib64/xorg/modules"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "Freetype"
  21. Load "glx"
  22. Load "dbe"
  23. Load "extmod"
  24. EndSection
  25.  
  26. Section "ServerFlags"
  27. Option "Xinerama" "0"
  28. Option "AIGLX" "on"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.  
  33. # generated from default
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/input/mice"
  38. Option "Emulate3Buttons" "no"
  39. Option "ZAxisMapping" "4 5"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.  
  44. # generated from data in "/etc/sysconfig/keyboard"
  45. Identifier "Keyboard0"
  46. Driver "kbd"
  47. Option "XkbLayout" "us"
  48. Option "XkbModel" "pc105"
  49. EndSection
  50.  
  51. Section "Monitor"
  52.  
  53. # HorizSync source: xconfig, VertRefresh source: xconfig
  54. Identifier "Monitor0"
  55. VendorName "Unknown"
  56. ModelName "WDE LCM-22w3"
  57. HorizSync 30.0 - 82.0
  58. VertRefresh 56.0 - 76.0
  59. Option "DPMS"
  60. EndSection
  61.  
  62. Section "Device"
  63.  
  64. # Option "metamodes" "1920x1080, 1680x1050; NULL, 1680x1050; 1920x1080, NULL; 1280x1024, 1280x1024"
  65. Identifier "Videocard0"
  66. Driver "nvidia"
  67. VendorName "NVIDIA Corporation"
  68. BoardName "GeForce 7600 GS"
  69. Option "AddARGBGLXVisuals" "True"
  70. EndSection
  71.  
  72. Section "Screen"
  73. Identifier "Screen0"
  74. Device "Videocard0"
  75. Monitor "Monitor0"
  76. DefaultDepth 24
  77. Option "DisableDLXRootClipping" "True"
  78. # Option "TwinView" "1"
  79. Option "metamodes" "1920x1080, 1920x1080; 1920x1080, NULL; NULL, 1920x1080; 1280x1024, 1280x1024"
  80. Option "+vsync"
  81. Option "TwinViewOrientation" "LeftOf"
  82. Option "AddARGBGLXVisuals" "True"
  83. SubSection "Display"
  84.  
  85. # Modes "1920x1080, 1280x1024"
  86. Depth 24
  87. Option "TwinView" "1"
  88. Option "TwinViewXineramaInfoOrder" "DFP-0"
  89. EndSubSection
  90. EndSection
  91.  
  92. Section "Extensions"
  93. Option "Composite" "Enable"
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement