MGA3b1 installed and works beautifully on my "new" toy, a Lenovo X200 tablet (convertible)
This also works on MGA2...
The Wacom touchscreen (pen only) worked fine after a little configuration:
Required steps are simple, and the config files SHOULD be part of the wacom packages, but apparently aren't...
You have to install all the wacom drivers for X, kde etc, and create/paste the following 2 filesinto the right locations:
/etc/X11/xorg.conf.d/50-wacom.conf
- Code: Select all
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection
# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection
/etc/udev/rules.d/10-wacom.rules
- Code: Select all
ACTION!="add|change", GOTO="wacom_end"
# Match all wacom tablets with a serial ID starting with WACf or FUJ*
ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
LABEL="wacom_end"
Config utility in KDE worked as expected.
Initial attempt on an older/slower USB stick (same iso image) failed to boot on this OR my desktop.
Seems to be more dependant on the stick speed than before, as I have used that paricular stick before w/no issues.
sleep/hibernate both work out of the box, only the fingerprint scanner seems to lack a driver, Authentec 2810 listed as unsupported under Linux so far.
No other issues so far, other than trying to find a handwriting recognition/note taking replacement for onenote, seems nixnote isn't packaged for Mageia.
Next I'll Google a bit to get the screen rotation buttons to work etc, will provide links or another mini-how to if i can't find one that just works.