• Bug#866348: xserver-xorg-core: Jessie -> Stretch upgrade breaks X on Si

    From Michael Redman@21:1/5 to All on Thu Jun 29 03:50:02 2017
    XPost: linux.debian.bugs.dist

    Package: xserver-xorg-core
    Version: 2:1.19.3-1
    Severity: important

    Dear Maintainer,

    Thank you for your work on the Debian project.

    This is my first time reporting a bug.

    X was working fine under Jessie on a Gateway Solo 2550 laptop I have, using "apt-get install xorg icewm" and an xorg.conf I have had since probably Etch and kludged with every release to keep the machine working.

    Recently I upgraded to Stretch (fresh install) and found X was no longer working. /usr/lib/xorg/Xorg segfaults, regardless of how I try to kludge the xorg.conf, and also even when running "X -configure". When running "X -configure" the first 3 lines of
    the stack trace are also Xorg, Xorg, linux-gate.so, but then there is nothing more.

    In the xorg.conf I tried EXA acceleration and no acceleration but neither of those helps. Nor does "UseBIOS true", using the "vesa" driver instead of "siliconmotion", or anything else so far.

    Thanks in advance for any fixes, workarounds, or troubleshooting guidance you may be able to offer.

    Best regards,

    Michael Redman
    michael.redman.4@gmail.com


    -- Package-specific info:
    /etc/X11/X does not exist.
    /etc/X11/X is not a symlink.
    /etc/X11/X is not executable.

    VGA-compatible devices on PCI bus:
    ----------------------------------
    01:00.0 VGA compatible controller [0300]: Silicon Motion, Inc. SM710 LynxEM [126f:0710] (rev a3)

    Xorg X server configuration file status: ----------------------------------------
    -rw-r--r-- 1 root root 3168 Jun 28 19:24 /etc/X11/xorg.conf

    Contents of /etc/X11/xorg.conf:
    -------------------------------
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizScrollDelta" "0"
    EndSection

    Section "Device"
    Identifier "Silicon Motion, Inc. SM710 LynxEM"
    Driver "siliconmotion"
    BusID "PCI:1:0:0"
    Option "UseBIOS" "false"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 28-51
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Silicon Motion, Inc. SM710 LynxEM"
    Monitor "Generic Monitor"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Synaptics Touchpad"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    /etc/X11/xorg.conf.d does not exist.

    /etc/modprobe.d contains no KMS configuration files.

    Kernel version (/proc/version):
    -------------------------------
    Linux version 4.9.0-3-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)

    Xorg X server log files on system:
    ----------------------------------
    -rw-r--r-- 1 root root 10568 Jun 28 19:24 /var/log/Xorg.0.log

    Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): ---------------------------------------------------------------------
    [ 1453.133]
    X.Org X Server 1.19.3
    Release Date: 2017-03-15
    [ 1453.134] X Protocol Version 11, Revision 0
    [ 1453.134] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
    [ 1453.134] Current Operating System: Linux solo0 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) i686
    [ 1453.135] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-3-686-pae root=UUID=ee5ecff6-538d-4bd6-905e-fb6375fce022 ro quiet
    [ 1453.135] Build Date: 15 March 2017 09:21:51PM
    [ 1453.135] xorg-server 2:1.19.3-1 (https://www.debian.org/support)
    [ 1453.136] Current version of pixman: 0.34.0
    [ 1453.136] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1453.136] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1453.138] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 28 19:24:54 2017
    [ 1453.147] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1453.147] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1453.180] (==) ServerLayout "Default Layout"
    [ 1453.180] (**) |-->Screen "Default Screen" (0)
    [ 1453.181] (**) | |-->Monitor "Generic Monitor"
    [ 1453.309] (**) | |-->Device "Silicon Motion, Inc. SM710 LynxEM"
    [ 1453.309] (**) |-->Input Device "Generic Keyboard"
    [ 1453.309] (**) |-->Input Device "Configured Mouse"
    [ 1453.309] (**) |-->Input Device "Synaptics Touchpad"
    [ 1453.309] (==) Automatically adding devices
    [ 1453.309] (==) Automatically enabling devices
    [ 1453.309] (==) Automatically adding GPU devices
    [ 1453.309] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [ 1453.310] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist. [ 1453.310] Entry deleted from font path.
    [ 1453.310] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 1453.310] Entry deleted from font path.
    [ 1453.310] (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
    [ 1453.310] Entry deleted from font path.
    [ 1453.310] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
    [ 1453.310] Entry deleted from font path.
    [ 1453.310] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
    [ 1453.310] Entry deleted from font path.
    [ 1453.310] (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
    [ 1453.310] Entry deleted from font path.
    [ 1453.311] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
    [ 1453.311] Entry deleted from font path.
    [ 1453.311] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
    [ 1453.311] Entry deleted from font path.
    [ 1453.311] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [ 1453.311] Entry deleted from font path.
    [ 1453.311] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 1453.311] Entry deleted from font path.
    [ 1453.311] (**) 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,
    /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,
    built-ins
    [ 1453.311] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1453.311] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1453.311] (WW) Disabling Generic Keyboard
    [ 1453.312] (WW) Disabling Configured Mouse
    [ 1453.312] (II) Loader magic: 0x80350720
    [ 1453.312] (II) Module ABI versions:
    [ 1453.312] X.Org ANSI C Emulation: 0.4
    [ 1453.312] X.Org Video Driver: 23.0
    [ 1453.312] X.Org XInput driver : 24.1
    [ 1453.312] X.Org Server Extension : 10.0
    [ 1453.317] (++) using VT number 1

    [ 1453.331] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
    [ 1453.334] (--) PCI:*(0:1:0:0) 126f:0710:107b:2550 rev 163, Mem @ 0xfd000000/16777216, BIOS @ 0x????????/131072
    [ 1453.341] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 1453.342] (II) LoadModule: "ddc"
    [ 1453.342] (II) Module "ddc" already built-in
    [ 1453.342] (II) LoadModule: "dri"
    [ 1453.342] (II) Module "dri" already built-in
    [ 1453.342] (II) LoadModule: "extmod"
    [ 1453.343] (II) Module "extmod" already built-in
    [ 1453.343] (II) LoadModule: "glx"
    [ 1453.363] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1454.416] (II) Module glx: vendor="X.Org Foundation"
    [ 1454.417] compiled for 1.19.3, module version = 1.0.0
    [ 1454.417] ABI class: X.Org Server Extension, version 10.0
    [ 1454.417] (II) LoadModule: "int10"
    [ 1454.417] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 1454.504] (II) Module int10: vendor="X.Org Foundation"
    [ 1454.505] compiled for 1.19.3, module version = 1.0.0
    [ 1454.505] ABI class: X.Org Video Driver, version 23.0
    [ 1454.505] (II) LoadModule: "vbe"
    [ 1454.506] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 1454.613] (II) Module vbe: vendor="X.Org Foundation"
    [ 1454.613] compiled for 1.19.3, module version = 1.1.0
    [ 1454.613] ABI class: X.Org Video Driver, version 23.0
    [ 1454.613] (II) LoadModule: "siliconmotion"
    [ 1454.614] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
    [ 1454.705] (II) Module siliconmotion: vendor="X.Org Foundation"
    [ 1454.706] compiled for 1.19.2, module version = 1.7.9
    [ 1454.706] Module class: X.Org Video Driver
    [ 1454.706] ABI class: X.Org Video Driver, version 23.0
    [ 1454.744] (II) LoadModule: "synaptics"
    [ 1454.752] (WW) Warning, couldn't open module synaptics
    [ 1454.752] (II) UnloadModule: "synaptics"
    [ 1454.752] (II) Unloading synaptics
    [ 1454.753] (EE) Failed to load module "synaptics" (module does not exist, 0) [ 1454.753] (II) SMI: driver (version 1.7.9) for Silicon Motion Lynx chipsets: Lynx,
    LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC
    [ 1454.754] (WW) Falling back to old probe method for siliconmotion
    [ 1454.754] (--) Chipset LynxEM found
    [ 1454.754] (II) Loading sub module "vgahw"
    [ 1454.754] (II) LoadModule: "vgahw"
    [ 1454.755] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1454.793] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1454.793] compiled for 1.19.3, module version = 0.1.0
    [ 1454.793] ABI class: X.Org Video Driver, version 23.0
    [ 1454.794] (**) SMI(0): Depth 16, (--) framebuffer bpp 16
    [ 1454.794] (==) SMI(0): RGB weight 565
    [ 1454.794] (==) SMI(0): Default visual is TrueColor
    [ 1454.794] (**) SMI(0): Option "UseBIOS" "false"
    [ 1454.795] (==) SMI(0): PCI Burst enabled
    [ 1454.795] (==) SMI(0): PCI Retry enabled
    [ 1454.795] (==) SMI(0): Using Hardware Cursor
    [ 1454.795] (**) SMI(0): Option: UseBIOS disabled.
    [ 1454.795] (--) SMI(0): Chipset: "LynxEM"
    [ 1454.795] (==) SMI(0): Dual head disabled
    [ 1454.795] (==) SMI(0): Using XAA acceleration architecture
    [ 1454.795] (--) SMI(0): videoram: 4096kB
    [ 1454.797] (II) SMI(0): Cursor Offset: 003FFC00
    [ 1454.797] (II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
    [ 1454.798] (II) SMI(0): Reserved: 003FF800
    [ 1454.798] (II) SMI(0): TFT Panel Size = 1024x768
    [ 1454.798] (II) Loading sub module "i2c"
    [ 1454.798] (II) LoadModule: "i2c"
    [ 1454.798] (II) Module "i2c" already built-in
    [ 1454.798] (II) SMI(0): I2C bus "I2C bus" initialized.
    [ 1454.798] (II) Loading sub module "ddc"
    [ 1454.798] (II) LoadModule: "ddc"
    [ 1454.798] (II) Module "ddc" already built-in
    [ 1454.799] (==) SMI(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 1454.799] (II) SMI(0): MCLK = 85.909
    [ 1454.799] (II) SMI(0): Output LVDS using monitor section Generic Monitor
    [ 1454.801] (II) SMI(0): Printing probed modes for output LVDS
    [ 1454.801] (II) SMI(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz UP)
    [ 1454.801] (II) SMI(0): Output LVDS connected
    [ 1454.801] (II) SMI(0): Using user preference for initial modes
    [ 1454.802] (II) SMI(0): Output LVDS using initial mode 1024x768 +0+0
    [ 1454.803] (==) SMI(0): DPI set to (96, 96)
    [ 1454.803] (II) Loading sub module "fb"
    [ 1454.803] (II) LoadModule: "fb"
    [ 1454.804] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1455.013] (II) Module fb: vendor="X.Org Foundation"
    [ 1455.014] compiled for 1.19.3, module version = 1.0.0
    [ 1455.014] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1455.014] (II) Loading sub module "xaa"
    [ 1455.014] (II) LoadModule: "xaa"
    [ 1455.016] (WW) Warning, couldn't open module xaa
    [ 1455.016] (II) UnloadModule: "xaa"
    [ 1455.016] (II) Unloading xaa
    [ 1455.016] (EE) SMI: Failed to load module "xaa" (module does not exist, 0)
    [ 1455.016] (WW) SMI(0): No acceleration
    [ 1455.016] (II) Loading sub module "ramdac"
    [ 1455.016] (II) LoadModule: "ramdac"
    [ 1455.016] (II) Module "ramdac" already built-in
    [ 1455.017] (EE)
    [ 1455.017] (EE) Backtrace:
    [ 1455.018] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x52) [0x80285a62]
    [ 1455.018] (EE) 1: /usr/lib/xorg/Xorg (0x800dd000+0x1aca22) [0x80289a22]
    [ 1455.018] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb76e0d10]
    [ 1455.019] (EE) 3: /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (0xb6bb9000+0x65ff) [0xb6bbf5ff]
    [ 1455.019] (EE) 4: /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (0xb6bb9000+0x6e17) [0xb6bbfe17]
    [ 1455.019] (EE) 5: /usr/lib/xorg/modules/drivers/siliconmotion_drv.so (0xb6bb9000+0x9198) [0xb6bc2198]
    [ 1455.019] (EE) 6: /usr/lib/xorg/Xorg (AddScreen+0xc9) [0x80118279]
    [ 1455.019] (EE) 7: /usr/lib/xorg/Xorg (InitOutput+0x416) [0x8015f9f6]
    [ 1455.020] (EE) 8: /usr/lib/xorg/Xorg (0x800dd000+0x3f0e9) [0x8011c0e9]
    [ 1455.020] (EE) 9: /usr/lib/xorg/Xorg (0x800dd000+0x2895a) [0x8010595a]
    [ 1455.021] (EE) 10: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf6) [0xb7158276]
    [ 1455.021] (EE) 11: /usr/lib/xorg/Xorg (0x800dd000+0x28998) [0x80105998]
    [ 1455.021] (EE)
    [ 1455.021] (EE) Segmentation fault at address 0xb6ab03c4
    [ 1455.021] (EE)
    Fatal server error:
    [ 1455.022] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 1455.022] (EE)
    [ 1455.022] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1455.022] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1455.022] (EE)
    [ 1455.028] (EE) Server terminated with error (1). Closing log file.

    udev information:
    -----------------
    P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    E: EV=3
    E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=acpi-LNXPWRBN:00
    E: ID_PATH_TAG=acpi-LNXPWRBN_00
    E: KEY=100000 0 0 0
    E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
    E: NAME="Power Button"
    E: PHYS="LNXPWRBN/button/input0"
    E: PRODUCT=19/0/1/0
    E: PROP=0
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=29339979

    P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
    N: input/event3
    E: BACKSPACE=guess
    E: DEVNAME=/dev/input/event3
    E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=acpi-LNXPWRBN:00
    E: ID_PATH_TAG=acpi-LNXPWRBN_00
    E: LIBINPUT_DEVICE_GROUP=19/0/1/0:LNXPWRBN/button
    E: MAJOR=13
    E: MINOR=67
    E: SUBSYSTEM=input
    E: TAGS=:power-switch:
    E: USEC_INITIALIZED=35173848
    E: XKBLAYOUT=us
    E: XKBMODEL=pc105

    P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    E: EV=3
    E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=acpi-PNP0C0E:00
    E: ID_PATH_TAG=acpi-PNP0C0E_00
    E: KEY=4000 0 0 0 0
    E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
    E: NAME="Sleep Button"
    E: PHYS="PNP0C0E/button/input0"
    E: PRODUCT=19/0/3/0
    E: PROP=0
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=29340567

    P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
    N: input/event2
    E: BACKSPACE=guess
    E: DEVNAME=/dev/input/event2
    E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=acpi-PNP0C0E:00
    E: ID_PATH_TAG=acpi-PNP0C0E_00
    E: LIBINPUT_DEVICE_GROUP=19/0/3/0:PNP0C0E/button
    E: MAJOR=13
    E: MINOR=66
    E: SUBSYSTEM=input
    E: TAGS=:power-switch:
    E: USEC_INITIALIZED=35181654
    E: XKBLAYOUT=us
    E: XKBMODEL=pc105

    P: /devices/pci0000:00/0000:00:0e.0/input/input6
    E: DEVPATH=/devices/pci0000:00/0000:00:0e.0/input/input6
    E: EV=3
    E: ID_FOR_SEAT=input-pci-0000_00_0e_0
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=pci-0000:00:0e.0
    E: ID_PATH_TAG=pci-0000_00_0e_0
    E: KEY=e0000 0 0 0
    E: MODALIAS=input:b0001v125Dp1978e0000-e0,1,k71,72,73,ramlsfw
    E: NAME="ES1978"
    E: PHYS="pci-0000:00:0e.0/input0"
    E: PRODUCT=1/125d/1978/0
    E: PROP=0
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=30653018

    P: /devices/pci0000:00/0000:00:0e.0/input/input6/event5
    N: input/event5
    E: BACKSPACE=guess
    E: DEVNAME=/dev/input/event5
    E: DEVPATH=/devices/pci0000:00/0000:00:0e.0/input/input6/event5
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_PATH=pci-0000:00:0e.0
    E: ID_PATH_TAG=pci-0000_00_0e_0
    E: LIBINPUT_DEVICE_GROUP=1/125d/1978/0:pci-0000:00:0e
    E: MAJOR=13
    E: MINOR=69
    E: SUBSYSTEM=input
    E: USEC_INITIALIZED=35191895
    E: XKBLAYOUT=us
    E: XKBMODEL=pc105

    P: /devices/platform/i8042/serio0/input/input0
    E: DEVPATH=/devices/platform/i8042/serio0/input/input0
    E: EV=120013
    E: ID_BUS=i8042
    E: ID_FOR_SEAT=input-platform-i8042-serio-0
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_INPUT_KEYBOARD=1
    E: ID_PATH=platform-i8042-serio-0
    E: ID_PATH_TAG=platform-i8042-serio-0
    E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
    E: LED=7
    E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
    E: MSC=10
    E: NAME="AT Translated Set 2 keyboard"
    E: PHYS="isa0060/serio0/input0"
    E: PRODUCT=11/1/1/ab41
    E: PROP=0
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=3538936

    P: /devices/platform/i8042/serio0/input/input0/event0
    N: input/event0
    E: BACKSPACE=guess
    E: DEVNAME=/dev/input/event0
    E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
    E: ID_BUS=i8042
    E: ID_INPUT=1
    E: ID_INPUT_KEY=1
    E: ID_INPUT_KEYBOARD=1
    E: LIBINPUT_DEVICE_GROUP=11/1/1/ab41:isa0060/serio0
    E: MAJOR=13
    E: MINOR=64
    E: SUBSYSTEM=input
    E: USEC_INITIALIZED=35177309
    E: XKBLAYOUT=us
    E: XKBMODEL=pc105

    P: /devices/platform/i8042/serio1/input/input2
    E: DEVPATH=/devices/platform/i8042/serio1/input/input2
    E: EV=7
    E: ID_BUS=i8042
    E: ID_FOR_SEAT=input-platform-i8042-serio-1
    E: ID_INPUT=1
    E: ID_INPUT_MOUSE=1
    E: ID_PATH=platform-i8042-serio-1
    E: ID_PATH_TAG=platform-i8042-serio-1
    E: KEY=70000 0 0 0 0 0 0 0 0
    E: MODALIAS=input:b0011v0002p0002e0061-e0,1,2,k110,111,112,r0,1,6,8,amlsfw
    E: NAME="PS2++ Logitech TouchPad 3"
    E: PHYS="isa0060/serio1/input0"
    E: PRODUCT=11/2/2/61
    E: PROP=1
    E: REL=143
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=4249874

    P: /devices/platform/i8042/serio1/input/input2/event1
    N: input/event1
    E: DEVNAME=/dev/input/event1
    E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event1
    E: ID_BUS=i8042
    E: ID_INPUT=1
    E: ID_INPUT_MOUSE=1
    E: LIBINPUT_DEVICE_GROUP=11/2/2/61:isa0060/serio1
    E: MAJOR=13
    E: MINOR=65
    E: SUBSYSTEM=input
    E: USEC_INITIALIZED=35195185

    P: /devices/platform/i8042/serio1/input/input2/mouse0
    N: input/mouse0
    E: DEVNAME=/dev/input/mouse0
    E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse0
    E: ID_BUS=i8042
    E: ID_INPUT=1
    E: ID_INPUT_MOUSE=1
    E: MAJOR=13
    E: MINOR=32
    E: SUBSYSTEM=input
    E: USEC_INITIALIZED=4253260

    P: /devices/platform/pcspkr/input/input5
    E: DEVPATH=/devices/platform/pcspkr/input/input5
    E: EV=40001
    E: ID_FOR_SEAT=input-platform-pcspkr
    E: ID_INPUT=1
    E: ID_PATH=platform-pcspkr
    E: ID_PATH_TAG=platform-pcspkr
    E: ID_SERIAL=noserial
    E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
    E: NAME="PC Speaker"
    E: PHYS="isa0061/input0"
    E: PRODUCT=10/1f/1/100
    E: PROP=0
    E: SND=6
    E: SUBSYSTEM=input
    E: TAGS=:seat:
    E: USEC_INITIALIZED=29533113

    P: /devices/platform/pcspkr/input/input5/event4
    N: input/event4
    S: input/by-path/platform-pcspkr-event-spkr
    E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
    E: DEVNAME=/dev/input/event4
    E: DEVPATH=/devices/platform/pcspkr/input/input5/event4
    E: ID_INPUT=1
    E: ID_PATH=platform-pcspkr
    E: ID_PATH_TAG=platform-pcspkr
    E: ID_SERIAL=noserial
    E: LIBINPUT_DEVICE_GROUP=10/1f/1/100:isa0061
    E: MAJOR=13
    E: MINOR=68
    E: SUBSYSTEM=input
    E: USEC_INITIALIZED=35193969


    DRM Information from dmesg:
    ---------------------------


    -- System Information:
    Debian Release: 9.0
    APT prefers testing
    APT policy: (500, 'testing')
    Architecture: i386 (i686)

    Kernel: Linux 4.9.0-3-686-pae (SMP w/1 CPU core)
    Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
    Shell: /bin/sh linked to /bin/dash
    Init: systemd (via /run/systemd/system)

    Versions of packages xserver-xorg-core depends on:
    ii keyboard-configuration 1.164
    ii libaudit1 1:2.7.7-1
    ii libbsd0 0.8.3-1
    ii libc6 2.24-12
    ii libdbus-1-3 1.10.18-1
    ii libdrm2 2.4.81-2
    ii libegl1-mesa 13.0.6-1+b2
    ii libepoxy0 1.3.1-2
    ii libgbm1 13.0.6-1+b2
    ii libgcrypt20 1.7.7-2
    ii libgl1-mesa-glx [libgl1] 13.0.6-1+b2
    ii libpciaccess0 0.13.4-1+b2
    ii libpixman-1-0 0.34.0-1
    ii libselinux1 2.6-3+b1
    ii libsystemd0 233-9
    ii libudev1 233-9
    ii libxau6 1:1.0.8-1
    ii libxdmcp6 1:1.1.2-3
    ii libxfont2 1:2.0.1-3
    ii libxshmfence1 1.2-1+b2
    ii udev 233-9
    ii xserver-common 2:1.19.3-1

    Versions of packages xserver-xorg-core recommends:
    ii libgl1-mesa-dri 13.0.6-1+b2
    ii libpam-systemd 233-9

    Versions of packages xserver-xorg-core suggests:
    ii xfonts-100dpi 1:1.0.4+nmu1
    ii xfonts-75dpi 1:1.0.4+nmu1
    ii xfonts-scalable 1:1.0.3-1.1

    -- no debconf information

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)