xorg 鼠鍵無法使用 - BBS

Table of Contents

我的系統是 7.2 stable 在 xorg-7.4_2

鼠 microsoft的光學usb
ums0: <Microsoft Basic Optical Mouse, class 0/0, rev 1.10/0.00, addr 2> on uhub1
ums0: 3 buttons and Z dir.

鍵 ibm鍵盤
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]

---------------------------

/xorg.conf設定
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

---------------------------

startx之後進去 看的到滑鼠在那邊 但是不能移動
按ctrl alt bs 跳不出來

該如何解決呢

--

All Comments