分页: 1 / 1

笔记本ACPI 问题

发表于 : 2005-06-04 14:12
jimmy
IBM R40e笔记本,若在grub上不加 acpi=off 参数,显示Starting Ubuntu...时候死机,键盘锁定。

当然启动进去,电池显示有问题。

另外,不知道Trackpoint的滚轮支持如何驱动起来。(没有触摸版,IBM设计是用一个蓝色键按住,再移动trackpoint来滚动。)是否要禁止中键功能才可以呢?

发表于 : 2005-06-04 14:24
oneleaf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true" <== 增加这一行
Option "EmulateWheelButton" "2" <== 增加这一行
EndSection

发表于 : 2005-06-04 14:30
oneleaf

发表于 : 2005-06-07 21:08
jimmy
搞定。犀利!
:lol: