Hello! I bought a Gemibook Xpro 14" and wanted to install Linux on it. I noticed the lack of many instructions on this. I’ll list a series of issues I encountered and how I resolved them, hoping to be helpful to everyone, especially those using Ubuntu or Debian.
- Wi-Fi wasn’t working.
- Bluetooth wasn’t functioning.
- Hardware acceleration for videos wasn’t working at all (no video, no YouTube, no VLC).
- The screen on Debian Mate (my preferred desktop environment) is at 100% size. Ideally, it should be at 125% or 130% because on a 14-inch screen, everything is a bit too small.
The only issue I haven’t resolved is the last one, even though the solution is quite simple. For the rest, I’ll provide some brief suggestions:
- Wi-Fi works with a newer kernel using “iwlwifi.” So, you’ll need Debian Testing or a reasonably up-to-date version of Ubuntu with a kernel >= 6.5. After that, it should work smoothly by installing (if not already available) the iwlwifi firmware.
- Bluetooth is part of the previous firmware. However, it doesn’t work on either Ubuntu or Debian. The workaround is to run the following commands in the terminal:
sudo cp /usr/lib/firmware/intel/ibt-0040-4150.sfi /usr/lib/firmware/intel/ibt-0040-1050.sfi
and then
sudo cp /usr/lib/firmware/intel/ibt-0040-4150.ddc /usr/lib/firmware/intel/ibt-0040-1050.ddc - This is more complex: If video acceleration isn’t working, you need to compile and install the Alder Lake drivers. Below are the files and instructions:
GitHub - intel/media-driver: Intel Graphics Media Driver to support hardware decode, encode and video processing.
If you follow all the steps, compile the libraries first, then the drivers, install them, and restart, everything should work. - Fractional Scaling works without consuming too many resources only with Wayland. Otherwise, on DEs based on Xorg, it’s a kind of workaround (even on distros like Linux Mint or similar). In practice, it zooms to 2x and then downscales to the desired size. This is quite resource-intensive, and I’ve noticed some slowdowns on the Gemibook Xpro with Debian Mate.
I decided to stick with 100% and zoom individual applications. The alternatives are:- Downsizing to 2x and having a slower Gemibook.
- Switching to a DE that supports Wayland well (like KDE), although many applications may not work perfectly, such as GIMP.
The choice is yours (I’m very comfortable with 100% and zooming individual applications).
If you have any doubts, feel free to ask here.
Greetings.