I made an up-to-date guide for Linux support on the N100
Hope it’s helpful
I made an up-to-date guide for Linux support on the N100
Hope it’s helpful
Thank you so much, i will also check it there,
If someone else is reading me, and know about more communities about Chuwi on the internet on other forums, please inform me, because i would like to have a look on whats happening and be present there also.
Is there a Minibook X 2024 as mentioned in the Linux guide? Where can I buy it? I wanted to buy the 2023 version but now I will wait to for the 2024. Please advise
The 2023 and 2024 models are the same
I see the 2023 model in the store - but no mention of 2024 model?
the url says minibook-x-2024
All clear. Thank you!
As far as i know, there is no minibook X 2024 ![]()
. We will have new models this year, but that i have informed, is not minibook x
Do not worry because i will post in the forum new incoming products.
Hi. Please add Linux support for newly released Chuwi Minibook 8" N100. This good behaviour a holy grail of smallest and most portable Linux pocket laptop. Please…
I just bought a minibook n100 8" inch with Intel Alder Lake-N. I installed linux mint 22. Installed chrome, and firefox too, but when I playing for example a 4k video in chrome then the CPU is on 70% usage, checking with the intel-gpu-top, the Render/3D engine is at 63%, Blitter 0, Video 0, VideoEnhance 0. Using kernel 6.8.0-51
And the video is lagging somewhat, it is not smooth to play 4k youtube videos. With smplayer it is the same. It seams it does not use the GPU acceleration at all. ![]()
$ inxi -G
Graphics:
Device-1: Intel Alder Lake-N [UHD Graphics] driver: i915 v: kernel
Device-2: Sunplus Innovation Hy-UXGA(B201)-Camera driver: snd-usb-audio,uvcvideo type: USB
Display: server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.6 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: iris gpu: i915 tty: 238x64
API: EGL v: 1.5 drivers: iris,swrast platforms: surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 24.0.9-0ubuntu0.3 note: console (EGL sourced)
renderer: Mesa Intel Graphics (ADL-N), llvmpipe (LLVM 17.0.6 256 bits)
Any idea somebody?
Hey, I found that enabling Vulkan video decoding ended up working well for 4K videos - I wrote some instructions on how to do it and a small script that tests it here: chuwi-minibook/GUIDE.md at main · fstanis/chuwi-minibook · GitHub
I use mpv with the following config:
gpu-context=waylandvk
gpu-api=vulkan
hwdec=vulkan
vo=gpu-next
hwdec-codecs=all
For Chrome, you can try checking what chrome://gpu says - if it’s disabled, you can try starting it with these flags (I didn’t need to do it on my distro, but I had it saved from a previous laptop):
--enable-features=VaapiVideoDecodeLinuxGL,VaapiVideoEncoder
--enable-gpu-rasterization
--enable-zero-copy
--ignore-gpu-blocklist