Advertisement
Scindix

xorg.conf of Ubuntu 14.04 (not working)

May 31st, 2015
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 304.125  (buildmeister@swio-display-x64-rhel04-14)  Mon Dec  1 21:18:22 PST 2014
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0" 0 0
  8.     Screen      1  "Screen1" RightOf "Screen0"
  9.     Screen      2  "Screen2" RightOf "Screen1"
  10.     InputDevice    "Keyboard0" "CoreKeyboard"
  11.     InputDevice    "Mouse0" "CorePointer"
  12. EndSection
  13.  
  14. Section "Files"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.  
  19.     # generated from default
  20.     Identifier     "Mouse0"
  21.     Driver         "mouse"
  22.     Option         "Protocol" "auto"
  23.     Option         "Device" "/dev/psaux"
  24.     Option         "Emulate3Buttons" "no"
  25.     Option         "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.  
  30.     # generated from default
  31.     Identifier     "Keyboard0"
  32.     Driver         "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.     Identifier     "Monitor0"
  37.     VendorName     "Unknown"
  38.     ModelName      "Unknown"
  39.     HorizSync       28.0 - 33.0
  40.     VertRefresh     43.0 - 72.0
  41.     Option         "DPMS"
  42. EndSection
  43.  
  44. Section "Monitor"
  45.     Identifier     "Monitor1"
  46.     VendorName     "Unknown"
  47.     ModelName      "Unknown"
  48.     HorizSync       28.0 - 33.0
  49.     VertRefresh     43.0 - 72.0
  50.     Option         "DPMS"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.     Identifier     "Monitor2"
  55.     VendorName     "Unknown"
  56.     ModelName      "Unknown"
  57.     HorizSync       28.0 - 33.0
  58.     VertRefresh     43.0 - 72.0
  59.     Option         "DPMS"
  60. EndSection
  61.  
  62. Section "Device"
  63.     Identifier     "Device0"
  64.     Driver         "nvidia"
  65.     VendorName     "NVIDIA Corporation"
  66.     BusID          "PCI:1:0:0"
  67. EndSection
  68.  
  69. Section "Device"
  70.     Identifier     "Device1"
  71.     Driver         "nvidia"
  72.     VendorName     "NVIDIA Corporation"
  73.     BusID          "PCI:1:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77.     Identifier     "Device2"
  78.     Driver         "i915"
  79.     VendorName     "Intel Corporation"
  80.     BusID          "PCI:0:2:0"
  81. EndSection
  82.  
  83. Section "Screen"
  84.     Identifier     "Screen0"
  85.     Device         "Device0"
  86.     Monitor        "Monitor0"
  87.     DefaultDepth    24
  88.     SubSection     "Display"
  89.         Depth       24
  90.     EndSubSection
  91. EndSection
  92.  
  93. Section "Screen"
  94.     Identifier     "Screen1"
  95.     Device         "Device1"
  96.     Monitor        "Monitor1"
  97.     DefaultDepth    24
  98.     SubSection     "Display"
  99.         Depth       24
  100.     EndSubSection
  101. EndSection
  102.  
  103. Section "Screen"
  104.     Identifier     "Screen2"
  105.     Device         "Device2"
  106.     Monitor        "Monitor2"
  107.     DefaultDepth    24
  108.     SubSection     "Display"
  109.         Depth       24
  110.     EndSubSection
  111. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement