My notes on the installation, though thin are here. It is running Debian, with Xfce installation. The only customisation worth noting are the X11 settings for the trackpad. The custom settings used are:
# # File: /usr/share/X11/xorg.conf.d/50-synaptics.conf # Section "InputClass" Identifier "lenovo x1 carbon touchpad" Driver "synaptics" MatchIsTouchpad "yes" # three fingers for the middle button Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "ClickPad" "1" # drag lock Option "LockedDrags" "0" # prevents too many intentional clicks Option "PalmDetect" "1" # vertical and horizontal scrolling Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "VertEdgeScroll" "1" Option "CoastingSpeed" "8" EndSection
No comments:
Post a Comment