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.

106 lines
3.9 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
  1. # Clevo N950TP6
  2. Various instructions for setting up (Arch) Linux OS on Clevo N950TP6
  3. [Clevo website](https://www.clevo.com.tw)
  4. ![](https://www.clevo.com.tw/images/en/clevo/logo.png)
  5. ![img_1](images/linux-run/linux-run_3.jpg)
  6. ![img_2](images/general_5.jpg)
  7. ## Table of Contents
  8. ----------------
  9. **WARNING**
  10. Be aware that Clevo N950TP6 has power issues _which may cause major data loss due to sudden and random shut downs_. This issue occurs if the laptop is directly connected to AC and battery is not used, at least. I have had multiple programs & documents opened and suffered many times from this issue. According to user feedback, this is an issue on both Windows and Linux.
  11. One thing I can say for sure: the issue has nothing to do with workload because it has happened when the computer is idle, too.
  12. The power adapter I use:
  13. ![](images/clevo-n950tp6_poweradapter.jpg)
  14. ----------------
  15. ### Good to know
  16. - Laptop bought from [Clevo Computer](https://clevo-computer.com/) (old link: `http://clevo-systems.com/`, Clevo Systems). Fast shipping and candies included (Europe). Recommended!
  17. - Came with Windows 10 preinstalled on NVMe SSD (Samsung EVO 960) although I set `No OS` on their website.
  18. - If you had Windows 10 preinstalled, back it up - create a complete backup of your new NVMe SSD. Just in case. I used `dd`
  19. - You need Grub/Syslinux boot parameters `acpi_osi="!Windows 2015" acpi_osi=Linux` in order to access Linux desktop environment as recent Linux OSes tend to freeze on this laptop while loading DE. This rule applies to Live USB/CDs as well.
  20. - You need a recent Linux kernel (4.14 >) for this laptop
  21. - After proper configuration, everything works as expected. Recommended for Linux usage if you can deal with Nvidia Optimus
  22. - If you don't use UEFI (read: you use traditional HDD instead of fast NVMe SSD), you need to disable `UEFI boot` option in [UEFI/BIOS menu](images/bios/bios_4.jpg). You can re-enable it if you [decided to use UEFI boot](ssd_hdd_uefi/README.md)
  23. ----------------
  24. ### [UEFI // SSD + HDD configuration, Linux installation](ssd_hdd_uefi/README.md)
  25. - **What? :** A sample configuration instructions for setting up UEFI and NVMe SSD + HDD on Clevo N950TP6 (Linux)
  26. ----------------
  27. ### [CPU Thermal Control Configuration](cpu_thermal_control/README.md)
  28. - **What? :** Set a maximum temperature limit for your CPU (intel i7-8700)
  29. - [Files](cpu_thermal_control)
  30. - [PKGBUILD for Arch Linux](cpu_thermal_control/PKGBUILD)
  31. ----------------
  32. ### [Keyboard Backlight & Color Support](keyboard_color_support/README.md)
  33. - **What? :** Control laptop keyboard backlight & colors, patched for Clevo N950 TP6 (tested and works!)
  34. - [Files](keyboard_color_support)
  35. - [clevo-xsm-wmi-dkms - PKGBUILD for Arch Linux](keyboard_color_support/clevo-xsm-wmi-dkms/PKGBUILD)
  36. - [clevo-xsm-wmi-util - PKGBUILD for Arch Linux](keyboard_color_support/clevo-xsm-wmi-util/PKGBUILD)
  37. ----------------
  38. ### [Multi-monitor support](multimonitor_and_desktop/xf86-intel-multimonitor/README.md)
  39. - **What? :** Enable multi-monitor support for your Clevo N950TP6 laptop (Linux)
  40. - [Files](multimonitor_and_desktop/xf86-intel-multimonitor)
  41. - [xf86-intel-multimonitor - PKGBUILD for Arch Linux](multimonitor_and_desktop/xf86-intel-multimonitor/PKGBUILD)
  42. ----------------
  43. ### [Misc system configuration](system_conf/README.md)
  44. - **What? :** Various common instructions to configure Arch Linux OS on Clevo N950TP6
  45. ----------------
  46. ### [Laptop Images](images)
  47. - **What? :** Sample images of Clevo N950TP6 laptop
  48. - [BIOS/UEFI screens](images/bios)
  49. - [Linux images](images/linux-run)
  50. - [General laptop images (enclosure etc.)](images)
  51. - [Physical interfaces/connections](images/inputs)
  52. ----------------
  53. ## Something missing?
  54. If you feel some relevant information is missing or not well explained, please open a new issue on [Github issue tracker](https://github.com/Fincer/clevo_n950tp6/issues). Thank you!