Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "nvidia"
  4. Inactive "intel"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. InputDevice "Mouse0" "CorePointer"
  7. EndSection
  8.  
  9. Section "InputDevice"
  10. Identifier "Keyboard0"
  11. Driver "keyboard"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. Identifier "Mouse0"
  16. Driver "mouse"
  17. Option "Protocol" "auto"
  18. Option "Device" "/dev/input/mice"
  19. Option "Emulate3Buttons" "no"
  20. Option "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "Device"
  24. Identifier "intel"
  25. Driver "intel"
  26. BusID "PCI:00:02:0"
  27. EndSection
  28.  
  29. Section "Screen"
  30. Identifier "intel"
  31. Device "intel"
  32. EndSection
  33.  
  34. Section "Device"
  35. Option "ConnectedMonitor" "DFP-0"
  36. Option "CustomEDID" "DFP-0:/etc/X11/dfp0.bin.edid"
  37. Identifier "nvidia"
  38. Driver "nvidia"
  39. BusID "PCI:01:00:0"
  40. EndSection
  41.  
  42. Section "Screen"
  43. Identifier "nvidia"
  44. Device "nvidia"
  45. Option "AllowEmptyInitialConfiguration"
  46. SubSection "Display"
  47. Modes "nvidia-auto-select"
  48. EndSubSection
  49. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement