Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "nvidia"
  4. Inactive "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "nvidia"
  9. Driver "nvidia"
  10. BusID "PCI:1:0:0"
  11. VendorName "NVIDIA Corporation"
  12. Option "DPI" "96 x 96" # Uncoment to fix the size of fonts
  13. Option "NoLogo" "true"
  14. Option "ConnectedMonitor" "CRT"
  15. EndSection
  16.  
  17. Section "Screen"
  18. Identifier "nvidia"
  19. Device "nvidia"
  20. # Uncomment this line if your computer has no display devices connected to
  21. # the NVIDIA GPU. Leave it commented if you have display devices
  22. # connected to the NVIDIA GPU that you would like to use.
  23. # Option "UseDisplayDevice" "none"
  24. EndSection
  25.  
  26. Section "Device"
  27. Identifier "intel"
  28. Driver "intel"
  29. BusID "PCI:0:2:0"
  30. Option "AccelMethod" "uxa"
  31. EndSection
  32.  
  33. Section "Screen"
  34. Identifier "intel"
  35. Device "intel"
  36. EndSection
  37.  
  38. Section "Files"
  39. ModulePath "/usr/lib/nvidia/xorg/"
  40. ModulePath "/usr/lib/xorg/modules/"
  41. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement