Advertisement
Guest User

xorg.conf

a guest
Apr 22nd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 331.20 (buildd@roseapple) Mon Feb 3 15:07:22 UTC 2014
  3.  
  4. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  5. # nvidia-xconfig: version 352.63 (buildmeister@swio-display-x64-rhel04-11) Sat Nov 7 22:00:19 PST 2015
  6.  
  7. Section "ServerLayout"
  8. Identifier "X.org Configured"
  9. Screen 0 "Screen0" 0 0
  10. InputDevice "Mouse0" "CorePointer"
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. Option "Xinerama" "0"
  13. EndSection
  14.  
  15. Section "Files"
  16. ModulePath "/usr/lib/xorg/modules"
  17. FontPath "/usr/share/fonts/X11/misc"
  18. FontPath "/usr/share/fonts/X11/cyrillic"
  19. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  20. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  21. FontPath "/usr/share/fonts/X11/Type1"
  22. FontPath "/usr/share/fonts/X11/100dpi"
  23. FontPath "/usr/share/fonts/X11/75dpi"
  24. FontPath "built-ins"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "glx"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Unknown"
  47. ModelName "DELL U3415W"
  48. HorizSync 30.0 - 89.0
  49. VertRefresh 48.0 - 85.0
  50. EndSection
  51.  
  52. Section "Device"
  53.  
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  57. ### <percent>: "<f>%"
  58. ### [arg]: arg optional
  59. #Option "SWcursor" # [<bool>]
  60. #Option "HWcursor" # [<bool>]
  61. #Option "NoAccel" # [<bool>]
  62. #Option "ShadowFB" # [<bool>]
  63. #Option "VideoKey" # <i>
  64. #Option "WrappedFB" # [<bool>]
  65. #Option "GLXVBlank" # [<bool>]
  66. #Option "ZaphodHeads" # <str>
  67. #Option "PageFlip" # [<bool>]
  68. #Option "SwapLimit" # <i>
  69. #Option "AsyncUTSDFS" # [<bool>]
  70. #Option "AccelMethod" # <str>
  71. Identifier "Card0"
  72. Driver "nouveau"
  73. BusID "PCI:1:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77. Identifier "Device0"
  78. Driver "nvidia"
  79. VendorName "NVIDIA Corporation"
  80. BoardName "GeForce GTX 980 Ti"
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "Screen0"
  85. Device "Device0"
  86. Monitor "Monitor0"
  87. DefaultDepth 24
  88. Option "Stereo" "0"
  89. Option "nvidiaXineramaInfoOrder" "DFP-6.8"
  90. Option "metamodes" "DP-4.8: 3440x1440_60 +0+0, DP-2: 2560x1440_60 +3440+0"
  91. Option "SLI" "Off"
  92. Option "MultiGPU" "Off"
  93. Option "BaseMosaic" "off"
  94. SubSection "Display"
  95. Depth 24
  96. EndSubSection
  97. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement