联想 ThinkPad Edge E330
本条目介绍 Arch Linux 对 联想 ThinkPad Edge E330s 笔记本电脑的支持。
| 硬件 | PCI/USB ID | 工作状态? |
|---|---|---|
| GPU | 是 | |
| 以太网 | 是 | |
| 无线 | 是 | |
| 蓝牙 | 是 | |
| 音频 | 是 | |
| 摄像头 | 是 | |
| 读卡器 | 是 |
配置
Clickpad
在某些情况下,需要创建
/etc/X11/xorg.conf.d/50-touchpad.conf
Section "InputClass"
Identifier "touchpad"
MatchProduct "SynPS/2 Synaptics TouchPad"
Driver "synaptics"
# fix touchpad resolution
Option "VertResolution" "100"
Option "HorizResolution" "65"
# disable synaptics driver pointer acceleration
Option "MinSpeed" "1"
Option "MaxSpeed" "1"
# tweak the X-server pointer acceleration
Option "AccelerationProfile" "2"
Option "AdaptiveDeceleration" "16"
Option "ConstantDeceleration" "16"
Option "VelocityScale" "32"
EndSection
触控板释放时光标跳动
释放手指时,光标跳动导致无法点击小物体。使用 synclient(1) FingerHigh/Low 解决。
$ synclient FingerHigh=40 $ synclient FingerLow=40
故障排除
亮度控制
亮度只能在使用操作系统方法在最暗和最亮值之间切换。修复方法是让 thinkpad-acpi 内核模块控制它:在引导加载程序的内核行中附加 thinkpad-acpi.brightness_enable=1 acpi.brightness_switch_enabled=0。