[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:35605] Re: woody にXFree86 3.3.6 をインストール
こんにちは、YamYasです。
On Sat, Dec 14, 2002 at 07:27:18PM +0900,
ISHIMARU norihiro wrote:
> 今の状況
> $ startx
> すると、KDE のパネルが出ている所で、マウス、キーボードの所
> にて、X window がコンソールに落ちてしまいます。
>
> /var/log/XFree86.0.log を確認してみると最後の方で、
>
> (**) Option "Protocol" "ImPS/2"
> (**) Configured Mouse: Protocol: "ImPS/2"
> (**) Option "CorePointer"
> (**) Configured Mouse: Core Pointer
> (**) Option "Device" "/dev/psaux"
> (==) Configured Mouse: Buttons: 3
> (**) Option "Emulate3Buttons" "true"
> (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
> (**) Option "ZAxisMapping" "4 5"
> (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
> (**) Option "Protocol" "ImPS/2"
> (**) Generic Mouse: Protocol: "ImPS/2"
> (**) Option "SendCoreEvents" "true"
> (**) Generic Mouse: always reports core events
> (**) Option "Device" "/dev/input/mice"
> (EE) xf86OpenSerial: Cannot open device /dev/input/mice
> No such device.
> (EE) Generic Mouse: cannot open input device
> (EE) PreInit failed for input device "Generic Mouse"
> (II) UnloadModule: "mouse"
> (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
>
> マウスはマイクロソフトの、ホイール付きマウスです。
> http://www.microsoft.com/japan/hardware/mouse/pre_inte_mouse.asp
との事なので、
> 以下に、/etc/X11/XF86Config-4 を抜粋しておきます。
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/psaux"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
こちらのセクションは有効で、
> Section "InputDevice"
> Identifier "Generic Mouse"
> Driver "mouse"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
こちらのセクションはいらないと思います。
なので、ServerLayoutのセクションで
InputDevice "Default Mouse" "CorePointer"
という行をコメントアウト、もしくは、削除してみるとどうでしょう?
--
YamYas <yamyas@xxxxxxxxxx>