Skip to content

viktarnikifarau/chuwi-minibook-x150-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Hardware Support

I used Manjaro KDE Plasman 14.01.2026 Kernel version 6.18.4.1-MANJARO

Feature Support Info
Display ✅*
Audio
GPU
Accelerometer ?
Lid Switch
Tablet Switch ✅*
Performance profiles
Screen brightness
Media keys
USB-C ports
Touch screen
Keyboard
Touchpad
Keyboard backlight
Night Light ?
Bluetooth
Ambient light sensor ?
Wifi

Configuration

Rotation

In order to fix rotation during loading of the system you need to following:

  1. Open file for edit(root required) /etc/default/grub
  2. Add following parts to GRUB_CMDLINE_LINUX_DEFAULT variable:
fbcon=rotate:1 video=DSI-1:panel_orientation=right_side_up
  1. Execute
sudo update-grub

After that rotation of the screen will be corrected during system startup.

Rotation of KDE can be changed via Display Configuration GUI.

Rotation of login screen (SDDM) has active issue. Probably will be fixed by replacement of SDDM to PLM(plasma-login-manager) in February 2026. It's fixed by plasma-login-manager replacement.

sudo pacman -S plasma-login-manager
sudo systemctl disable ssdm
sudo systemctl enabled plasmalogin

After reboot you should be able to see correctly rotate login screen

Screen refresh rate

I used guide from this thread.

  1. Download minibookx-vbt.tar.gz
  2. Choose wanted refresh rate (I used minibookx-75.vbt.bin)
  3. I renamed it to simple vbt
  4. Placed it to the /lib/firmware
  5. Add it to /etc/mkinitcpio.conf
FILES=(/lib/firmware/vbt)
  1. Add following parameter to /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT
i915.vbt_firmware=vbt
  1. Execute
sudo mkinitcpio -P
  1. Execute
sudo update-grub

After reboot you will see 75Hz in Display Configuration

Tablet mode

Thanks to mainteiners of minibook-support.

Simply install

pamac build minibook-support-git

After installation when you switch to the tablet mode keyboard and touchpad will be automatically disabled.

Additionally I installed plasma-keyboard for on-screen keyboard(Don't forgot to choose it in Virtual Keyboard section in the settings)

sudo pacman -S plasma-keyboard

Special thanks to:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors