Guest User

Lenovo B570 xorg.conf Optimus

a guest
Jan 31st, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Section "Module"
  2. Load "modesetting"
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "layout"
  7. Screen 1 "nvidia"
  8. Inactive "intel"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Identifier "monitor"
  13. VendorName "Generic"
  14. ModelName "Generic"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "nvidia"
  19. Driver "nvidia"
  20. BusID "PCI:1:0:0"
  21. Option "ConnectedMonitor" "CRT-0"
  22. Option "CustomEDID" "CRT-0:/lib/firmware/edid/1366x768_Lenovo_B570.bin"
  23. Option "IgnoreEDID" "False"
  24. Option "UseEDID" "True"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "nvidia"
  29. Device "nvidia"
  30. Monitor "monitor"
  31. EndSection
  32.  
  33. Section "Device"
  34. Identifier "intel"
  35. Driver "modesetting"
  36. BusID "PCI:0:2:0"
  37. Option "CustomEDID" "CRT-0:/lib/firmware/edid/1366x768_Lenovo_B570.bin"
  38. EndSection
  39.  
  40. Section "Screen"
  41. Identifier "intel"
  42. Device "intel"
  43. Monitor "monitor"
  44. EndSection
Advertisement
Add Comment
Please, Sign In to add comment