桐山です

At Fri, 17 Aug 2012 14:26:49 +0900,
Dobashi.M wrote:
> 
> At Fri, 17 Aug 2012 11:13:37 +0900,
> KIRIYAMA Kazuhiko wrote:
> 再現ありがとうございます。まず、こちらの訂正から。
> 
> $ diff mouse-sysmouse.fdi.bad mouse-sysmouse.fdi.good 
> 6c6
> <       <merge key="input.x11_options.Device" type="string">/dev/psm0</merge>
> ---
> >       <merge key="input.x11_options.Device" type="string">/dev/ums0</merge>

基本的に mouse-sysmouse.fdi は関係ありませんねぇ

# diff -u の方が見易いのですが

> psm0ではなく ums0です、がそれでも USBマウスの動作はしませんでした。
> 
> 当方の xorg.confです。
> ...
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "Auto"
>         Option      "Emulate3Buttons" "on"
>         Option      "Emulate3Timeout" "50"
>         Option      "Device" "/dev/sysmouse"
>         Option      "ZAxisMapping" "4 5 6 7"
> ...

こういうのは小出しにせず全て見せないと

# 自分が知らない部分で間違っている可能性もありますし...

> > admin@kazu:~[103]% uname -a
> > FreeBSD kazu.pis 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5: Tue Aug  7 
> > 07:48:30 JST 2012     r...@kazu.pis:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> 9.1-BETA1 FreeBSD 9.1-BETA1 #0: Fri Aug 10 20:33:25 JST 2012...
> 
> 当方の pkg_infoです。
> % pkg_info -aI | grep xorg
> linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10)
> xorg-7.5.2          X.Org complete distribution metaport
> xorg-apps-7.5.2     X.org apps meta-port
> xorg-cf-files-1.0.4 X.org cf files for use with imake builds
> xorg-docs-1.6,1     X.org documentation files
> xorg-drivers-7.5.2  X.org drivers meta-port
> xorg-fonts-100dpi-7.5.1 X.Org 100dpi bitmap fonts
> xorg-fonts-7.5.1    X.org fonts meta-port
> xorg-fonts-75dpi-7.5.1 X.Org 75dpi bitmap fonts
> xorg-fonts-cyrillic-7.5.1 X.Org Cyrillic bitmap fonts
> xorg-fonts-miscbitmaps-7.5.1 X.Org miscellaneous bitmap fonts
> xorg-fonts-truetype-7.5.1 X.Org TrueType fonts
> xorg-fonts-type1-7.5.1 X.Org Type1 fonts
> xorg-libraries-7.5.1 X.org libraries meta-port
> xorg-macros-1.16.1  X.Org development aclocal macros
> xorg-server-1.7.7_5,1 X.Org X server and related programs
> 
> ですが、ドライバー類は
> % pkg_info -aI | grep xf86-
> xf86-input-keyboard-1.6.1 X.Org keyboard input driver
> xf86-input-mouse-1.7.1 X.Org mouse input driver
> xf86-video-ati-6.14.3_1 X.Org ati display driver
> xf86-video-intel-2.7.1_4 Driver for Intel integrated graphics chipsets
> xf86-video-mach64-6.9.0 X.Org mach64 display driver
> xf86-video-nv-2.1.18_1 X.Org nv display driver
> xf86-video-openchrome-0.2.904_3 X.Org openChrome display driver
> xf86-video-r128-6.8.1_3 X.Org r128 display driver
> xf86-video-radeonhd-1.3.0_5 X.Org ati RadeonHD display driver
> xf86-video-vesa-2.3.0_2 X.Org vesa display driver
> ですね。

xf86-video-intel-2.7.1_4 というところを見ると X は WITH_NEW_XORG=yes ではな
いですね.当方の X は全て WITH_NEW_XORG=yes および WITH_KMS=yes でビルドして
ますんで基本的に使っている X およびその上でビルドしているアプリケーションは
全て当方のものとは異なっていますね.

> > [3] http://www.openedu.org/~kiri/trouble/Xorg.0.log
> 拝見しました。
> ...
> [    31.673] (II) config/hal: Adding input device PS/2 Mouse
> [    31.673] (II) Using input driver 'mouse' for 'PS/2 Mouse'
> [    31.673] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
> [    31.673] (**) PS/2 Mouse: always reports core events
> [    31.673] (**) Option "Device" "/dev/psm0"
> [    31.673] (==) PS/2 Mouse: Protocol: "Auto"
> [    31.673] (**) PS/2 Mouse: always reports core events
> [    31.749] (==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
> [    31.749] (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
> [    31.749] (**) PS/2 Mouse: Buttons: 9
> [    31.749] (**) Option "config_info" 
> "hal:/org/freedesktop/Hal/devices/psm_0"
> [    31.749] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: 
> MOUSE)
> 
> 先に記しましたが、PS/2マウスは Xorg起動時に動作しています。
> (動作試験で USBマウスと同時使用ですが)
> USBマウスのみの場合動作しなかったので、これまでの 9.0と違うのかな?と思っ
> た次第です。

すいませんが,ちょっと御教示ください.↑で引用されている「USBマウス=USB の
口に刺して動作するマウス」のことでしょうか?

メールによる返信