TUXEDO InfinityBook S 14 - Gen6#
Konfiguration#
Display / Bildschirm: Full-HD (1920 x 1080) IPS matt | 100% sRGB | Low-Power
32 GB (1x 32GB) 3200MHz CL22 Samsung
8 GB (1x 8GB) 3200Mhz verlötet on board
Prozessor | Grafikchip: Intel Core i7-1165G7 (15W TDP) | Intel Iris Xe Graphics G7 (96EUs)
Festplatte M.2 SSD: 1000 GB Samsung 980 PRO (NVMe PCIe 4.0)
Tastatur mit TUX Super-Taste
Tastaturlayout DEUTSCH (DE-DE)
UMTS / LTE 4G Modul: LTE/HSDPA+ 4G HUAWEI ME936
WLAN & Bluetooth: Intel Wi-Fi 6 AX200 & Bluetooth 5.2 (bis zu 2400Mbps)
fio#
felix@t $ fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=test --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75
test: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64
fio-3.16
Starting 1 process
test: Laying out IO file (1 file / 4096MiB)
Jobs: 1 (f=1): [m(1)][100.0%][r=718MiB/s,w=240MiB/s][r=184k,w=61.4k IOPS][eta 00m:00s]
test: (groupid=0, jobs=1): err= 0: pid=196864: Wed Mar 16 14:50:39 2022
read: IOPS=187k, BW=730MiB/s (766MB/s)(3070MiB/4205msec)
bw ( KiB/s): min=731848, max=762976, per=100.00%, avg=748177.00, stdev=9897.41, samples=8
iops : min=182962, max=190744, avg=187044.50, stdev=2474.31, samples=8
write: IOPS=62.5k, BW=244MiB/s (256MB/s)(1026MiB/4205msec); 0 zone resets
bw ( KiB/s): min=244000, max=255288, per=100.00%, avg=250245.00, stdev=3787.43, samples=8
iops : min=61000, max=63822, avg=62561.25, stdev=946.86, samples=8
cpu : usr=19.51%, sys=80.21%, ctx=148, majf=0, minf=9
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
issued rwts: total=785920,262656,0,0 short=0,0,0,0 dropped=0,0,0,0
latency : target=0, window=0, percentile=100.00%, depth=64
Run status group 0 (all jobs):
READ: bw=730MiB/s (766MB/s), 730MiB/s-730MiB/s (766MB/s-766MB/s), io=3070MiB (3219MB), run=4205-4205msec
WRITE: bw=244MiB/s (256MB/s), 244MiB/s-244MiB/s (256MB/s-256MB/s), io=1026MiB (1076MB), run=4205-4205msec
Disk stats (read/write):
dm-1: ios=778523/260220, merge=0/0, ticks=39608/5256, in_queue=44864, util=97.75%, aggrios=785920/262721, aggrmerge=0/0, aggrticks=39560/5160, aggrin_queue=44720, aggrutil=96.67%
dm-0: ios=785920/262721, merge=0/0, ticks=39560/5160, in_queue=44720, util=96.67%, aggrios=785920/262683, aggrmerge=0/38, aggrticks=35394/3076, aggrin_queue=38481, aggrutil=96.67%
nvme0n1: ios=785920/262683, merge=0/38, ticks=35394/3076, in_queue=38481, util=96.67%
Disable Touchpad While Typing#
“Mouse and Touchpad”
Tab “Devices” > ETPS/2 Elantech Touchpad
Tab “Touchpad”
check “Disable touchpad while typing”
set “Duration” to 0,4
At least that’s what should have worked, but did not.
You need to add kernel parameters for it to work [1]. In /etc/default/grub
:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_os_name=Linux acpi_osi=! acpi_osi=Linux acpi_backlight=vendor"
I should probably check what all of those mean (and do), but for now I’m glad stuff works and I can type without moving my mouse all over the place. 😅