Advertisement
hujuice

xorg.conf

Jun 28th, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Files"
  2.         ModulePath "/usr/lib32/xorg/modules"
  3.         ModulePath "/usr/lib64/opengl/nvidia"
  4.         ModulePath "/usr/lib64/xorg/modules"
  5. EndSection
  6. Section "InputClass"
  7.         Identifier      "keyboard-all"
  8.     Option          "XkbLayout" "it"
  9.         MatchIsKeyboard "on"
  10. EndSection
  11. Section "Monitor"
  12.     Identifier  "DVI0"
  13.     Option      "LeftOf"    "DVI1"
  14. EndSection
  15.  
  16. Section "Monitor"
  17.     Identifier  "DVI1"
  18.     Option      "LeftOf"    "HDMI"
  19. EndSection
  20.  
  21. Section "Monitor"
  22.     Identifier  "HDMI"
  23. EndSection
  24.  
  25. Section "Device"
  26.     Identifier  "Card0"
  27.     Driver      "nvidia"
  28.     Option      "Monitor-DVI-I-1" "DVI0"
  29.     Option      "Monitor-DVI-D-0" "DVI1"
  30.     Option      "Monitor-HDMI-0" "HDMI"
  31. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement