Various instructions for setting up Linux OS on Clevo N950TP6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.0 KiB

  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Option "AutoAddDevices" "true"
  4. Option "AutoAddGPU" "false"
  5. EndSection
  6. Section "Device"
  7. Identifier "DiscreteNvidia"
  8. Driver "nvidia"
  9. VendorName "NVIDIA Corporation"
  10. # If the X server does not automatically detect your VGA device,
  11. # you can manually set it here.
  12. # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
  13. # as you see in the commented example.
  14. # This Setting may be needed in some platforms with more than one
  15. # nvidia card, which may confuse the proprietary driver (e.g.,
  16. # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
  17. # BusID "PCI:01:00:0"
  18. # Setting ProbeAllGpus to false prevents the new proprietary driver
  19. # instance spawned to try to control the integrated graphics card,
  20. # which is already being managed outside bumblebee.
  21. # This option doesn't hurt and it is required on platforms running
  22. # more than one nvidia graphics card with the proprietary driver.
  23. # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
  24. # If this option is not set, the new Xorg may blacken the screen and
  25. # render it unusable (unless you have some way to run killall Xorg).
  26. Option "ProbeAllGpus" "false"
  27. Option "NoLogo" "true"
  28. #Option "UseEDID" "false"
  29. #Option "UseDisplayDevice" "none"
  30. # If your NVIDIA drivers are version 331.13 or newer, and you have a laptop
  31. # where some of the video outputs such as HDMI or DisplayPort are connected
  32. # to the NVIDIA GPU, and you sometimes connect an external monitor to those
  33. # ports, comment out the above two options and instead uncomment the option
  34. # below to allow using the external monitor when it is connected while also
  35. # allowing the X server to start when the monitor is disconnected.
  36. Option "AllowEmptyInitialConfiguration"
  37. EndSection
  38. Section "ServerFlags"
  39. Option "IgnoreABI" "1"
  40. EndSection
  41. Section "Screen"
  42. Identifier "Screen0"
  43. Device "DiscreteNvidia"
  44. EndSection