User Tools

Site Tools


doc:appunti:linux:teclast_f6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:appunti:linux:teclast_f6 [2021/05/12 10:11] – [Problems] niccolodoc:appunti:linux:teclast_f6 [2022/09/12 17:34] – [GNU/Linux on the Teclast F6 notebook] niccolo
Line 1: Line 1:
 ====== GNU/Linux on the Teclast F6 notebook ====== ====== GNU/Linux on the Teclast F6 notebook ======
 +
 +^ CPU         | Intel Celeron N3350 1.10 GHz (2 cores)  |
 +^ RAM         | 8 Gb (option)  |
 +^ Storage     | SSD 128 Gb (option)  |
 +^ Display     | 13.3 inch (1920 x 1080) IPS  |
 +^ Battery     | 38000 mWh  |
 +^ Dimensions  | 31.90 cm x 21.70 cm x 1.40 cm  |
 +^ Weight      | 1.28 kg  |
  
 =====  Using Debian Live to check GNU/Linux compatibility ===== =====  Using Debian Live to check GNU/Linux compatibility =====
Line 141: Line 149:
   * The **Fn+ESC** should be associated to the **disable touchpad** function (as per the blue label on the key), but it does not work. See this page for a partial workaround: **[[..:linux:sa:touchpad_disable]]**.   * The **Fn+ESC** should be associated to the **disable touchpad** function (as per the blue label on the key), but it does not work. See this page for a partial workaround: **[[..:linux:sa:touchpad_disable]]**.
   * The vendor sells the notebook only with **Microsoft Windows 10 Home license included**, it does not offer a refund policy and it does not offer an //operating system free// version.   * The vendor sells the notebook only with **Microsoft Windows 10 Home license included**, it does not offer a refund policy and it does not offer an //operating system free// version.
 +===== Controlling backlight from the command line =====
 +
 +You can control the backlight level from the command line (root privileges is required to write):
 +
 +<code>
 +cat /sys/class/backlight/intel_backlight/brightness
 +cat /sys/class/backlight/intel_backlight/max_brightness
 +echo 76800  > /sys/class/backlight/intel_backlight/brightness
 +</code>
 +
 +You can use **xrandr** to simulate brightness control in software (the image is dimmed, but backlight remains actually the same):
 +
 +<code>
 +xrandr --output eDP-1 --brightness 0.5
 +</code>
 +===== Power Supply =====
 +
 +The power supply of the Teclast F6 is a **12.0 V** rated at **2.0 A** (24.0 W). The coaxial jack has an outer diameter of **3.50 mm**.
 +
 +{{.:teclast:teclast-f6-power-supply.jpg?200|Teclast F6 Power Supply}}
 +
 +===== Battery =====
 +
 +After a **year and a half** of use the battery is practically exhausted: the autonomy of the laptop has gone from the initial 6 hours to about **1 hour and a half**.
 +
 +
 ===== Web References ===== ===== Web References =====
  
doc/appunti/linux/teclast_f6.txt · Last modified: 2022/09/12 17:36 by niccolo