Advertisement
alexanius

xorg.conf nvidia black screen

Jan 29th, 2017
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Module"
  2.     Load "modesetting"
  3.     Disable "glamor"
  4. EndSection
  5.  
  6. Section "ServerLayout"
  7.     Identifier     "Layout0"
  8.     Screen         1 "nvidia" 0 0
  9.     Inactive       "intel"
  10.     Option         "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14.         ModulePath "/usr/lib64/opengl/nvidia/,/usr/lib64/xorg/modules/"
  15. EndSection
  16.  
  17. Section "Monitor"
  18.     Identifier     "Monitor0"
  19.     VendorName     "Unknown"
  20.     ModelName      "Unknown"
  21.     HorizSync       28.0 - 33.0
  22.     VertRefresh     43.0 - 72.0
  23.     Option         "DPMS"
  24. EndSection
  25.  
  26. Section "Device"
  27.     Identifier     "nvidia"
  28.     Driver         "nvidia"
  29.     VendorName     "NVIDIA Corporation"
  30.     BusID          "PCI:1:0:0"
  31.     Option         "AllowEmptyInitialConfiguration"
  32.     Option         "DPI" "96 x 96"
  33. EndSection
  34.  
  35. Section "Screen"
  36.     Identifier     "nvidia"
  37.     Device         "nvidia"
  38.     Monitor        "Monitor0"
  39.     DefaultDepth    24
  40.     Option         "metamodes" "1920x1080 +0+0"
  41.     SubSection     "Display"
  42.         Depth       24
  43.         Modes       "1920x1080"
  44.         Virtual     1920 1080
  45.     EndSubSection
  46. EndSection
  47.  
  48. Section "Device"
  49.     Identifier     "intel"
  50.     Driver         "modesetting"
  51.     BusID          "PCI:0:2:0"
  52.     Option         "DPI" "96 x 96"
  53. EndSection
  54.  
  55. Section "Screen"
  56.     Identifier     "intel"
  57.     Device         "intel"
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement