CASIO CASSIOPEIA FIVA and Siliconmotion Xorg driver in BSD

Piotr Lukawski plukawski at googlemail.com
Sun Mar 7 13:16:16 PST 2010


*Dear All,*
*After installation of FreeBSD 8.0 on my Cassiopea Fiva computer I found a
problem with xorg.
I have a card SM712 LynxEM+ there and it should operate using driver
"siliconmotion".
However, I can not start Xwindows. I just get a white screen and message on
terminal:

*******************************
****************
*X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE i386
Current Operating System: FreeBSD casiopea.lukawski.net 8.0-RELEASE FreeBSD
8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009
root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 06 March 2010  02:03:54PM

        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 Mar  7 05:37:28 2010
(++) Using config file: "/root/xorg.conf"
failed to set mtrr: Operation not supported
failed to unset mtrr: Operation not supported
failed to set mtrr: Operation not supported
[dix] Could not init font path element , removing from list!
* **********************************************
*Then the only way is to kill xorg server, but even after the screen of a
computer remains white and the only solution is to restart the system from
the remote terminal.*

*After already several days of different attempts to locate and solve the
problem I am already desperated. I have even updated the system and tried
OpenBSD instead but with the same effect.
Please help me with. See all conf and log files below.
Thanks in advance for your support.
With kind regards,
Piotr Lukawski
*
*System info:
casiopea# uname -a
FreeBSD casiopea.lukawski.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21
15:48:17 UTC 2009
root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
i386

In rc.conf file:
*hald_enable="YES"
dbus_enable="YES"*

**xorg.conf:*
Section "ServerLayout"
  Identifier    "XFree86 Configured"
  Screen 0      "FIVA Screen" 0 0
  InputDevice   "FIVA Point" "CorePointer"
  InputDevice   "FIVA Keyboard" "CoreKeyboard"
  Option "AllowEmptyInput" "false"
EndSection

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
  # codeconv
  # dri
  # drivers
  # extensions
#  Load "GLcore"
  Load  "dbe"
  Load  "dri"
  Load  "dri2"
  Load  "extmod"
  Load  "glx"
  Load  "record"
  # freebsd
#  Load "drm"
  # input
EndSection

Section "ServerFlags"
#  Option       "blank time"    "0"
#  Option       "standby time"  "15"
#  Option       "suspend time"  "20"
#  Option       "off time"      "0"
EndSection

Section "InputDevice"
  Identifier    "FIVA Keyboard"
  Driver        "keyboard"
#  Option       "XkbModel" "jp106"
#  Option       "XkbLayout" "jp"
#  Option       "XkbOptions" "ctrl:swapcaps"
EndSection

Section "InputDevice"
  Identifier    "FIVA Point"
  Driver        "mouse"
  Option        "Device" "/dev/sysmouse"
  Option        "Protocol" "Auto"
  Option        "SampleRate"    "600"
EndSection

Section "Monitor"
  Identifier    "FIVA 8.4inch LCD"
  VendorName    "CASIO"
  ModelName     "FIVA 106VL"
  HorizSync     31.5-48.5
  VertRefresh   50-76
  ModeLine      "800x600"       36 800 823 992 1024 600 601 603 620
EndSection

Section "Device"
  Identifier    "Silicon Motion Lynx"
  Driver        "siliconmotion"
  VendorName    "Silicon Motion Inc."
  BoardName     "SM712 LynxEM+"
  BusID         "PCI:0:9:0"
  ChipSet       "lynxem+"
  Option        "SWCursor" "true"
  Option        "UseBIOS" "off" # DO NOT REMOVE THIS
  Option        "pci_burst" "on"
  Option        "fifo_conservative" "on"
  #Option     "pci_burst"               # [<bool>] off
  #Option     "fifo_conservative"       # [<bool>]
  #Option     "fifo_moderate"           # [<bool>]
  #Option     "fifo_aggressive"         # [<bool>]
  #Option     "pci_retry"               # [<bool>]
  #Option     "NoAccel"                 # [<bool>] enabled
  #Option     "set_mclk"                # <freq>
  #Option     "show_cache"              # [<bool>]
  #Option     "HWCursor"                # [<bool>] on
  #Option     "SWCursor"                # [<bool>] off
  #Option     "ShadowFB"                # [<bool>] off
  #Option     "Rotate"                  # [<str>]
  #Option     "VideoKey"                # <i>
  #Option     "ByteSwap"                # [<bool>] off
  #Option     "Interlaced"              # [<bool>] off
  #Option     "UseBIOS"                 # [<bool>] on
  #Option     "ZoomOnLCD"               # [<bool>] off
EndSection

Section "Screen"
  Identifier    "FIVA Screen"
  Device        "Silicon Motion Lynx"
  Monitor       "FIVA 8.4inch LCD"
  DefaultDepth  16

  SubSection "Display"
    Depth       16
    Modes       "800x600"
  EndSubSection
  SubSection "Display"
    Depth       24
    Modes       "800x600"
  EndSubSection
EndSection

*
**/var/log/Xorg.0.log now looks like:*

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE i386
Current Operating System: FreeBSD casiopea.lukawski.net 8.0-RELEASE FreeBSD
8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009
root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 06 March 2010  02:03:54PM

        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 Mar  7 16:24:18 2010

(++) Using config file: "xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "FIVA Screen" (0)
(**) |   |-->Monitor "FIVA 8.4inch LCD"
(**) |   |-->Device "Silicon Motion Lynx"
(**) |-->Input Device "FIVA Point"
(**) |-->Input Device "FIVA Keyboard"
(**) Option "AllowEmptyInput" "false"

(==) Automatically adding devices
(==) Automatically enabling devices
(**) FontPath set to:
        /usr/local/lib/X11/fonts/misc/,
        /usr/local/lib/X11/fonts/TTF/,
        /usr/local/lib/X11/fonts/OTF,
        /usr/local/lib/X11/fonts/Type1/,
        /usr/local/lib/X11/fonts/100dpi/,
        /usr/local/lib/X11/fonts/75dpi/,
        /usr/local/lib/X11/fonts/misc/,
        /usr/local/lib/X11/fonts/TTF/,
        /usr/local/lib/X11/fonts/OTF,
        /usr/local/lib/X11/fonts/Type1/,
        /usr/local/lib/X11/fonts/100dpi/,
        /usr/local/lib/X11/fonts/75dpi/
(**) ModulePath set to "/usr/local/lib/xorg/modules"
- Show quoted text -
(II) Loader magic: 0x6a0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on freebsd
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(--) PCI:*(0:0:9:0) 126f:0712:126f:0712 Silicon Motion, Inc. SM712 LynxEM+
rev 160, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/65536
(II) System resource ranges:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [4] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified
in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in
the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in
the config file.
(II) "record" will be loaded. This was enabled by default and also specified
in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in
the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified
in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.5, 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: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.5, 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/local/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.5, 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: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.5, 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: "siliconmotion"
(II) Loading /usr/local/lib/xorg/modules/drivers//siliconmotion_drv.so
(II) Module siliconmotion: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.7.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
- Show quoted text -
(II) SMI: driver (version 1.7.1) for Silicon Motion Lynx chipsets: Lynx,
        LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC
(II) Primary Device is: PCI 00 at 00:09:0
(WW) Falling back to old probe method for siliconmotion
(**) Chipset override: lynxem+
(**) Chipset LynxEM+ found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [4] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [4] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [5] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [9] 0   0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 0.1.0
 ABI class: X.Org Video Driver, version 5.0
(**) SMI(0): Depth 16, (--) framebuffer bpp 16
(==) SMI(0): RGB weight 565
(==) SMI(0): Default visual is TrueColor
(**) SMI(0): Option "pci_burst" "on"
(**) SMI(0): Option "SWCursor" "true"
(**) SMI(0): Option "UseBIOS" "off"
(**) SMI(0): PCI Burst enabled
(==) SMI(0): PCI Retry enabled
(**) SMI(0): Using Software Cursor
(**) SMI(0): Option: UseBIOS disabled.
(**) SMI(0): Chipset: "lynxem+"
(==) SMI(0): Dual head disabled
(==) SMI(0): Using XAA acceleration architecture
(--) SMI(0): videoram: 2048kB
(II) SMI(0): Cursor Offset: 001FFC00
(II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SMI(0): Reserved: 001FF800
(II) SMI(0): TFT Panel Size = 800x600
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) SMI(0): I2C bus "I2C bus" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(==) SMI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) SMI(0): MCLK = 157.000
(II) SMI(0): Output LVDS using monitor section FIVA 8.4inch LCD
(II) SMI(0): Output LVDS connected
(II) SMI(0): Using user preference for initial modes
(II) SMI(0): Output LVDS using initial mode 800x600
(==) SMI(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.6.5, module version = 1.2.1
        ABI class: X.Org Video Driver, version 5.0
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [1] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [2] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [3] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [4] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [5] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [6] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [7] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
        [8] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [9] 0   0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) SMI(0): Cursor Offset: 001FFC00
(II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SMI(0): Reserved: 001FF800
(II) SMI(0): FrameBuffer Box: 0,0 - 800,1309
(II) SMI(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        8x8 color pattern filled rectangles
        CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Setting up tile and stipple cache:
                18 128x128 slots
                32 8x8 color pattern slots
(II) SMI(0): DPMS enabled
(II) SMI(0): I2C device "I2C bus:SAA 7111A" registered at address 0x48.
(II) SMI(0): I2C device "I2C bus:SAA 7111A" removed.
(II) SMI(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) SMI(0): Option "fifo_conservative" is not used
(--) RandR disabled
(II) Setting vga for screen 0.
(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 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: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) SMI(0): Setting screen physical size to 211 x 158
[dix] Could not init font path element <80>, removing from list!
(**) Option "Protocol" "Auto"
(**) FIVA Point: Device: "/dev/sysmouse"
(**) FIVA Point: Protocol: "Auto"
(**) Option "CorePointer"
(**) FIVA Point: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) FIVA Point: Emulate3Buttons, Emulate3Timeout: 50
(**) FIVA Point: ZAxisMapping: buttons 4 and 5
(**) FIVA Point: Buttons: 9
(**) Option "SampleRate" "600"
(**) FIVA Point: SampleRate: 600
(**) FIVA Point: Sensitivity: 1
(II) XINPUT: Adding extended input device "FIVA Point" (type: MOUSE)
(**) FIVA Point: (accel) keeping acceleration scheme 1
(**) FIVA Point: (accel) filter chain progression: 2.00
(**) FIVA Point: (accel) filter stage 0: 20.00 ms
(**) FIVA Point: (accel) set acceleration profile 0
(II) FIVA Point: SetupAuto: hw.iftype is 4, hw.model is 0
(II) FIVA Point: SetupAuto: protocol is SysMouse
(**) Option "CoreKeyboard"
(**) FIVA Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) FIVA Keyboard: Protocol: standard

(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) FIVA Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) FIVA Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) FIVA Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) FIVA Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "FIVA Keyboard" (type: KEYBOARD)

(II) config/hal: Adding input device PS/2 Mouse
(**) PS/2 Mouse: Device: "/dev/psm0"
(==) PS/2 Mouse: Protocol: "Auto"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psm0"
(==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(**) PS/2 Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Mouse: (accel) set acceleration profile 0
(II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0
(II) PS/2 Mouse: SetupAuto: protocol is PS/2
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
(II) config/hal: Adding input device product 0x1177
(**) product 0x1177: Device: "/dev/sysmouse"
(==) product 0x1177: Protocol: "Auto"
(**) product 0x1177: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) product 0x1177: Emulate3Buttons, Emulate3Timeout: 50
(**) product 0x1177: ZAxisMapping: buttons 4 and 5
(**) product 0x1177: Buttons: 9
(**) product 0x1177: Sensitivity: 1
(II) XINPUT: Adding extended input device "product 0x1177" (type: MOUSE)
(**) product 0x1177: (accel) keeping acceleration scheme 1
(**) product 0x1177: (accel) filter chain progression: 2.00
(**) product 0x1177: (accel) filter stage 0: 20.00 ms
(**) product 0x1177: (accel) set acceleration profile 0
(II) product 0x1177: SetupAuto: hw.iftype is 4, hw.model is 0
(II) product 0x1177: SetupAuto: protocol is SysMouse
(II) config/hal: Adding input device AT Keyboard
(**) AT Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) FIVA Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) FIVA Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "FIVA Keyboard" (type: KEYBOARD)

(II) config/hal: Adding input device PS/2 Mouse
(**) PS/2 Mouse: Device: "/dev/psm0"
(==) PS/2 Mouse: Protocol: "Auto"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psm0"
(==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(**) PS/2 Mouse: (accel) keeping acceleration scheme 1
(**) PS/2 Mouse: (accel) filter chain progression: 2.00
(**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
(**) PS/2 Mouse: (accel) set acceleration profile 0
(II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0
(II) PS/2 Mouse: SetupAuto: protocol is PS/2
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
(II) config/hal: Adding input device product 0x1177
(**) product 0x1177: Device: "/dev/sysmouse"
(==) product 0x1177: Protocol: "Auto"
(**) product 0x1177: always reports core events
(**) Option "Device" "/dev/sysmouse"
(==) product 0x1177: Emulate3Buttons, Emulate3Timeout: 50
(**) product 0x1177: ZAxisMapping: buttons 4 and 5
(**) product 0x1177: Buttons: 9
(**) product 0x1177: Sensitivity: 1
(II) XINPUT: Adding extended input device "product 0x1177" (type: MOUSE)
(**) product 0x1177: (accel) keeping acceleration scheme 1
(**) product 0x1177: (accel) filter chain progression: 2.00
(**) product 0x1177: (accel) filter stage 0: 20.00 ms
(**) product 0x1177: (accel) set acceleration profile 0
(II) product 0x1177: SetupAuto: hw.iftype is 4, hw.model is 0
(II) product 0x1177: SetupAuto: protocol is SysMouse
(II) config/hal: Adding input device AT Keyboard
(**) AT Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) AT Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) AT Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) AT Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20100307/115357f0/attachment.html>


More information about the xorg mailing list