Advertisement
Guest User

Untitled

a guest
Aug 13th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Section "Files"
  2. ModulePath "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules/extensions,/usr/lib64/xorg/modules"
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "layout"
  7. Screen 0 "nvidia"
  8. Inactive "intel"
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "nvidia"
  13. Driver "nvidia"
  14. BusID "PCI:1:0:0"
  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 "modesetting"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "intel"
  33. Device "intel"
  34. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement