On Wed, Oct 09, 2013 at 04:43:09PM +0200, Marc Espie wrote:
> On Wed, Oct 09, 2013 at 04:03:01PM +0200, Sébastien Marie wrote:
> > 
> > Same problem occurs for others qt4 applications (as vlc or keepassx).
> 
> vlc and keepassx are NOT qt4 apps.

not agreed.

keepassx is linked to qt4

$ ldd /usr/local/bin/keepassx
/usr/local/bin/keepassx:
        Start    End      Type Open Ref GrpRef Name
        1c000000 3c03c000 exe  1    0   0      /usr/local/bin/keepassx
        0cd28000 2cf60000 rlib 0    1   0      
/usr/local/lib/qt4/libQtGui.so.10.1
        068cd000 268dd000 rlib 0    1   0      
/usr/local/lib/qt4/libQtXml.so.8.0
        019d2000 21ac6000 rlib 0    3   0      
/usr/local/lib/qt4/libQtCore.so.9.0
        074e5000 27563000 rlib 0    7   0      /usr/X11R6/lib/libX11.so.16.0
        038a1000 238a5000 rlib 0    1   0      /usr/X11R6/lib/libXtst.so.11.0
        0b27a000 2b2a8000 rlib 0    4   0      /usr/lib/libstdc++.so.56.0
        0ee6b000 2ee74000 rlib 0    6   0      /usr/lib/libm.so.9.0
        00dcc000 20dfc000 rlib 0    1   0      /usr/lib/libc.so.70.0
        04eb2000 24eca000 rlib 0    2   0      
/usr/X11R6/lib/libfreetype.so.21.0
        0bbec000 2bbf0000 rlib 0    1   0      /usr/X11R6/lib/libSM.so.9.0
        094a3000 294aa000 rlib 0    2   0      /usr/X11R6/lib/libICE.so.10.0
        07197000 2719b000 rlib 0    2   0      /usr/X11R6/lib/libXi.so.12.0
        0d73f000 2d743000 rlib 0    1   0      /usr/X11R6/lib/libXrender.so.6.0
        0edf3000 2edf7000 rlib 0    1   0      /usr/X11R6/lib/libXinerama.so.6.0
        0d750000 2d761000 rlib 0    1   0      
/usr/X11R6/lib/libfontconfig.so.9.0
        0be4d000 2be51000 rlib 0    4   0      /usr/X11R6/lib/libXext.so.13.0
        0b0f4000 2b0f8000 rlib 0    2   0      
/usr/local/lib/libgthread-2.0.so.3800.0
        07012000 27067000 rlib 0    4   0      
/usr/local/lib/libglib-2.0.so.3800.0
        01ed9000 21edd000 rlib 0    5   0      /usr/local/lib/libintl.so.6.0
        0a359000 2a361000 rlib 0    1   0      /usr/local/lib/libpng.so.17.1
        05972000 25979000 rlib 0    4   0      /usr/lib/libz.so.5.0
        0e639000 2e646000 rlib 0    1   0      
/usr/local/lib/libgobject-2.0.so.3800.0
        0d746000 2d74b000 rlib 0    7   0      /usr/lib/libpthread.so.18.0
        0f45b000 2f53b000 rlib 0    5   0      /usr/local/lib/libiconv.so.6.0
        0696e000 26973000 rlib 0    6   0      /usr/X11R6/lib/libxcb.so.3.0
        09b4b000 29b50000 rlib 0    1   0      /usr/lib/libexpat.so.11.0
        002ef000 202f3000 rlib 0    2   0      
/usr/X11R6/lib/libpthread-stubs.so.2.0
        04d1c000 24d32000 rlib 0    3   0      /usr/local/lib/libpcre.so.3.0
        0b3ef000 2b3f3000 rlib 0    1   0      /usr/local/lib/libffi.so.0.0
        0067c000 20680000 rlib 0    1   0      /usr/X11R6/lib/libXau.so.10.0
        07e17000 27e1c000 rlib 0    1   0      /usr/X11R6/lib/libXdmcp.so.11.0
        044a7000 044a7000 rtld 0    1   0      /usr/libexec/ld.so

GUI interface of vlc is qt4

$ vlc
[0x7e075230] main xml reader error: XML reader not found
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x86e5b530] main libvlc: Lancement de vlc avec l'interface par défaut. 
Utilisez « cvlc » pour démarrer VLC sans interface.
Blocked: call to setlocale(0, "")
[0x7e0732b0] qt4 interface error: Unable to load extensions module
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x180
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x81
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1c00016
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1c00016
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1c00016
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x1c00016
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x1c00016
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x1c00016


> 
> first thing to debug that would be to tell us what your xserver says.
> Like, does it have all extensions it's supposed to ?

ok, sorry to have omit X log

> dmesg + X log may help.

The dmesg was already include in first mail, so I don't re-include it
here.

No error in X log.

--- /var/log/Xorg.0.log ---
[    25.480] (--) checkDevMem: using aperture driver /dev/xf86
[    25.495] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode 
(version 3.32)
[    25.632] 
X.Org X Server 1.14.2
Release Date: 2013-06-25
[    25.632] X Protocol Version 11, Revision 0
[    25.632] Build Operating System: OpenBSD 5.4 i386 
[    25.632] Current Operating System: OpenBSD bert.local 5.4 GENERIC.MP#70 i386
[    25.633] Build Date: 23 September 2013  10:04:34PM
[    25.633]  
[    25.633] Current version of pixman: 0.30.2
[    25.633]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    25.633] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.633] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  9 14:49:34 
2013
[    25.644] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[    25.652] (==) No Layout section.  Using the first Screen section.
[    25.652] (==) No screen section available. Using defaults.
[    25.652] (**) |-->Screen "Default Screen Section" (0)
[    25.652] (**) |   |-->Monitor "<default monitor>"
[    25.653] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    25.653] (==) Disabling SIGIO handlers for input devices
[    25.653] (==) Automatically adding devices
[    25.654] (==) Automatically enabling devices
[    25.654] (==) Not automatically adding GPU devices
[    25.766] (==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
[    25.766] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    25.766] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[    25.780] (II) Loader magic: 0x3c024100
[    25.780] (II) Module ABI versions:
[    25.780]    X.Org ANSI C Emulation: 0.4
[    25.780]    X.Org Video Driver: 14.1
[    25.780]    X.Org XInput driver : 19.1
[    25.780]    X.Org Server Extension : 7.0
[    25.784] (--) PCI:*(0:0:2:0) 8086:27a2:1028:01bd rev 3, Mem @ 
0xeff00000/524288, 0xd0000000/268435456, 0xefec0000/262144, I/O @ 0x0000eff8/8
[    25.784] (--) PCI: (0:0:2:1) 8086:27a6:1028:01bd rev 3, Mem @ 
0xeff80000/524288
[    25.788] Initializing built-in extension Generic Event Extension
[    25.788] Initializing built-in extension SHAPE
[    25.788] Initializing built-in extension MIT-SHM
[    25.788] Initializing built-in extension XInputExtension
[    25.788] Initializing built-in extension XTEST
[    25.788] Initializing built-in extension BIG-REQUESTS
[    25.788] Initializing built-in extension SYNC
[    25.788] Initializing built-in extension XKEYBOARD
[    25.788] Initializing built-in extension XC-MISC
[    25.788] Initializing built-in extension SECURITY
[    25.788] Initializing built-in extension XINERAMA
[    25.788] Initializing built-in extension XFIXES
[    25.788] Initializing built-in extension RENDER
[    25.788] Initializing built-in extension RANDR
[    25.788] Initializing built-in extension COMPOSITE
[    25.788] Initializing built-in extension DAMAGE
[    25.788] Initializing built-in extension MIT-SCREEN-SAVER
[    25.788] Initializing built-in extension DOUBLE-BUFFER
[    25.788] Initializing built-in extension RECORD
[    25.789] Initializing built-in extension DPMS
[    25.789] Initializing built-in extension X-Resource
[    25.789] Initializing built-in extension XVideo
[    25.789] Initializing built-in extension XVideo-MotionCompensation
[    25.789] Initializing built-in extension XFree86-VidModeExtension
[    25.789] Initializing built-in extension XFree86-DGA
[    25.789] Initializing built-in extension XFree86-DRI
[    25.789] Initializing built-in extension DRI2
[    25.789] (II) LoadModule: "glx"
[    25.798] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    25.847] (II) Module glx: vendor="X.Org Foundation"
[    25.847]    compiled for 1.14.2, module version = 1.0.0
[    25.847]    ABI class: X.Org Server Extension, version 7.0
[    25.847] (==) AIGLX enabled
[    25.847] Loading extension GLX
[    25.847] (==) Matched intel as autoconfigured driver 0
[    25.847] (==) Matched vesa as autoconfigured driver 1
[    25.847] (==) Assigned the driver to the xf86ConfigLayout
[    25.847] (II) LoadModule: "intel"
[    25.848] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[    25.891] (II) Module intel: vendor="X.Org Foundation"
[    25.891]    compiled for 1.14.2, module version = 2.20.19
[    25.891]    Module class: X.Org Video Driver
[    25.891]    ABI class: X.Org Video Driver, version 14.1
[    25.891] (II) LoadModule: "vesa"
[    25.892] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[    25.920] (II) Module vesa: vendor="X.Org Foundation"
[    25.920]    compiled for 1.14.2, module version = 2.3.2
[    25.920]    Module class: X.Org Video Driver
[    25.920]    ABI class: X.Org Video Driver, version 14.1
[    25.920] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
        Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
        Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
        Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
        Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
        Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
        Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
        Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
        Haswell Server (GT2+), Haswell SDV Desktop (GT1),
        Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
        Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
        Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
        Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
        Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
        Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
        Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
        Haswell ULT Server (GT1), Haswell ULT Server (GT2),
        Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
        Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
        Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
        Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
        Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
        ValleyView PO board
[    25.921] (II) VESA: driver for VESA chipsets: vesa
[    25.930] (WW) Falling back to old probe method for vesa
[    25.931] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[    25.931] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    25.931] (==) intel(0): RGB weight 888
[    25.931] (==) intel(0): Default visual is TrueColor
[    25.931] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    25.932] (**) intel(0): Relaxed fencing disabled
[    25.932] (**) intel(0): Wait on SwapBuffers? enabled
[    25.932] (**) intel(0): Triple buffering? enabled
[    25.932] (**) intel(0): Framebuffer tiled
[    25.932] (**) intel(0): Pixmaps tiled
[    25.932] (**) intel(0): 3D buffers tiled
[    25.932] (**) intel(0): SwapBuffers wait enabled
[    25.932] (==) intel(0): video overlay key set to 0x101fe
[    25.932] (II) intel(0): Output LVDS1 has no monitor section
[    25.958] (II) intel(0): Output VGA1 has no monitor section
[    26.324] (II) intel(0): Output TV1 has no monitor section
[    26.344] (II) intel(0): EDID for output LVDS1
[    26.344] (II) intel(0): Manufacturer: QDS  Model: 55  Serial#: 0
[    26.344] (II) intel(0): Year: 2005  Week: 0
[    26.344] (II) intel(0): EDID Version: 1.3
[    26.344] (II) intel(0): Digital Display Input
[    26.344] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    26.344] (II) intel(0): Gamma: 2.20
[    26.344] (II) intel(0): No DPMS capabilities specified
[    26.344] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    26.344] (II) intel(0): First detailed timing is preferred mode
[    26.344] (II) intel(0): redX: 0.579 redY: 0.340   greenX: 0.310 greenY: 
0.550
[    26.344] (II) intel(0): blueX: 0.154 blueY: 0.153   whiteX: 0.314 whiteY: 
0.329
[    26.344] (II) intel(0): Manufacturer's mask: 0
[    26.344] (II) intel(0): Supported detailed timing:
[    26.344] (II) intel(0): clock: 71.2 MHz   Image Size:  331 x 207 mm
[    26.344] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 
h_blank_end 1440 h_border: 0
[    26.344] (II) intel(0): v_active: 800  v_sync: 802  v_sync_end 808 
v_blanking: 823 v_border: 0
[    26.344] (II) intel(0): Unknown vendor-specific block f
[    26.344] (II) intel(0):  HF086
[    26.344] (II) intel(0):  <L\hŒ¸àÿ
[    26.344] (II) intel(0): EDID (in hex):
[    26.344] (II) intel(0):     00ffffffffffff004493550000000000
[    26.344] (II) intel(0):     000f0103802115780a479994574f8c27
[    26.344] (II) intel(0):     27505400000001010101010101010101
[    26.344] (II) intel(0):     010101010101cb1b00a0502017303020
[    26.344] (II) intel(0):     26004bcf100000180000000f0008002a
[    26.344] (II) intel(0):     0001000400324a041400000000fe0048
[    26.344] (II) intel(0):     463038360000000000000000000000fe
[    26.344] (II) intel(0):     003c4c5c688cb8e0ff01010a20200035
[    26.345] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "640x480" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "896x672" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "928x696" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[    26.345] (II) intel(0): Printing probed modes for output LVDS1
[    26.345] (II) intel(0): Modeline "1280x800"x60.0   71.15  1280 1328 1360 
1440  800 802 808 823 -hsync -vsync (49.4 kHz eP)
[    26.345] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    26.345] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz d)
[    26.345] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz d)
[    26.345] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz d)
[    26.370] (II) intel(0): EDID for output VGA1
[    26.737] (II) intel(0): EDID for output TV1
[    26.738] (II) intel(0): Output LVDS1 connected
[    26.738] (II) intel(0): Output VGA1 disconnected
[    26.738] (II) intel(0): Output TV1 disconnected
[    26.738] (II) intel(0): Using exact sizes for initial modes
[    26.738] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    26.738] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless 
otherwise stated.
[    26.738] (II) intel(0): Kernel page flipping support detected, enabling
[    26.738] (==) intel(0): DPI set to (96, 96)
[    26.738] (II) Loading sub module "fb"
[    26.738] (II) LoadModule: "fb"
[    26.775] (II) Loading /usr/X11R6/lib/modules/libfb.so
[    26.782] (II) Module fb: vendor="X.Org Foundation"
[    26.782]    compiled for 1.14.2, module version = 1.0.0
[    26.782]    ABI class: X.Org ANSI C Emulation, version 0.4
[    26.782] (II) Loading sub module "dri2"
[    26.782] (II) LoadModule: "dri2"
[    26.782] (II) Module "dri2" already built-in
[    26.782] (II) UnloadModule: "vesa"
[    26.782] (II) Unloading vesa
[    26.782] (==) Depth 24 pixmap format is 32 bpp
[    26.803] (II) intel(0): [DRI2] Setup complete
[    26.803] (II) intel(0): [DRI2]   DRI driver: i915
[    26.803] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, 
tiled
[    26.818] (II) UXA(0): Driver registered support for the following 
operations:
[    26.818] (II)         solid
[    26.818] (II)         copy
[    26.818] (II)         composite (RENDER acceleration)
[    26.818] (II)         put_image
[    26.818] (II)         get_image
[    26.818] (==) intel(0): Backing store disabled
[    26.818] (==) intel(0): Silken mouse disabled
[    26.818] (II) intel(0): Initializing HW Cursor
[    26.818] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    26.834] (==) intel(0): DPMS enabled
[    26.834] (==) intel(0): Intel XvMC decoder disabled
[    26.840] (II) intel(0): Set up textured video
[    26.840] (II) intel(0): Set up overlay video
[    26.846] (II) intel(0): direct rendering: DRI2 Enabled
[    26.904] (--) RandR disabled
[    27.113] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.113] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.113] (II) AIGLX: enabled GLX_ARB_create_context
[    27.113] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.113] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    27.113] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    27.113] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.114] (II) AIGLX: Loaded and initialized i915
[    27.114] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.123] (II) intel(0): Setting screen physical size to 338 x 211
[    28.136] (II) config/wscons: checking input device /dev/wskbd
[    28.136] (II) wskbd: using layout fr
[    28.136] (II) LoadModule: "kbd"
[    28.138] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    28.157] (II) Module kbd: vendor="X.Org Foundation"
[    28.157]    compiled for 1.14.2, module version = 1.7.0
[    28.158]    Module class: X.Org XInput Driver
[    28.158]    ABI class: X.Org XInput driver, version 19.1
[    28.158] (II) Using input driver 'kbd' for '/dev/wskbd'
[    28.158] (**) /dev/wskbd: always reports core events
[    28.158] (**) /dev/wskbd: always reports core events
[    28.158] (**) Option "Protocol" "standard"
[    28.158] (**) Option "XkbRules" "base"
[    28.158] (**) Option "XkbModel" "pc105"
[    28.158] (**) Option "XkbLayout" "fr"
[    28.158] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    28.723] (II) config/wscons: checking input device /dev/wsmouse0
[    28.723] (II) LoadModule: "synaptics"
[    28.726] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[    28.755] (II) Module synaptics: vendor="X.Org Foundation"
[    28.755]    compiled for 1.14.2, module version = 1.7.1
[    28.755]    Module class: X.Org XInput Driver
[    28.755]    ABI class: X.Org XInput driver, version 19.1
[    28.755] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
[    28.755] (**) /dev/wsmouse0: always reports core events
[    28.755] (**) Option "Device" "/dev/wsmouse0"
[    29.631] (--) synaptics: /dev/wsmouse0: x-axis range 1472 - 5472 resolution 
66
[    29.631] (--) synaptics: /dev/wsmouse0: y-axis range 1408 - 4448 resolution 
108
[    29.631] (**) /dev/wsmouse0: always reports core events
[    29.662] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
TOUCHPAD, id 7)
[    29.686] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant 
deceleration 2.5
[    29.686] (**) synaptics: /dev/wsmouse0: (accel) MaxSpeed is now 1.75
[    29.686] (**) synaptics: /dev/wsmouse0: (accel) AccelFactor is now 0.040
[    29.687] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    29.687] (**) /dev/wsmouse0: (accel) acceleration profile 1
[    29.687] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    29.687] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    30.110] (II) config/wscons: checking input device /dev/wsmouse
[    30.110] (II) LoadModule: "ws"
[    30.113] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    30.142] (II) Module ws: vendor="X.Org Foundation"
[    30.142]    compiled for 1.14.2, module version = 1.3.0
[    30.142]    Module class: X.Org XInput Driver
[    30.142]    ABI class: X.Org XInput driver, version 19.1
[    30.142] (II) Using input driver 'ws' for '/dev/wsmouse'
[    30.142] (**) /dev/wsmouse: always reports core events
[    30.142] (II) ws: /dev/wsmouse: debuglevel 0
[    30.142] (**) Option "Device" "/dev/wsmouse"
[    30.142] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    30.142] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    30.142] (**) ws: /dev/wsmouse: associated screen: 0
[    30.142] (II) ws: /dev/wsmouse: minimum x position: 0
[    30.143] (II) ws: /dev/wsmouse: maximum x position: 1279
[    30.143] (II) ws: /dev/wsmouse: minimum y position: 0
[    30.143] (II) ws: /dev/wsmouse: maximum y position: 799
[    30.143] (==) ws: /dev/wsmouse: Buttons: 7
[    30.143] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    30.143] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 8)
[    30.143] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    30.143] (**) /dev/wsmouse: (accel) acceleration profile 0
[    30.143] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    30.143] (**) /dev/wsmouse: (accel) acceleration threshold: 4

Thanks
-- 
Sébastien Marie

Reply via email to