Advertisement
Guest User

Xorg.conf config for NVIDIA Prime (Optimus for Linux)

a guest
Jun 17th, 2015
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "nvidia" 0 0
  4. Inactive "intel"
  5. EndSection
  6.  
  7. Section "ServerFlags"
  8. Option "AllowEmptyInput" "on"
  9. Option "AllowAddDevices" "on"
  10. Option "AllowEnableDevices" "on"
  11. Option "AutoAddGPU" "on"
  12. EndSection
  13.  
  14. #Section "Module"
  15. # Load "glx"
  16. #EndSection
  17.  
  18. #Section "Monitor"
  19. # Identifier "Monitor0"
  20. # VendorName "Unknown"
  21. # ModelName "Unknown"
  22. # Option "DPMS"
  23. # Option "Enable"
  24. #EndSection
  25.  
  26. Section "Device"
  27. Identifier "nvidia"
  28. Driver "nvidia"
  29. BusID "PCI:1:0:0"
  30. EndSection
  31.  
  32. Section "Screen"
  33. Identifier "nvidia"
  34. Device "nvidia"
  35. # Monitor "Monitor0"
  36. # DefaultDepth 24
  37. # Option "UseDisplayDevice" "none"
  38. Option "AllowEmptyInitialConfiguration"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "intel"
  43. Driver "modesetting"
  44. # BusID "PCI:0:2:0"
  45. # Option "Monitor-LVDS-1" "Monitor0"
  46. EndSection
  47.  
  48. Section "Screen"
  49. Identifier "intel"
  50. Device "intel"
  51. # Monitor "Monitor0"
  52. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement