Make ESI MAYA 22 USB work on Fedora 32

Posted on Fri 28 August 2020 in Fedora • Tagged with Fedora, Lenovo, Thinkpad

The MAYA 22 USB is an audio interface you can easily connect over USB to your computer.

I like it for its small form factor and good build quality.

It works great with MAC, FreeBSD, Linux and Windows.

When I connected it to my Fedora 32 notebook the device was …


Continue reading

Fedora 32 on a Lenovo T14 AMD Ryzen model

Posted on Fri 28 August 2020 in Fedora • Tagged with Fedora, Lenovo, Thinkpad

The T14 with AMD processor arrived and it is time for a short write up.

Specs

The machine I work with is powered by an AMD Ryzen 7 PRO 4750U with Radeon Graphics. It comes with 8 Cores and 16 threads from 1.7 GHz - 4.1 GHz. Aside to …


Continue reading

Configure Trackpoint scrolling permanent in Fedora 17, Fedora 18, Fedora 19, Fedora 20

Posted on Fri 04 January 2013 in Fedora • Tagged with Fedora, thinkpad, Trackpoint

I used gpointing-device-settings tool to configure my trackpoint scrolling but the changes where not persistent and so I had to configure it manually.

Create /etc/X11/xorg.conf.d/01-trackpoint.conf:

Section "InputClass"
 Identifier     "Wheel Emulation"
 MatchIsPointer "on"
 MatchProduct   "TrackPoint"
 Option         "EmulateWheelButton" "2"
 Option "EmulateWheel" "on"
 EndSection

After restarting X …


Continue reading