お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-06-26 04:38:07

tonny
メンバ
登録日: 2010-06-26

Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

Onkyo BX407Aにubuntu 10.4をインストールしましたが、光学式ポインティングデバイスが反応せず、マウスポインタの移動ができません。
ノートPCのパッドと同じと考えていたのですが、設定方法等あるのでしょうか。

ハードウェアへの投稿のほうがよいのかも知れまあせんが、初心者ゆえ、アプリなのか、設定なのか、ドライバーなのか切り分けがつきません。
よろしくお願いいたします。

オフライン

 

#2 2010-06-26 07:19:40

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

念の為、使用機器の型式を投稿いただけますか。また、問題となっている機器が故障していないことはなんらかの方法で確認されていますでしょうか。

端末を開いて、
$ xinput list
とするとなにが表示されますでしょうか。
また、デバイスの接続形態により様々ですが、
$ dmesg | grep i ps/2
$ dmesg | grep i usb
などとすると、デバイスが認識されているのが表示されますでしょうか。

オフライン

 

#3 2010-06-26 14:57:49

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

お世話になります。
使用機器の型式は Onkyo BX407A4 です。

また、端末からコマンド入力の結果は以下のようになりました。
$ xinput list
Virtual core pointer                          id=2    [master pointer  (3)]
   Virtual core XTEST pointer             id=4    [slave  pointer  (2)]
   PS/2 Generic Mouse                      id=9    [slave  pointer  (2)]
   Macintosh mouse button emulation  id=10   [slave  pointer  (2)]
Virtual core keyboard                       id=3    [master keyboard (2)]
   Virtual core XTEST keyboard          id=5    [slave  keyboard (3)]
   Power Button                              id=5    [slave  keyboard (3)]
   Sleep Button                               id=7    [slave  keyboard (3)]
   AT Translated Set 2 keyboard        id=8    [slave  keyboard (3)]

$ dmesg | grep i ps/2
grep: ps/2: No such file or directory

$ dmesg | grep i usb
grep: usb: No such file or directory

ご指導のほどよろしくお願いいたします。

オフライン

 

#4 2010-06-26 15:17:40

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

tonny による投稿:

使用機器の型式は Onkyo BX407A4 です。

失礼しました。外付けの入力デバイスを追加したのでは無く、内蔵のポインティングデバイスが認識されないということでしたか。

tonny による投稿:

また、端末からコマンド入力の結果は以下のようになりました。
$ xinput list
Virtual core pointer                          id=2    [master pointer  (3)]
   Virtual core XTEST pointer             id=4    [slave  pointer  (2)]
   PS/2 Generic Mouse                      id=9    [slave  pointer  (2)]
   Macintosh mouse button emulation  id=10   [slave  pointer  (2)]
Virtual core keyboard                       id=3    [master keyboard (2)]
   Virtual core XTEST keyboard          id=5    [slave  keyboard (3)]
   Power Button                              id=5    [slave  keyboard (3)]
   Sleep Button                               id=7    [slave  keyboard (3)]
   AT Translated Set 2 keyboard        id=8    [slave  keyboard (3)]

$ dmesg | grep i ps/2
grep: ps/2: No such file or directory

$ dmesg | grep i usb
grep: usb: No such file or directory

こちらも申し訳ありません。誤記がありました。
下記が正しいコマンドになります。

コード:

$ dmesg | grep -i ps/2
$ dmesg | grep -i usb

xinputの結果を見ると、PS/2 Generic Mouseとして認識されているものがありますね。
今、なにか外付けで接続しているマウスはありますでしょうか。追加で、

コード:

$ grep -i mouse /var/log/Xorg.0.log

もお願いできますか。

オフライン

 

#5 2010-06-26 20:31:18

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

お世話になります。
こちらこそ、説明が不十分で申し訳ありません。

コマンドの結果は、以下のようになりますので、よろしくお願い致します。

$ dmesg | grep -i ps/2
[   6.556077] PNP: PS/2 Controller [PNP303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   6.574395] mice: PS/2 mouse device common for all mice
[ 104.496628] input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input5

$ dmesg | grep -i usb
[   1.266786] usbcore: registered new interface driver usbfs
[   1.266847] usbcore: registered new interface driver hub
[   1.266962] usbcore: registered new device driver usb
[   6.533023] ehci_hcd: usb 2.0 'Enhanced' Host Controller (EHCI) Driver
[   6.533354] ehci_hcd 0000:00:1d.7: new usb bus registered, assigned bus number 1
[   6.552125] ehci_hcd 0000:00:1d.7: usb 2.0 sterted, EHCI 1.00
[   6.552601] usb usb1: configuration #1 chosen from 1 choice
[   6.552724] hub 1-0:1.0: USB hub found
[   6.552997] ohci_hcd: usb 1.1 'Open' Host Controller (OHCI) Driver
[   6.553065] uhci_hcd: usb Universal Host Controller Interface driver
[   6.553408] uhci_hcd 0000:00:1d.0: new usb bus registered, assigned bus number 2
[   6.553830] usb usb2: configuration #1 chosen from 1 choice
[   6.553937] hub 2-0:1.0: USB hub found
[   6.554301] uhci_hcd 0000:00:1d.1: new usb bus registered, assigned bus number 3
[   6.554705] usb usb3: configuration #1 chosen from 1 choice
[   6.554812] hub 3-0:1.0: USB hub found
[   6.555170] uhci_hcd 0000:00:1d.2: new usb bus registered, assigned bus number 4
[   6.555560] usb usb4: configuration #1 chosen from 1 choice
[   6.555667] hub 4-0:1.0: USB hub found
[   6.864157] hub 1-3: new high speed usb device using ehci_hcd and address 2
[   7.001500] hub 1-3: configuration #1 chosen from 1 choice
[   7.083477] Initializing USB Mass Storage driver...
[   7.140510] hub 1-7: new high speed usb device using ehci_hcd and address 3
[   7.154438] scsi0 : SCSI emulation for USB Mass Storage devices
[   7.170946] usbcore: registered new interface driver usb-storage
[   7.170967] USB Mass Storage support registered.
[   7.171276] usb-storage: device found at 2
[   7.171285] usb-storage: waiting for device to settle before scanning
[   7.297582] hub 1-7: configuration #1 chosen from 1 choice
[  12.169932] usb-storage: device scan complete
[ 104.946372] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3450)
[ 104.953425] input: Venus USB2.0 Camera as /device/pci0000:00/0000:00:1d.7/usb1/1-7/1-7:1.0/input/input6
[ 104.954291] usbcore: registered new interface driver uvcvideo
[ 104.955290] USB Video Class driver (v0.1.0)
[ 105.516349] usb 3-2: new full speed USB device using uhci_hcd and address 2
[ 105.950161] usb 3-2: configuration #1 chosen from 1 choice
[ 108.150680] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 108.154418] usbcore: registered new interface driver btusb

$ grep -i mouse /var/log/Xorg.0.log
(II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event5)
(**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event5"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found relative axes
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/udev: adding input device PS/2 Generic Mouse (/dev/input/mouse1)
(II) config/udev: adding input device Macintosh mouse button emulation (/dev/input/event3)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event3"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: adding input device Macintosh mouse button emulation (/dev/input/mouse0)

オフライン

 

#6 2010-06-27 00:04:18

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

Xorg.0.logには、特にエラーは見当たらず、
xinputおよびdmesgの結果から、PS/2マウスが検出されており、
マウスが動いてもよいはずだと思うのですが。。

この出力を得た際、他にポインティングデバイスが接続されていましたでしょうか。

このPCにインストールされているOSは、現在、Ubuntuだけでしょうか。
できれば他のOSなどで、動作確認をとり、ハード的な故障(レーザ、もしくは、赤外線ダイオードの故障や、検出器の故障など)で無いか確認をとりたいところです。

オフライン

 

#7 2010-06-27 01:18:48

einundzwanzighundertsechs
メンバ
登録日: 2008-12-28

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

tonny さん による投稿:

[ 104.496628] input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input5

恩人の SOTEC=ONKYO のノートPCでi8042 のバグ対策を行なってタッチパッドを認識させるを参考にしてタッチパッドを使えるようにしました.
同じ原因ではないでしょうか.

オフライン

 

#8 2010-06-27 01:39:46

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

お世話になっています。

>xinputおよびdmesgの結果から、PS/2マウスが検出されており、
>マウスが動いてもよいはずだと思うのですが。。

Windows xpのデバイスマネージャでも、「マウスとその他のポインティングデバイス」は「Microsoft PS/2 Mouse」が表示されています。

> この出力を得た際、他にポインティングデバイスが接続されていましたでしょうか。

外付けとしては、何も接続していませんが、タッチスクリーンが内蔵されています。
今回のコマンド入力用の端末等もこのタッチスクリーンで操作しました。

> できれば他のOSなどで、動作確認をとり、ハード的な故障(レーザ、もしくは、赤外線ダイオードの故障や、検出器の故障など)で無いか確認をとりたいところです。

もともとのOSとして、Windows xp SP3がインストールされていますが、このXPでは 内蔵の光学式ポインティングデバイスは正常に動作しています。
このことから考えるとハード的な故障ではないと思うのですが・・・・

以上、よろしくお願い致します。

オフライン

 

#9 2010-06-27 01:57:15

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

einundzwanzighundertsechs さま

「i8042 のバグ対策を行なってタッチパッドを認識させる」情報ありがとうございます。
ubuntu初心者ゆえ、もう少し勉強しないと実施できそうにありません。

明日にでも、チャレンジしてみます。

オフライン

 

#10 2010-06-27 09:19:25

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

まずは、einundzwanzighundertsechsさんが教えて下さった現象と同じものか確認してみましょう。
端末から下記を実行してみて下さい。

コード:

$ grep -i "ps/2\|i8042\|mouse" /var/log/kern.log

以下は私の環境下での実行時出力例です(起動一回分の抜粋。[]で囲まれた部分が起動後の時間を表します)。

コード:

Jun 27 08:16:43 ubuntu kernel: [    0.818390] input: Macintosh mouse button emulation as /devices/virtual/input/input4
Jun 27 08:16:43 ubuntu kernel: [    1.015202] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jun 27 08:16:43 ubuntu kernel: [    1.018168] i8042.c: Detected active multiplexing controller, rev 1.1.
Jun 27 08:16:43 ubuntu kernel: [    1.019886] serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 27 08:16:43 ubuntu kernel: [    1.019921] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Jun 27 08:16:43 ubuntu kernel: [    1.025731] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Jun 27 08:16:43 ubuntu kernel: [    1.025911] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Jun 27 08:16:43 ubuntu kernel: [    1.026082] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Jun 27 08:16:43 ubuntu kernel: [    1.026820] mice: PS/2 mouse device common for all mice
Jun 27 08:16:43 ubuntu kernel: [    1.066772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Jun 27 08:16:43 ubuntu kernel: [    3.731986] generic-usb 0003:0461:4D01.0001: input,hidraw0: USB HID v1.00 Mouse [HID 0461:4d01] on usb-0000:00:0f.4-2/input0
Jun 27 08:16:43 ubuntu kernel: [    3.735989] generic-usb 0003:14E1:6000.0002: input,hidraw1: USB HID v0.01 Mouse [DIALOGUE INC PenMount USB] on usb-0000:00:0f.5-4.1/input0
Jun 27 08:16:43 ubuntu kernel: [   14.695456] psmouse serio3: ID: 10 00 64
Jun 27 08:16:43 ubuntu kernel: [   15.366425] input: PS/2 Generic Mouse as /devices/platform/i8042/serio3/input/input8
Jun 27 08:16:43 ubuntu kernel: [   16.173654] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input9

リンク先と同じようなエラーメッセージがでていたら、i8042.nomux=1を試してみましょう。Ubuntu 10.04ではgrubのバージョンが上がっており、設定方法は若干リンク先と異なります。

下記は同じバグを践んでいそうな場合に実行して下さい。判断に迷う場合は、上記の出力を投稿して、誰かの助言を待ってみて下さい。
$ gksudo gedit /etc/default/grub
として設定ファイルを管理者権限で開き、

コード:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

とある部分を、

コード:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nomux=1"

として保存してエディタを閉じます。
$ sudo update-grub
で変更を反映させます。

オフライン

 

#11 2010-06-27 18:05:34

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

hmatsue様
einundzwanzighundertsechs様

お世話になっております。

さっそく、"i8042.nomux=1"を試してみましたが、結果はダメでした。
ほかに、試せそうな方法があるのでしたら、ご教授願います。

オフライン

 

#12 2010-06-27 18:10:36

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

こちらでは、そちらの状況が把握できませんので、念のためログの確認結果や、実際に操作した内容、その結果などをできるだけ詳しくお願いします。
できればログの変更前後での変化などもあればより状況が判りやすくなります。

オフライン

 

#13 2010-06-27 19:22:40

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

お世話になっております。

>kern.log確認の結果ですが、最後の1行の「Failed・・・」はありませんが、
存在しないはずの外付けポート (AUX0~3) コントローラ (multiplexing controller)
を認識してるので「i8042.nomux=1」を試したしだいです。

$ grep -i "ps/2\|i8042\|mouse" /var/log/kern.log

PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
    ...(中略)...
input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input6
psmouse.c: Failed to enable mouse on isa0060/serio4 ← この行だけ表示されていない。

>実際に操作した内容、その結果などをできるだけ詳しくお願いします。
以下のような状況です。私のとしては、何も変化していないと思います。

①「端末」から$ gksudo gedit /etc/default/grubを入力、実行
②grubのGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"行に i8042.nomux=1を追加し、
 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nomux=1"に修正、保存。
③geditの終了
③「端末」から$ sudo update-grubを入力、実行
④リブート
⑤リブート後、立ち上がってもマウスカーソルは依然と同じく動かず、クリックボタンも反応しない。

オフライン

 

#14 2010-06-27 22:21:21

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

そこのエラー行が出力されていないということは、別の問題のようですね。
/var/log/Xorg.0.log
にはマウスが2つ検出されているようなのですが、xinputでは1つしか出ていないような気が。。
度々ですいませんが、Xorg.0.logの全文を投稿してみていただけますでしょうか。

オフライン

 

#15 2010-06-27 23:59:17

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

たびたびで恐れ言います。
お世話になります。

/var/log/Xorg.0.logの全行です。
見難くて申し訳ありません。 フォーラムにアップすると=) が=)になってしまいます。

よろしくお願いします。

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux UbuntuPhoenix2 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=5f3603b5-da3f-4167-a1ca-8d34ea5a0854 ro quiet splash
Build Date: 23 April 2010  05:11:50PM
xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington <[email protected]>)
Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 27 23:20:23 2010
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f0e80
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:8108:8086:8119 Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller rev 7, Mem @ 0xdff80000/524288, 0xd0000000/134217728, 0xdff60000/131072, I/O @ 0x0000e880/8
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched vesa as autoconfigured driver 0
(==) Matched fbdev as autoconfigured driver 1
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 2.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 0.4.1
    ABI class: X.Org Video Driver, version 6.0
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 0.0.2
    ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 8000 kB
(II) VESA(0): VESA VBE OEM: Intel(r)Poulsbo Graphics Chip Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(r)Poulsbo Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
(==) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) Quirked EDID physical size to 0x0 cm
(II) VESA(0): Manufacturer: SEC  Model: 0  Serial#: 0
(II) VESA(0): Year: 2007  Week: 0
(II) VESA(0): EDID Version: 1.1
(II) VESA(0): Digital Display Input
(II) VESA(0): Indeterminate output size
(II) VESA(0): Gamma: 2.20
(II) VESA(0): No DPMS capabilities specified
(II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.617 redY: 0.340   greenX: 0.360 greenY: 0.586
(II) VESA(0): blueX: 0.159 blueY: 0.156   whiteX: 0.332 whiteY: 0.382
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported detailed timing:
(II) VESA(0): clock: 54.0 MHz   Image Size:  104 x 61 mm
(II) VESA(0): h_active: 1024  h_sync: 1104  h_sync_end 1136 h_blank_end 1184 h_border: 0
(II) VESA(0): v_active: 600  v_sync: 603  v_sync_end 604 v_blanking: 608 v_border: 0
(II) VESA(0): Unknown vendor-specific block f
(II) VESA(0):  SAMSUNG
(II) VESA(0):  LTS480WS-C01
(II) VESA(0): EDID (in hex):
(II) VESA(0):     00ffffffffffff004ca3000000000000
(II) VESA(0):     0011010180100a780a04c39e575c9628
(II) VESA(0):     28556100000001010101010101010101
(II) VESA(0):     010101010101171500a0405808205020
(II) VESA(0):     3100683d000000190000000f00000000
(II) VESA(0):     000000000078e6022300000000fe0053
(II) VESA(0):     414d53554e470a2020202020000000fe
(II) VESA(0):     004c545334383057532d4330310a00cf
(II) VESA(0): EDID vendor "SEC", prod id 0
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1024x600"x0.0   53.99  1024 1104 1136 1184  600 603 604 608 -hsync -vsync (45.6 kHz)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 160 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 161 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 162 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 163 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 164 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 165 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 166 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 167 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 168 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 169 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16d (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16e (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 16f (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 170 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 171 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 13c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 14d (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 15c (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 13a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 14b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 15a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 107 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 11a (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 11b (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 105 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 117 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
Mode: 118 (0x0)
    ModeAttributes: 0x0
    WinAAttributes: 0x0
    WinBAttributes: 0x0
    WinGranularity: 0
    WinSize: 0
    WinASegment: 0x0
    WinBSegment: 0x0
    WinFuncPtr: 0x0
    BytesPerScanline: 0
    XResolution: 0
    YResolution: 0
    XCharSize: 0
    YCharSize: 0
    NumberOfPlanes: 0
    BitsPerPixel: 0
    NumberOfBanks: 0
    MemoryModel: 0
    BankSize: 0
    NumberOfImages: 0
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x0
    LinBytesPerScanLine: 0
    BnkNumberOfImagePages: 0
    LinNumberOfImagePages: 0
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 0
*Mode: 112 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 2560
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 5
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 2560
    BnkNumberOfImagePages: 5
    LinNumberOfImagePages: 5
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
Mode: 114 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 1600
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 7
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 1600
    BnkNumberOfImagePages: 7
    LinNumberOfImagePages: 7
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
*Mode: 115 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 3200
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 32
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 3
    RedMaskSize: 8
    RedFieldPosition: 16
    GreenMaskSize: 8
    GreenFieldPosition: 8
    BlueMaskSize: 8
    BlueFieldPosition: 0
    RsvdMaskSize: 8
    RsvdFieldPosition: 24
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 3200
    BnkNumberOfImagePages: 3
    LinNumberOfImagePages: 3
    LinRedMaskSize: 8
    LinRedFieldPosition: 16
    LinGreenMaskSize: 8
    LinGreenFieldPosition: 8
    LinBlueMaskSize: 8
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 8
    LinRsvdFieldPosition: 24
    MaxPixelClock: 230000000
Mode: 101 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 640
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 24
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 640
    BnkNumberOfImagePages: 24
    LinNumberOfImagePages: 24
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
Mode: 103 (800x600)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 832
    XResolution: 800
    YResolution: 600
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 8
    NumberOfBanks: 1
    MemoryModel: 4
    BankSize: 0
    NumberOfImages: 14
    RedMaskSize: 0
    RedFieldPosition: 0
    GreenMaskSize: 0
    GreenFieldPosition: 0
    BlueMaskSize: 0
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 832
    BnkNumberOfImagePages: 14
    LinNumberOfImagePages: 14
    LinRedMaskSize: 0
    LinRedFieldPosition: 0
    LinGreenMaskSize: 0
    LinGreenFieldPosition: 0
    LinBlueMaskSize: 0
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000
Mode: 111 (640x480)
    ModeAttributes: 0x9b
    WinAAttributes: 0x7
    WinBAttributes: 0x0
    WinGranularity: 64
    WinSize: 64
    WinASegment: 0xa000
    WinBSegment: 0x0
    WinFuncPtr: 0xc00081fb
    BytesPerScanline: 1280
    XResolution: 640
    YResolution: 480
    XCharSize: 8
    YCharSize: 16
    NumberOfPlanes: 1
    BitsPerPixel: 16
    NumberOfBanks: 1
    MemoryModel: 6
    BankSize: 0
    NumberOfImages: 11
    RedMaskSize: 5
    RedFieldPosition: 11
    GreenMaskSize: 6
    GreenFieldPosition: 5
    BlueMaskSize: 5
    BlueFieldPosition: 0
    RsvdMaskSize: 0
    RsvdFieldPosition: 0
    DirectColorModeInfo: 0
    PhysBasePtr: 0x1f800000
    LinBytesPerScanLine: 1280
    BnkNumberOfImagePages: 11
    LinNumberOfImagePages: 11
    LinRedMaskSize: 5
    LinRedFieldPosition: 11
    LinGreenMaskSize: 6
    LinGreenFieldPosition: 5
    LinBlueMaskSize: 5
    LinBlueFieldPosition: 0
    LinRsvdMaskSize: 0
    LinRsvdFieldPosition: 0
    MaxPixelClock: 230000000

(II) VESA(0): Total Memory: 125 64KB banks (8000kB)
(II) VESA(0): <default monitor>: Using hsync value of 45.60 kHz
(II) VESA(0): <default monitor>: Using vrefresh value of 75.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
(WW) VESA(0): No valid modes left. Trying less strict filter...
(II) VESA(0): <default monitor>: Using hsync value of 45.60 kHz
(II) VESA(0): <default monitor>: Using vrefresh value of 75.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
(II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
(WW) VESA(0): No valid modes left. Trying aggressive sync range...
(II) VESA(0): <default monitor>: Using hsync range of 31.50-45.60 kHz
(II) VESA(0): <default monitor>: Using vrefresh range of 50.00-75.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(==) VESA(0): DPI set to (96, 96)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (112)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(==) Depth 24 pixmap format is 32 bpp
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 8000 kB
(II) VESA(0): VESA VBE OEM: Intel(r)Poulsbo Graphics Chip Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
(II) VESA(0): VESA VBE OEM Product: Intel(r)Poulsbo Graphics Controller
(II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) VESA(0): virtual address = (nil),
    physical address = 0x1f800000, size = 8192000
(II) VESA(0): virtual address = 0xb75a6000,
    physical address = 0xa0000, size = 65536
(II) VESA(0): Setting up VESA Mode 0x115 (800x600)
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) VESA(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "jp106"
(**) Option "xkb_layout" "jp"
(II) XKB: reuse xkmfile /var/lib/xkb/server-A94739771F15EFE8C025256FFCF9484D873832F7.xkm
(II) config/udev: Adding input device Lid Switch (/dev/input/event2)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Sleep Button (/dev/input/event0)
(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event0"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "jp106"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Venus USB2.0 Camera (/dev/input/event5)
(**) Venus USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
(**) Venus USB2.0 Camera: always reports core events
(**) Venus USB2.0 Camera: Device: "/dev/input/event5"
(II) Venus USB2.0 Camera: Found keys
(II) Venus USB2.0 Camera: Configuring as keyboard
(II) XINPUT: Adding extended input device "Venus USB2.0 Camera" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "jp106"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event4"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "jp106"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event6)
(**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
(**) PS/2 Generic Mouse: always reports core events
(**) PS/2 Generic Mouse: Device: "/dev/input/event6"
(II) PS/2 Generic Mouse: Found 3 mouse buttons
(II) PS/2 Generic Mouse: Found relative axes
(II) PS/2 Generic Mouse: Found x and y relative axes
(II) PS/2 Generic Mouse: Configuring as mouse
(**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
(II) PS/2 Generic Mouse: initialized for relative axes.
(II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event3)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event3"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)

オフライン

 

#16 2010-06-28 09:57:11

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

やはりXorg.0.logには正常に認識されているように見えていて、致命的なエラーらしきものも無いですね。。
正直なぜ、xinputで表示されないのか判りません。。

もうひとつだけ思いつくのは、/etc/X11/xorg.confに明示的にデバイスの設定を登録してしまうことでなにか状況に変化がでないか、ということなのですが、試してみますか?試す場合は、

$ dmesg | grep input
$ cat /etc/X11/xorg.conf

の結果を投稿してみて下さい。



フォーラムメンバ 各位
正直手詰まり気味です。
なにか思い当たるところあれば、ご参加下さい。

オフライン

 

#17 2010-06-28 15:20:12

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

たびたびで恐れいります。
お世話になります。

/etc/X11/xorg.confは無いようです。
出力結果は、以下のようになりました。

よろしくお願いいます。

$ dmesg | grep input
[    1.338638] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.338781] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.338926] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.371918] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    1.428294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   16.842281] input: Venus USB2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-7/1-7:1.0/input/input5
[   17.096701] input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input6
[   18.334005] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7

$ cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory

オフライン

 

#18 2010-06-28 15:50:08

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

申し訳ありません。どうやらXorg.0.logの読み方を間違っていたようで、実際にはポインティングデバイスはひとつしか認識されていなかったようです。
input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input6

なので、Xorg以前の問題になるのですが、念の為の確認ですが、#13で投稿いただいた

コード:

$ grep -i "ps/2\|i8042\|mouse" /var/log/kern.log

PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
    ...(中略)...
input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input6
psmouse.c: Failed to enable mouse on isa0060/serio4 ← この行だけ表示されていない。

は、そちらでのi8042.nomux=1適用前のログという認識でよろしいでしょうか。

BIOS設定の方に、ポインティングデバイスの認識についての設定項目はなにかありますでしょうか。
例えば外部デバイスが接続されたら、内蔵のデバイスを無効化するなどの項目は無いでしょうか。

オフライン

 

#19 2010-06-28 17:24:12

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

素早い回答ありがとうございます。

>input: PS/2 Generic Mouse as /devices/platform/i8042/serio4/input/input6
>なので、Xorg以前の問題になるのですが、念の為の確認ですが、#13で投稿いただいた・・・・
>は、そちらでのi8042.nomux=1適用前のログという認識でよろしいでしょうか

はい、「i8042 のバグ対策を行なってタッチパッドを認識させる」の確認手順で行っておりますので、
i8042.nomux=1適用前のログです。
なお、i8042.nomux=1は動作に変化がなかったので、もとの状態に戻しています。

>BIOS設定の方に、ポインティングデバイスの認識についての設定項目はなにかありますでしょうか。
>例えば外部デバイスが接続されたら、内蔵のデバイスを無効化するなどの項目は無いでしょうか。

BIOSの設定のは、ポインティングデバイス関する項目は、ありません。

以上、よろしくお願いいたします。

オフライン

 

#20 2010-06-29 09:36:36

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

そうなると、udevがデバイスの認識に失敗しているのかも。。
udevの走っているLinux(Ubuntuの少し前のバージョンとか、他のディストリビューションとか)でポインティングデバイスを認識できるものを探して、
$ udevadm info --export-db
を実行し、その出力結果と、現在の環境で実行した出力結果を比較すれば、違いが判るかも、と思うのですが、実際のところこのあたりの解析や(違いが見つかったとして)その差分のudevのrulesファイルへの落とし込みには自信がありません。。
申し訳ありませんが、自分に知識的には手詰まりっぽいです。。
何か外付けのマウスを接続して凌ぐというのは解になりませんでしょうか。

オフライン

 

#21 2010-06-29 09:47:03

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

最後にもうひとつだけ悪足掻き。
http://pc-support.jp.onkyo.com/pds/manual_list.aspx?pc=0300820000001
のマニュアルによると、
Fnキー+Y
は機能しないとありますが、念のため、それを押したときに変化がでないか確認してみて下さい。

オフライン

 

#22 2010-06-29 22:25:11

einundzwanzighundertsechs
メンバ
登録日: 2008-12-28

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

tonny さん による投稿:

Windows xpのデバイスマネージャでも、「マウスとその他のポインティングデバイス」は「Microsoft PS/2 Mouse」が表示されています。

Win のデバイスマネージャによる ONKYO BX の ハードウェア構成の画像をアップしているブログを見つけました.
http://thcomp.blog40.fc2.com/blog-entry-233.html
画像へのリンクは http://blog-imgs-23-origin.fc2.com/t/h/c/thcomp/BX_hardware2.jpg
確かにポインティングデバイスらしいのは,Win からでも, "Microsoft PS/2 Mouse" ぐらいしか見当たらない…
タッチスクリーンにあたるデバイスも見当たらない…

この "Microsoft PS/2 Mouse" が,タッチスクリーン,光学デバイス,マウスボタンの全てを担っているのでしょうか?
input-events コマンドで /dev/input/event5 をモニターしてみますか?
# と,言いながら,しばらくは投稿できないかもしれません.ゴメンなさい.

オフライン

 

#23 2010-06-29 22:25:45

tonny
メンバ
登録日: 2010-06-26

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

Fnキー+Yもやはりダメでした。 何の変化もありません。


いろいろとお骨折りありがとうございました。

当分は、タッチスクリーンで使用したいと思います。

オフライン

 

#24 2010-06-29 22:31:42

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

むぅ。
すいませんが、自分にはここらへんが限界のようです。。

einundzwanzighundertsechsさんが、まだ少し策を持っていらっしゃるようなので、気長に取り組んでみるのもよいのでは無いかと思いますが。。
# と横から口をはさんでみるテスト。

オフライン

 

#25 2010-06-30 12:33:54

einundzwanzighundertsechs
メンバ
登録日: 2008-12-28

Re: Onkyo BX407Aで光学式ポインティングデバイスを認識しない ubuntu 10.4

策と言えるものではありませんが,検索した結果では「認識しない」という漠然とした情報しかなく,現状をもう少し突っ込んで調べておくのは意味があるのではと考えます.

#22に書いたように,Win のデバイスマネージャからも,ポインティングデバイスらしきものは
"Microsoft PS/2 Mouse" (Linux からは "PS/2 Generic Mouse")
しか見えないので,対応するデバイスファイルをモニターすれば,現状で「何処まで届いているのか」を把握できるのではないかと思います.

あらかじめ evtest コマンドをインストールします.
$ sudo apt-get install evtest

tonny さんの投稿 #15のログからはデバイスファイルは /dev/input/mouse1 と /dev/input/event6 のはずですが,
起動毎に番号が変わる可能性もあるので,
$ cat /proc/bus/input/devices
で,PS/2 Generic Mouse のエントリを探します.
こちらでのタッチパッドのエントリは次のようなものです.

コード:

I: Bus=0011 Vendor=0002 Product=0007 Version=39b2
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input7
U: Uniq=
H: Handlers=mouse2 event7 
B: EV=b
B: KEY=6420 30000 0 0 0 0
B: ABS=11000003

Handlers の項目をみれば対応するデバイスファイルが解ります.上の例では /dev/input/mouse2 /dev/input/event7 です.

デバイスファイルの番号に変わりが無ければ,
$ sudo evtest /dev/input/event6
でモニターできます.

此方(Fedora13なのでフォーマットは異なるかも…)での実行例では,

コード:

Input driver version is 1.0.0
Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x39b2
Input device name: "SynPS/2 Synaptics TouchPad"
Supported events:
  Event type 0 (Reset)
    Event code 0 (Reset)
    Event code 1 (Key)
    Event code 3 (Absolute)
  Event type 1 (Key)
    Event code 272 (LeftBtn)
    Event code 273 (RightBtn)
    Event code 325 (ToolFinger)
    Event code 330 (Touch)
    Event code 333 (?)
    Event code 334 (?)
  Event type 3 (Absolute)
    Event code 0 (X)
      Value      1
      Min     1472
      Max     5472
    Event code 1 (Y)
      Value   5855
      Min     1408
      Max     4448
    Event code 24 (Pressure)
      Value      0
      Min        0
      Max      255
    Event code 28 (?)
      Value      0
      Min        0
      Max        0
Testing ... (interrupt to exit)

と出力があって,モニターが始まります.
マウスボタン,光学式デバイス,タッチパネル を順に触って,どんな出力が続くか観察します.此方で USB マウスをモニターすると

コード:

Event: time 1277867628.333231, type 2 (Relative), code 1 (Y), value -1
Event: time 1277867628.333250, type 0 (Reset), code 0 (Reset), value 0
Event: time 1277867628.525217, type 2 (Relative), code 1 (Y), value 1
Event: time 1277867628.525233, type 0 (Reset), code 0 (Reset), value 0
Event: time 1277867628.693164, type 4 (?), code 4 (?), value 589825
Event: time 1277867628.693173, type 1 (Key), code 272 (LeftBtn), value 1
Event: time 1277867628.693237, type 0 (Reset), code 0 (Reset), value 0

のような出力が続きます.Ctrl-C でモニターをストップします.

また,/dev/input/mouse1 の方は,オクタルダンプ
$ sudo od /dev/input/mouse1
を実行し,デバイスを操作して,反応をみてみましょう.次のような感じです.

コード:

$ od /dev/input/mouse1 
0000000 000010 014001 000376 176430 014000 000377 177430 014001
0000020 000777 000010 014001 000377 176470 034376 177376 177470
0000040 034377 176777 177470 034377 177777 000050 034377 177776
0000060 177030 034000 177373 176070 034375 177773 176470 034377
0000100 177777 176470 034377 177776 000010 004001 000001 000410

数値の意味を読み取るのは無理なので,結果を投稿する必要はありませんが,
マウスボタン,光学式デバイス,タッチパネル のどれを触ったときに数値が出力されたかを調べてください.Ctrl-C でオクタルダンプは終了します.

オフライン

 

Board footer

Powered by FluxBB