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.

18 lines
513 B

  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Option "AutoAddDevices" "false"
  4. Option "AutoAddGPU" "false"
  5. EndSection
  6. Section "Device"
  7. Identifier "DiscreteNvidia"
  8. Driver "nouveau"
  9. # If the X server does not automatically detect your VGA device,
  10. # you can manually set it here.
  11. # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
  12. # as you see in the commented example.
  13. # This Setting is needed on Ubuntu 13.04.
  14. # BusID "PCI:01:00:0"
  15. EndSection