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
doc:appunti:linux:teclast_f6 [2021/05/07 10:03] – [SSD Upgrade] niccolodoc:appunti:linux:teclast_f6 [2022/09/12 17:36] (current) – [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 (Apollo Lake) 1.10 GHz, number of cores: 2, burst: 2.4 GHz  |
 +^ 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 135: Line 143:
 {{.:teclast:ssd-samsung-benchmark.png?direct&320|Samsung SSD Benchmark}} {{.:teclast:ssd-samsung-benchmark.png?direct&320|Samsung SSD Benchmark}}
 {{.:teclast:ssd-teclast-benchmark.png?direct&320|Teclast SSD Benchmark}} {{.:teclast:ssd-teclast-benchmark.png?direct&320|Teclast SSD Benchmark}}
 +
 +===== Unsolved Problems =====
 +
 +  * **Keys in the top row** of the keyboard are associated to **multimedia functions** (volume and brightness control, etc.), not to the regular function keys F1, ... F12. Function keys are activated pressing them with the **blue Fn key**. There is not a BIOS option to invert the Fn key behaviour. See this page for a partial workaround: **[[..:linux:sa:remap_keyboard_keys]]**.
 +  * 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.
 +===== 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.1620374595.txt.gz · Last modified: 2021/05/07 10:03 by niccolo