联想 ThinkPad Edge E330

来自 ArchWiki

此条目或章节不符合笔记本电脑页面指南

原因:小作品 (在 Talk:Lenovo 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

另请参阅: https://forums.lenovo.com/t5/Linux-Discussion/lenovo-e330-touchpad-problem-on-ubuntu-12-04-LTS-32-bit/td-p/1053541

触控板释放时光标跳动

释放手指时,光标跳动导致无法点击小物体。使用 synclient(1) FingerHigh/Low 解决。

$ synclient FingerHigh=40
$ synclient FingerLow=40

故障排除

亮度控制

亮度只能在使用操作系统方法在最暗和最亮值之间切换。修复方法是让 thinkpad-acpi 内核模块控制它:在引导加载程序的内核行中附加 thinkpad-acpi.brightness_enable=1 acpi.brightness_switch_enabled=0

参见