Guest User

Untitled

a guest
Feb 18th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 275.09.07 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jun 8 16:05:17 PDT 2011
  3.  
  4. #Section "ServerFlags"
  5. # Option "AllowEmptyInput" "no"
  6. #EndSection
  7.  
  8. Section "ServerLayout"
  9.  
  10. #InputDevice "Keyboard0" "CoreKeyboard"
  11. #InputDevice "Mouse0" "CorePointer"
  12. Identifier "Layout0"
  13. Screen "Screen0" 0 0
  14. Screen "Screen1" Relative "Screen0" 0 0
  15. InputDevice "Keyboard0" "SendCoreEvents" "CoreKeyboard"
  16. InputDevice "Mouse0" "SendCoreEvents" "CorePointer"
  17. EndSection
  18.  
  19. Section "Files"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.  
  35. # generated from default
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Unknown"
  43. ModelName "Unknown"
  44. HorizSync 28.0 - 73.0
  45. VertRefresh 43.0 - 72.0
  46. Option "DPMS"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Device1"
  51. Driver "nvidia-current" #It was "nvidia"
  52. VendorName "NVIDIA Corporation"
  53. BusID "PCI:04:00:0"
  54. EndSection
  55.  
  56. Section "Device"
  57.  
  58. #Screen 1
  59. Identifier "Device0"
  60. Driver "intel" #It was "nvidia" too
  61. VendorName "onboard"
  62. BusID "PCI:0:2:0"
  63. EndSection
  64.  
  65. Section "Screen"
  66. Identifier "Screen0"
  67. Device "Device0"
  68. Monitor "Monitor0"
  69. DefaultDepth 24
  70. SubSection "Display"
  71. Depth 24
  72. EndSubSection
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Screen1"
  77. Device "Device1"
  78. Monitor "Monitor0"
  79. DefaultDepth 24
  80. Option "IgnoreEDID"
  81. Option "ConnectedMonitor" "CRT-0"
  82. #Screen 0
  83. SubSection "Display"
  84. Depth 24
  85. Modes "1366x768"
  86. EndSubSection
  87. EndSection
Add Comment
Please, Sign In to add comment