Installing Mint on a Fujitsu Tablet is actually pretty easy, if my experience with a T4020 Lifebook is any indication. Heck, even the stylus screen worked right out of the box.
But one key thing was missing-- the screen doesn't automagically change resolutions, geometry and stylus orientation when you rotate it to tablet mode. As well, the five buttons along the side of the screen for scrolling, screen rotation, and so on, don't work.
Luckily, the open source community is ready with a fix.
First, add these two lines to your software sources, either by editing the text files or using the repositories dialogue in synaptic:
deb http://ppa.launchpad.net/khnz/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/khnz/ppa/ubuntu jaunty main
Now, exit synaptic if using it. Using the following code in terminal, we'll fetch the public key for our new sources:
- Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E88D7B6F
Next, either start up synaptic and search for and install fjbtndrv (the Fujitsu button driver)-- or take a deep breath, shove your fear of the command line aside (I have it too, we're not all masters of the text) and use this command.
- Code: Select all
apt install fjbtndrv
Optionally, if you're a traditionalist.
- Code: Select all
sudo apt-get install fjbtndrv
Let synaptic/ apt install fjbtndrv and its dependencies. Reboot.
There you go.




