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.

37 lines
1.4 KiB

  1. #Section "ServerLayout"
  2. # Identifier "Layout0"
  3. #EndSection
  4. Section "Device"
  5. ### Available Driver options are:-
  6. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  7. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  8. ### <percent>: "<f>%"
  9. ### [arg]: arg optional
  10. #Option "SWcursor" # [<bool>]
  11. #Option "HWcursor" # [<bool>]
  12. #Option "NoAccel" # [<bool>]
  13. #Option "ShadowFB" # [<bool>]
  14. #Option "UseFBDev" # [<bool>]
  15. #Option "Rotate" # [<str>]
  16. #Option "VideoKey" # <i>
  17. #Option "FlatPanel" # [<bool>]
  18. #Option "FPDither" # [<bool>]
  19. #Option "CrtcNumber" # <i>
  20. #Option "FPScale" # [<bool>]
  21. #Option "FPTweak" # <i>
  22. #Option "DualHead" # [<bool>]
  23. Identifier "Card1"
  24. Driver "nvidia"
  25. BusID "PCI:1:0:0"
  26. # Option "ConnectedMonitor" "DFP"
  27. # Option "NoLogo" "true"
  28. VendorName "NVIDIA Corporation"
  29. EndSection
  30. #For the configuration with bumblebee installed
  31. #Section that follows come from archlinux adapt it from your distro if necessary.
  32. Section "Files"
  33. ModulePath "/usr/lib/nvidia/xorg/"
  34. ModulePath "/usr/lib/xorg/modules/"
  35. EndSection