linux-surface/contrib
astejko 598327240d
Add Thermald Conf FIle for AMD Surface Laptop 4 (#572)
Merge pull-request #572.

A new thermald configuration file for the AMD version of the Surface
Laptop 4. It includes the ability to turn the CPU's Turbo Boost on and
off as a cooling measure.
2021-09-25 14:38:24 +02:00
..
fedora-default-kernel contrib: Add Fedora default-kernel scripts 2021-04-20 18:37:47 +02:00
rotate-screen New command line options and functionality. 2021-05-19 10:19:29 +00:00
thermald Add Thermald Conf FIle for AMD Surface Laptop 4 (#572) 2021-09-25 14:38:24 +02:00
README.md Add contrib directory 2021-04-20 15:48:26 +02:00

Scripts, Tweaks, and Configuration Bits

This directory contains scripts, tweaks, and configuration examples aiming to improve your Linux experience on Surface devices. Any config files in these directories should be treated as examples and basis for adapting your own config files. Feel free to send us a pull-request if you feel that something is missing or can be improved.

Layout and Structure

Entries should be put into individual directories with a README.md. This readme should state the purpose of that tweak/script and, if there are any config files, where those files should be placed (or any other installation instructions and hints). Ideally, it should, for config files, also give an explanation of what is/has to be changed and why. In general, config files should be kept minimal, if possible contain comments, and users should be encouraged to modify their config file instead of simply copying the one provided.

The overall structure should look something like this:

contrib
 │
 ├─ some-script
 │ ├─ the-script.sh
 │ └─ README.md
 │
 └─ some-tweak
   ├─ a.conf
   ├─ b.conf
   └─ README.md