The officially official Devuan Forum!

You are not logged in.

#1 2019-01-18 17:10:11

lunario
Member
Registered: 2017-11-18
Posts: 13  

Launch Xorg works on laptop but not on external display

I am running devuan ascii on a Thinkpad X60. When I launch X with "startx" without an external screen attached, it works just fine. If I attach a second screen when I am already in my window manager, I can also switch to that easily with xrandr. However, if my laptop is attached to an external screen while I am on the tty still (i.e. before "startx"), Xserver briefly tries to launch but then closes again. Any ideas for why this could be? I read through the log file and wondered whether "pipe 1 / pipe 0" in the second log might be the problem, as the external screen seems to have no pipe. But I don't really know much about that aspect of X,so maybe that has nothing to do with anything. Could you be so kind and help me find out what the problem is?

First, here is the log when X starts normally (i.e. no second screen attached):


[    76.008]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    76.008] X Protocol Version 11, Revision 0
[    76.008] Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
[    76.009] Current Operating System: Linux x60 4.9.0-8-686-pae #1 SMP Debian 4.9.130-2 (2018-10-27) i686
[    76.009] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-8-686-pae root=/dev/mapper/x60--vg-root ro
[    76.009] Build Date: 03 November 2018  03:08:43AM
[    76.009] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[    76.010] Current version of pixman: 0.34.0
[    76.010]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    76.010] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    76.027] (==) Log file: "/home/no/.local/share/xorg/Xorg.0.log", Time: Fri Jan 18 07:05:39 2019
[    76.041] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    76.043] (==) No Layout section.  Using the first Screen section.
[    76.043] (==) No screen section available. Using defaults.
[    76.043] (**) |-->Screen "Default Screen Section" (0)
[    76.043] (**) |   |-->Monitor "<default monitor>"
[    76.047] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    76.047] (==) Automatically adding devices
[    76.047] (==) Automatically enabling devices
[    76.047] (==) Automatically adding GPU devices
[    76.047] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    76.049] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    76.049]     Entry deleted from font path.
[    76.065] (==) 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,
    built-ins
[    76.065] (==) ModulePath set to "/usr/lib/xorg/modules"
[    76.065] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    76.065] (II) Loader magic: 0x747720
[    76.065] (II) Module ABI versions:
[    76.065]     X.Org ANSI C Emulation: 0.4
[    76.065]     X.Org Video Driver: 23.0
[    76.065]     X.Org XInput driver : 24.1
[    76.065]     X.Org Server Extension : 10.0
[    76.067] (++) using VT number 1

[    76.069] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    76.070] (II) xfree86: Adding drm device (/dev/dri/card0)
[    76.070] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    76.073] (--) PCI:*(0:0:2:0) 8086:27a2:17aa:201a rev 3, Mem @ 0xe4300000/524288, 0xd0000000/268435456, 0xe4400000/262144, I/O @ 0x000050b0/8, BIOS @ 0x????????/131072
[    76.073] (--) PCI: (0:0:2:1) 8086:27a6:17aa:201a rev 3, Mem @ 0xe4380000/524288
[    76.074] (II) LoadModule: "glx"
[    76.075] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    76.111] (II) Module glx: vendor="X.Org Foundation"
[    76.111]     compiled for 1.19.2, module version = 1.0.0
[    76.111]     ABI class: X.Org Server Extension, version 10.0
[    76.111] (==) Matched intel as autoconfigured driver 0
[    76.111] (==) Matched intel as autoconfigured driver 1
[    76.111] (==) Matched modesetting as autoconfigured driver 2
[    76.111] (==) Matched fbdev as autoconfigured driver 3
[    76.112] (==) Matched vesa as autoconfigured driver 4
[    76.112] (==) Assigned the driver to the xf86ConfigLayout
[    76.112] (II) LoadModule: "intel"
[    76.112] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    76.129] (II) Module intel: vendor="X.Org Foundation"
[    76.129]     compiled for 1.19.0, module version = 2.99.917
[    76.129]     Module class: X.Org Video Driver
[    76.129]     ABI class: X.Org Video Driver, version 23.0
[    76.129] (II) LoadModule: "modesetting"
[    76.130] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    76.134] (II) Module modesetting: vendor="X.Org Foundation"
[    76.134]     compiled for 1.19.2, module version = 1.19.2
[    76.134]     Module class: X.Org Video Driver
[    76.134]     ABI class: X.Org Video Driver, version 23.0
[    76.134] (II) LoadModule: "fbdev"
[    76.134] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    76.136] (II) Module fbdev: vendor="X.Org Foundation"
[    76.136]     compiled for 1.19.0, module version = 0.4.4
[    76.136]     Module class: X.Org Video Driver
[    76.136]     ABI class: X.Org Video Driver, version 23.0
[    76.136] (II) LoadModule: "vesa"
[    76.136] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    76.138] (II) Module vesa: vendor="X.Org Foundation"
[    76.138]     compiled for 1.19.0, module version = 2.3.4
[    76.138]     Module class: X.Org Video Driver
[    76.138]     ABI class: X.Org Video Driver, version 23.0
[    76.138] (II) intel: Driver for Intel(R) 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
[    76.138] (II) intel: Driver for Intel(R) HD Graphics
[    76.138] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    76.138] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    76.138] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    76.138] (II) FBDEV: driver for framebuffer: fbdev
[    76.138] (II) VESA: driver for VESA chipsets: vesa
[    76.139] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    76.144] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919
[    76.144] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20161206-1 (Timo Aaltonen <tjaalton@debian.org>)
[    76.144] (II) intel(0): SNA compiled for use with valgrind
[    76.149] (WW) Falling back to old probe method for modesetting
[    76.149] (WW) Falling back to old probe method for fbdev
[    76.149] (II) Loading sub module "fbdevhw"
[    76.149] (II) LoadModule: "fbdevhw"
[    76.149] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    76.150] (II) Module fbdevhw: vendor="X.Org Foundation"
[    76.150]     compiled for 1.19.2, module version = 0.0.2
[    76.150]     ABI class: X.Org Video Driver, version 23.0
[    76.150] (WW) Falling back to old probe method for vesa
[    76.150] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    76.154] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[    76.154] (--) intel(0): CPU: x86, sse2, sse3, ssse3; using a maximum of 2 threads
[    76.154] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    76.154] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    76.154] (==) intel(0): RGB weight 888
[    76.154] (==) intel(0): Default visual is TrueColor
[    76.154] (II) intel(0): Output LVDS1 has no monitor section
[    76.166] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    76.166] (II) intel(0): Enabled output LVDS1
[    76.167] (II) intel(0): Output VGA1 has no monitor section
[    76.167] (II) intel(0): Enabled output VGA1
[    76.167] (II) intel(0): Output TV1 has no monitor section
[    76.167] (II) intel(0): Enabled output TV1
[    76.167] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    76.167] (II) intel(0): Output VIRTUAL1 has no monitor section
[    76.167] (II) intel(0): Enabled output VIRTUAL1
[    76.167] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 1
[    76.167] (==) intel(0): TearFree disabled
[    76.167] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    76.167] (==) intel(0): DPI set to (96, 96)
[    76.167] (II) Loading sub module "dri3"
[    76.168] (II) LoadModule: "dri3"
[    76.168] (II) Module "dri3" already built-in
[    76.168] (II) Loading sub module "dri2"
[    76.168] (II) LoadModule: "dri2"
[    76.168] (II) Module "dri2" already built-in
[    76.168] (II) Loading sub module "present"
[    76.168] (II) LoadModule: "present"
[    76.168] (II) Module "present" already built-in
[    76.168] (II) UnloadModule: "modesetting"
[    76.168] (II) Unloading modesetting
[    76.168] (II) UnloadModule: "fbdev"
[    76.168] (II) Unloading fbdev
[    76.168] (II) UnloadSubModule: "fbdevhw"
[    76.168] (II) Unloading fbdevhw
[    76.168] (II) UnloadModule: "vesa"
[    76.168] (II) Unloading vesa
[    76.168] (==) Depth 24 pixmap format is 32 bpp
[    76.182] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    76.182] (==) intel(0): Backing store enabled
[    76.182] (==) intel(0): Silken mouse enabled
[    76.185] (II) intel(0): HW Cursor enabled
[    76.185] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    76.193] (==) intel(0): DPMS enabled
[    76.193] (==) intel(0): Display hotplug detection enabled
[    76.200] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    76.200] (II) intel(0): [DRI2] Setup complete
[    76.200] (II) intel(0): [DRI2]   DRI driver: i915
[    76.200] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    76.200] (II) intel(0): direct rendering: DRI2 enabled
[    76.200] (II) intel(0): hardware support for Present enabled
[    76.200] (--) RandR disabled
[    76.219] (II) SELinux: Disabled on system
[    76.320] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    76.320] (II) AIGLX: enabled GLX_ARB_create_context
[    76.320] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    76.320] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    76.320] (II) AIGLX: enabled GLX_INTEL_swap_event
[    76.320] (II) AIGLX: enabled GLX_SGI_swap_control
[    76.320] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    76.320] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    76.320] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    76.320] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    76.320] (II) AIGLX: Loaded and initialized i915
[    76.320] (II) GLX: Initialized DRI2 GL provider for screen 0
[    76.328] (II) intel(0): switch to mode 1024x768@50.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[    76.348] (II) intel(0): Setting screen physical size to 270 x 203
[    76.477] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    76.477] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    76.477] (II) LoadModule: "libinput"
[    76.478] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    76.495] (II) Module libinput: vendor="X.Org Foundation"
[    76.495]     compiled for 1.19.0, module version = 0.23.0
[    76.495]     Module class: X.Org XInput Driver
[    76.495]     ABI class: X.Org XInput driver, version 24.1
[    76.496] (II) Using input driver 'libinput' for 'Power Button'
[    76.496] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[    76.496] (**) Power Button: always reports core events
[    76.497] (**) Option "Device" "/dev/input/event6"
[    76.497] (**) Option "_source" "server/udev"
[    76.497] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    76.497] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    76.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[    76.497] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    76.498] (**) Option "xkb_model" "pc105"
[    76.498] (**) Option "xkb_layout" "de"
[    76.547] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    76.547] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    76.547] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    76.547] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    76.548] (II) Using input driver 'libinput' for 'Video Bus'
[    76.548] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[    76.548] (**) Video Bus: always reports core events
[    76.549] (**) Option "Device" "/dev/input/event7"
[    76.549] (**) Option "_source" "server/udev"
[    76.549] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[    76.549] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[    76.549] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    76.549] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    76.549] (**) Option "xkb_model" "pc105"
[    76.549] (**) Option "xkb_layout" "de"
[    76.550] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[    76.550] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[    76.550] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[    76.550] (II) No input driver specified, ignoring this device.
[    76.551] (II) This device may have been added with another device file.
[    76.551] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    76.551] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    76.551] (II) Using input driver 'libinput' for 'Sleep Button'
[    76.552] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    76.552] (**) Sleep Button: always reports core events
[    76.552] (**) Option "Device" "/dev/input/event4"
[    76.552] (**) Option "_source" "server/udev"
[    76.552] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[    76.552] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[    76.552] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/PNP0C09:00/PNP0C0E:00/input/input5/event4"
[    76.553] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    76.553] (**) Option "xkb_model" "pc105"
[    76.553] (**) Option "xkb_layout" "de"
[    76.553] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[    76.553] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[    76.554] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    76.554] (II) No input driver specified, ignoring this device.
[    76.554] (II) This device may have been added with another device file.
[    76.555] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[    76.555] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[    76.555] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    76.708] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[    76.708] (**) Logitech USB Receiver: always reports core events
[    76.708] (**) Option "Device" "/dev/input/event2"
[    76.708] (**) Option "_source" "server/udev"
[    76.709] (II) input device 'Logitech USB Receiver', /dev/input/event2 is tagged by udev as: Mouse
[    76.709] (II) input device 'Logitech USB Receiver', /dev/input/event2 is a pointer caps
[    76.709] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:046D:C52F.0001/input/input3/event2"
[    76.709] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[    76.709] (**) Option "AccelerationScheme" "none"
[    76.709] (**) Logitech USB Receiver: (accel) selected scheme none/0
[    76.709] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    76.709] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    76.710] (II) input device 'Logitech USB Receiver', /dev/input/event2 is tagged by udev as: Mouse
[    76.710] (II) input device 'Logitech USB Receiver', /dev/input/event2 is a pointer caps
[    76.710] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[    76.710] (II) No input driver specified, ignoring this device.
[    76.710] (II) This device may have been added with another device file.
[    76.711] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[    76.711] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[    76.711] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    76.712] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[    76.712] (**) Logitech USB Receiver: always reports core events
[    76.712] (**) Option "Device" "/dev/input/event3"
[    76.712] (**) Option "_source" "server/udev"
[    76.712] (II) input device 'Logitech USB Receiver', /dev/input/event3 is tagged by udev as: Keyboard
[    76.712] (II) input device 'Logitech USB Receiver', /dev/input/event3 is a keyboard
[    76.713] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[    76.713] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0002/input/input4/event3"
[    76.713] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[    76.713] (**) Option "AccelerationScheme" "none"
[    76.713] (**) Logitech USB Receiver: (accel) selected scheme none/0
[    76.713] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    76.713] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    76.713] (II) input device 'Logitech USB Receiver', /dev/input/event3 is tagged by udev as: Keyboard
[    76.713] (II) input device 'Logitech USB Receiver', /dev/input/event3 is a keyboard
[    76.714] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    76.714] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    76.714] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    76.715] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[    76.715] (**) AT Translated Set 2 keyboard: always reports core events
[    76.715] (**) Option "Device" "/dev/input/event0"
[    76.715] (**) Option "_source" "server/udev"
[    76.715] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    76.715] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    76.715] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    76.715] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    76.715] (**) Option "xkb_model" "pc105"
[    76.715] (**) Option "xkb_layout" "de"
[    76.716] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    76.716] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    76.717] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event1)
[    76.717] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    76.717] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    76.717] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    76.717] (**) TPPS/2 IBM TrackPoint: always reports core events
[    76.717] (**) Option "Device" "/dev/input/event1"
[    76.717] (**) Option "_source" "server/udev"
[    76.718] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is tagged by udev as: Mouse Pointingstick
[    76.718] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is a pointer caps
[    76.718] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[    76.718] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[    76.718] (**) Option "AccelerationScheme" "none"
[    76.718] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    76.718] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    76.718] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    76.719] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is tagged by udev as: Mouse Pointingstick
[    76.719] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is a pointer caps
[    76.719] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[    76.719] (II) No input driver specified, ignoring this device.
[    76.719] (II) This device may have been added with another device file.
[    76.720] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    76.720] (II) No input driver specified, ignoring this device.
[    76.720] (II) This device may have been added with another device file.
[    76.720] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event10)
[    76.720] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    76.720] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    76.721] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[    76.721] (**) ThinkPad Extra Buttons: always reports core events
[    76.721] (**) Option "Device" "/dev/input/event10"
[    76.721] (**) Option "_source" "server/udev"
[    76.721] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is tagged by udev as: Keyboard
[    76.722] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is a keyboard
[    76.722] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event10"
[    76.722] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[    76.722] (**) Option "xkb_model" "pc105"
[    76.722] (**) Option "xkb_layout" "de"
[    76.722] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is tagged by udev as: Keyboard
[    76.722] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is a keyboard
[    76.723] (II) config/udev: Adding input device Serial Wacom Tablet WACf004 (/dev/ttyS0)
[    76.723] (**) Serial Wacom Tablet WACf004: Applying InputClass "Wacom serial class"
[    76.723] (**) Serial Wacom Tablet WACf004: Applying InputClass "Wacom serial class identifiers"
[    76.723] (II) LoadModule: "wacom"
[    76.723] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[    76.729] (II) Module wacom: vendor="X.Org Foundation"
[    76.729]     compiled for 1.19.1, module version = 0.34.0
[    76.730]     Module class: X.Org XInput Driver
[    76.730]     ABI class: X.Org XInput driver, version 24.1
[    76.731] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
    Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
    Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
    Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
    CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
    CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
    Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
    PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
    DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
    Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
    Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
    Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
    Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
    Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
    Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
    Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
    Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
    Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
    Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
    TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus  0x9F,
    TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
    TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
    TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116, TabletPC 0x12C,
    TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000, TabletPC 0x5002,
    usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
    usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
    usb:172f:0033, usb:172f:0034, usb:172f:0035, usb:172f:0036,
    usb:172f:0037, usb:172f:0038, usb:172f:0039, usb:172f:0051,
    usb:172f:0052, usb:172f:0053, usb:172f:0054, usb:172f:0055,
    usb:172f:0056, usb:172f:0057, usb:172f:0058, usb:172f:0500,
    usb:172f:0501, usb:172f:0502, usb:172f:0503, usb:1b96:0001,
    usb:17ef:6004
[    76.733] (II) Using input driver 'wacom' for 'Serial Wacom Tablet WACf004'
[    76.734] (EE) systemd-logind: failed to take device /dev/ttyS0: No such device
[    76.734] (**) Serial Wacom Tablet WACf004: always reports core events
[    76.734] (**) Option "Device" "/dev/ttyS0"
[    76.734] (EE) xf86OpenSerial: Cannot open device /dev/ttyS0
    Permission denied.
[    76.734] (EE) Serial Wacom Tablet WACf004: Error opening /dev/ttyS0 (Permission denied)
[    76.734] (EE) PreInit returned 8 for "Serial Wacom Tablet WACf004"
[    76.734] (II) UnloadModule: "wacom"
[    76.752] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[    76.752] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    76.752] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[    76.752] (**) Logitech USB Receiver: always reports core events
[    76.752] (**) Option "Device" "/dev/input/event3"
[    76.752] (**) Option "_source" "_driver/libinput"
[    76.752] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[    76.752] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0002/input/input4/event3"
[    76.752] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 14)
[    76.752] (**) Option "xkb_model" "pc105"
[    76.752] (**) Option "xkb_layout" "de"
[    78.168] (II) intel(0): EDID vendor "LEN", prod id 16384
[    78.168] (II) intel(0): Printing DDC gathered Modelines:
[    78.168] (II) intel(0): Modeline "1024x768"x0.0   54.16  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (40.3 kHz eP)
[    78.168] (II) intel(0): Modeline "1024x768"x0.0   43.33  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (32.2 kHz e)
[    78.169] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    78.169] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    78.169] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)

And here it is for when it does not work:


[  9300.800]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[  9300.811] X Protocol Version 11, Revision 0
[  9300.814] Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
[  9300.818] Current Operating System: Linux x60 4.9.0-8-686-pae #1 SMP Debian 4.9.130-2 (2018-10-27) i686
[  9300.818] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-8-686-pae root=/dev/mapper/x60--vg-root ro
[  9300.826] Build Date: 03 November 2018  03:08:43AM
[  9300.830] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[  9300.834] Current version of pixman: 0.34.0
[  9300.843]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  9300.843] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  9300.860] (==) Log file: "/home/no/.local/share/xorg/Xorg.0.log", Time: Fri Jan 18 17:55:41 2019
[  9300.873] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  9300.875] (==) No Layout section.  Using the first Screen section.
[  9300.875] (==) No screen section available. Using defaults.
[  9300.875] (**) |-->Screen "Default Screen Section" (0)
[  9300.875] (**) |   |-->Monitor "<default monitor>"
[  9300.875] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  9300.876] (==) Automatically adding devices
[  9300.876] (==) Automatically enabling devices
[  9300.876] (==) Automatically adding GPU devices
[  9300.876] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  9300.879] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  9300.879]     Entry deleted from font path.
[  9300.886] (==) 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,
    built-ins
[  9300.886] (==) ModulePath set to "/usr/lib/xorg/modules"
[  9300.886] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  9300.886] (II) Loader magic: 0x71b720
[  9300.886] (II) Module ABI versions:
[  9300.886]     X.Org ANSI C Emulation: 0.4
[  9300.886]     X.Org Video Driver: 23.0
[  9300.886]     X.Org XInput driver : 24.1
[  9300.886]     X.Org Server Extension : 10.0
[  9300.888] (++) using VT number 1

[  9300.891] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  9300.891] (II) xfree86: Adding drm device (/dev/dri/card0)
[  9300.892] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  9300.894] (--) PCI:*(0:0:2:0) 8086:27a2:17aa:201a rev 3, Mem @ 0xe4300000/524288, 0xd0000000/268435456, 0xe4400000/262144, I/O @ 0x000050b0/8, BIOS @ 0x????????/131072
[  9300.894] (--) PCI: (0:0:2:1) 8086:27a6:17aa:201a rev 3, Mem @ 0xe4380000/524288
[  9300.894] (II) LoadModule: "glx"
[  9300.895] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  9300.899] (II) Module glx: vendor="X.Org Foundation"
[  9300.899]     compiled for 1.19.2, module version = 1.0.0
[  9300.899]     ABI class: X.Org Server Extension, version 10.0
[  9300.900] (==) Matched intel as autoconfigured driver 0
[  9300.900] (==) Matched intel as autoconfigured driver 1
[  9300.900] (==) Matched modesetting as autoconfigured driver 2
[  9300.900] (==) Matched fbdev as autoconfigured driver 3
[  9300.900] (==) Matched vesa as autoconfigured driver 4
[  9300.900] (==) Assigned the driver to the xf86ConfigLayout
[  9300.900] (II) LoadModule: "intel"
[  9300.900] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  9300.903] (II) Module intel: vendor="X.Org Foundation"
[  9300.903]     compiled for 1.19.0, module version = 2.99.917
[  9300.903]     Module class: X.Org Video Driver
[  9300.903]     ABI class: X.Org Video Driver, version 23.0
[  9300.903] (II) LoadModule: "modesetting"
[  9300.903] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  9300.907] (II) Module modesetting: vendor="X.Org Foundation"
[  9300.907]     compiled for 1.19.2, module version = 1.19.2
[  9300.907]     Module class: X.Org Video Driver
[  9300.907]     ABI class: X.Org Video Driver, version 23.0
[  9300.907] (II) LoadModule: "fbdev"
[  9300.907] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  9300.909] (II) Module fbdev: vendor="X.Org Foundation"
[  9300.909]     compiled for 1.19.0, module version = 0.4.4
[  9300.909]     Module class: X.Org Video Driver
[  9300.909]     ABI class: X.Org Video Driver, version 23.0
[  9300.909] (II) LoadModule: "vesa"
[  9300.909] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  9300.911] (II) Module vesa: vendor="X.Org Foundation"
[  9300.911]     compiled for 1.19.0, module version = 2.3.4
[  9300.911]     Module class: X.Org Video Driver
[  9300.911]     ABI class: X.Org Video Driver, version 23.0
[  9300.911] (II) intel: Driver for Intel(R) 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
[  9300.911] (II) intel: Driver for Intel(R) HD Graphics
[  9300.911] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  9300.911] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  9300.911] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  9300.911] (II) FBDEV: driver for framebuffer: fbdev
[  9300.911] (II) VESA: driver for VESA chipsets: vesa
[  9300.911] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  9300.911] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919
[  9300.911] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20161206-1 (Timo Aaltonen <tjaalton@debian.org>)
[  9300.912] (II) intel(0): SNA compiled for use with valgrind
[  9300.912] (WW) Falling back to old probe method for modesetting
[  9300.912] (WW) Falling back to old probe method for fbdev
[  9300.912] (II) Loading sub module "fbdevhw"
[  9300.912] (II) LoadModule: "fbdevhw"
[  9300.912] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  9300.913] (II) Module fbdevhw: vendor="X.Org Foundation"
[  9300.913]     compiled for 1.19.2, module version = 0.0.2
[  9300.913]     ABI class: X.Org Video Driver, version 23.0
[  9300.913] (WW) Falling back to old probe method for vesa
[  9300.913] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  9300.914] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[  9300.914] (--) intel(0): CPU: x86, sse2, sse3, ssse3; using a maximum of 2 threads
[  9300.914] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[  9300.914] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  9300.914] (==) intel(0): RGB weight 888
[  9300.914] (==) intel(0): Default visual is TrueColor
[  9300.915] (II) intel(0): Output LVDS1 has no monitor section
[  9300.931] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[  9300.931] (II) intel(0): Enabled output LVDS1
[  9300.931] (II) intel(0): Output VGA1 has no monitor section
[  9300.931] (II) intel(0): Enabled output VGA1
[  9300.932] (II) intel(0): Output TV1 has no monitor section
[  9300.932] (II) intel(0): Enabled output TV1
[  9300.932] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  9300.932] (II) intel(0): Output VIRTUAL1 has no monitor section
[  9300.932] (II) intel(0): Enabled output VIRTUAL1
[  9300.932] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 1
[  9300.932] (--) intel(0): Output VGA1 using initial mode 1024x768 on pipe 0
[  9300.932] (==) intel(0): TearFree disabled
[  9300.932] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  9300.932] (==) intel(0): DPI set to (96, 96)
[  9300.932] (II) Loading sub module "dri3"
[  9300.932] (II) LoadModule: "dri3"
[  9300.932] (II) Module "dri3" already built-in
[  9300.932] (II) Loading sub module "dri2"
[  9300.932] (II) LoadModule: "dri2"
[  9300.932] (II) Module "dri2" already built-in
[  9300.932] (II) Loading sub module "present"
[  9300.932] (II) LoadModule: "present"
[  9300.932] (II) Module "present" already built-in
[  9300.932] (II) UnloadModule: "modesetting"
[  9300.932] (II) Unloading modesetting
[  9300.933] (II) UnloadModule: "fbdev"
[  9300.933] (II) Unloading fbdev
[  9300.933] (II) UnloadSubModule: "fbdevhw"
[  9300.933] (II) Unloading fbdevhw
[  9300.933] (II) UnloadModule: "vesa"
[  9300.933] (II) Unloading vesa
[  9300.933] (==) Depth 24 pixmap format is 32 bpp
[  9300.935] (II) intel(0): SNA initialized with Alviso (gen3) backend
[  9300.935] (==) intel(0): Backing store enabled
[  9300.935] (==) intel(0): Silken mouse enabled
[  9300.936] (II) intel(0): HW Cursor enabled
[  9300.936] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  9300.936] (==) intel(0): DPMS enabled
[  9300.936] (==) intel(0): Display hotplug detection enabled
[  9300.936] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[  9300.936] (II) intel(0): [DRI2] Setup complete
[  9300.936] (II) intel(0): [DRI2]   DRI driver: i915
[  9300.936] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  9300.936] (II) intel(0): direct rendering: DRI2 enabled
[  9300.936] (II) intel(0): hardware support for Present enabled
[  9300.936] (--) RandR disabled
[  9300.953] (II) SELinux: Disabled on system
[  9300.962] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  9300.962] (II) AIGLX: enabled GLX_ARB_create_context
[  9300.962] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  9300.962] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  9300.962] (II) AIGLX: enabled GLX_INTEL_swap_event
[  9300.962] (II) AIGLX: enabled GLX_SGI_swap_control
[  9300.962] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  9300.962] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  9300.962] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  9300.962] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  9300.962] (II) AIGLX: Loaded and initialized i915
[  9300.962] (II) GLX: Initialized DRI2 GL provider for screen 0
[  9300.971] (II) intel(0): switch to mode 1024x768@85.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  9300.972] (II) intel(0): switch to mode 1024x768@50.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[  9300.976] (II) intel(0): Setting screen physical size to 270 x 203
[  9301.110] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[  9301.110] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  9301.110] (II) LoadModule: "libinput"
[  9301.111] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  9301.114] (II) Module libinput: vendor="X.Org Foundation"
[  9301.114]     compiled for 1.19.0, module version = 0.23.0
[  9301.114]     Module class: X.Org XInput Driver
[  9301.114]     ABI class: X.Org XInput driver, version 24.1
[  9301.114] (II) Using input driver 'libinput' for 'Power Button'
[  9301.115] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[  9301.115] (**) Power Button: always reports core events
[  9301.115] (**) Option "Device" "/dev/input/event6"
[  9301.115] (**) Option "_source" "server/udev"
[  9301.115] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[  9301.115] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[  9301.116] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[  9301.116] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  9301.116] (**) Option "xkb_model" "pc105"
[  9301.116] (**) Option "xkb_layout" "de"
[  9301.163] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[  9301.163] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[  9301.165] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  9301.165] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  9301.165] (II) Using input driver 'libinput' for 'Video Bus'
[  9301.166] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 24 paused 0
[  9301.166] (**) Video Bus: always reports core events
[  9301.166] (**) Option "Device" "/dev/input/event7"
[  9301.166] (**) Option "_source" "server/udev"
[  9301.166] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  9301.166] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  9301.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  9301.166] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  9301.166] (**) Option "xkb_model" "pc105"
[  9301.166] (**) Option "xkb_layout" "de"
[  9301.167] (II) input device 'Video Bus', /dev/input/event7 is tagged by udev as: Keyboard
[  9301.167] (II) input device 'Video Bus', /dev/input/event7 is a keyboard
[  9301.168] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[  9301.168] (II) No input driver specified, ignoring this device.
[  9301.168] (II) This device may have been added with another device file.
[  9301.169] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[  9301.169] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  9301.169] (II) Using input driver 'libinput' for 'Sleep Button'
[  9301.170] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[  9301.170] (**) Sleep Button: always reports core events
[  9301.170] (**) Option "Device" "/dev/input/event4"
[  9301.170] (**) Option "_source" "server/udev"
[  9301.170] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[  9301.170] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[  9301.170] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/PNP0C09:00/PNP0C0E:00/input/input5/event4"
[  9301.170] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  9301.170] (**) Option "xkb_model" "pc105"
[  9301.171] (**) Option "xkb_layout" "de"
[  9301.171] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[  9301.171] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[  9301.173] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[  9301.173] (II) No input driver specified, ignoring this device.
[  9301.173] (II) This device may have been added with another device file.
[  9301.174] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[  9301.174] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall"
[  9301.174] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  9301.232] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[  9301.232] (**) Logitech USB Receiver: always reports core events
[  9301.232] (**) Option "Device" "/dev/input/event2"
[  9301.232] (**) Option "_source" "server/udev"
[  9301.232] (II) input device 'Logitech USB Receiver', /dev/input/event2 is tagged by udev as: Mouse
[  9301.232] (II) input device 'Logitech USB Receiver', /dev/input/event2 is a pointer caps
[  9301.233] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:046D:C52F.0003/input/input12/event2"
[  9301.233] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9)
[  9301.233] (**) Option "AccelerationScheme" "none"
[  9301.233] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  9301.233] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  9301.233] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  9301.233] (II) input device 'Logitech USB Receiver', /dev/input/event2 is tagged by udev as: Mouse
[  9301.233] (II) input device 'Logitech USB Receiver', /dev/input/event2 is a pointer caps
[  9301.235] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[  9301.235] (II) No input driver specified, ignoring this device.
[  9301.235] (II) This device may have been added with another device file.
[  9301.235] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[  9301.235] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[  9301.235] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  9301.236] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[  9301.236] (**) Logitech USB Receiver: always reports core events
[  9301.236] (**) Option "Device" "/dev/input/event3"
[  9301.236] (**) Option "_source" "server/udev"
[  9301.237] (II) input device 'Logitech USB Receiver', /dev/input/event3 is tagged by udev as: Keyboard
[  9301.237] (II) input device 'Logitech USB Receiver', /dev/input/event3 is a keyboard
[  9301.237] (II) libinput: Logitech USB Receiver: needs a virtual subdevice
[  9301.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0004/input/input13/event3"
[  9301.237] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[  9301.237] (**) Option "AccelerationScheme" "none"
[  9301.237] (**) Logitech USB Receiver: (accel) selected scheme none/0
[  9301.237] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  9301.237] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  9301.238] (II) input device 'Logitech USB Receiver', /dev/input/event3 is tagged by udev as: Keyboard
[  9301.238] (II) input device 'Logitech USB Receiver', /dev/input/event3 is a keyboard
[  9301.238] (II) config/udev: Adding input device Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37 (/dev/input/event11)
[  9301.239] (**) Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37: Applying InputClass "libinput keyboard catchall"
[  9301.239] (II) Using input driver 'libinput' for 'Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37'
[  9301.239] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 28 paused 0
[  9301.239] (**) Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37: always reports core events
[  9301.239] (**) Option "Device" "/dev/input/event11"
[  9301.239] (**) Option "_source" "server/udev"
[  9301.240] (II) input device 'Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37', /dev/input/event11 is tagged by udev as: Keyboard
[  9301.240] (II) input device 'Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37', /dev/input/event11 is a keyboard
[  9301.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb5/5-6/5-6.2/5-6.2:1.0/0003:17F6:0862.0005/input/input14/event11"
[  9301.240] (II) XINPUT: Adding extended input device "Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37" (type: KEYBOARD, id 11)
[  9301.240] (**) Option "xkb_model" "pc105"
[  9301.240] (**) Option "xkb_layout" "de"
[  9301.241] (II) input device 'Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37', /dev/input/event11 is tagged by udev as: Keyboard
[  9301.241] (II) input device 'Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37', /dev/input/event11 is a keyboard
[  9301.242] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  9301.242] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  9301.242] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  9301.243] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[  9301.243] (**) AT Translated Set 2 keyboard: always reports core events
[  9301.243] (**) Option "Device" "/dev/input/event0"
[  9301.243] (**) Option "_source" "server/udev"
[  9301.244] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  9301.244] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  9301.244] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  9301.244] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  9301.244] (**) Option "xkb_model" "pc105"
[  9301.244] (**) Option "xkb_layout" "de"
[  9301.244] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  9301.245] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  9301.246] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event1)
[  9301.246] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[  9301.246] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[  9301.246] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[  9301.246] (**) TPPS/2 IBM TrackPoint: always reports core events
[  9301.246] (**) Option "Device" "/dev/input/event1"
[  9301.246] (**) Option "_source" "server/udev"
[  9301.247] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is tagged by udev as: Mouse Pointingstick
[  9301.247] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is a pointer caps
[  9301.247] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  9301.247] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[  9301.247] (**) Option "AccelerationScheme" "none"
[  9301.247] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[  9301.247] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  9301.247] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  9301.248] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is tagged by udev as: Mouse Pointingstick
[  9301.248] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event1 is a pointer caps
[  9301.248] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[  9301.248] (II) No input driver specified, ignoring this device.
[  9301.248] (II) This device may have been added with another device file.
[  9301.249] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  9301.249] (II) No input driver specified, ignoring this device.
[  9301.249] (II) This device may have been added with another device file.
[  9301.251] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event10)
[  9301.251] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[  9301.251] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[  9301.252] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[  9301.252] (**) ThinkPad Extra Buttons: always reports core events
[  9301.252] (**) Option "Device" "/dev/input/event10"
[  9301.252] (**) Option "_source" "server/udev"
[  9301.252] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is tagged by udev as: Keyboard
[  9301.252] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is a keyboard
[  9301.252] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event10"
[  9301.252] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[  9301.252] (**) Option "xkb_model" "pc105"
[  9301.252] (**) Option "xkb_layout" "de"
[  9301.253] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is tagged by udev as: Keyboard
[  9301.253] (II) input device 'ThinkPad Extra Buttons', /dev/input/event10 is a keyboard
[  9301.254] (II) config/udev: Adding input device Serial Wacom Tablet WACf004 (/dev/ttyS0)
[  9301.254] (**) Serial Wacom Tablet WACf004: Applying InputClass "Wacom serial class"
[  9301.254] (**) Serial Wacom Tablet WACf004: Applying InputClass "Wacom serial class identifiers"
[  9301.254] (II) LoadModule: "wacom"
[  9301.268] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[  9301.268] (II) Module wacom: vendor="X.Org Foundation"
[  9301.268]     compiled for 1.19.1, module version = 0.34.0
[  9301.268]     Module class: X.Org XInput Driver
[  9301.268]     ABI class: X.Org XInput driver, version 24.1
[  9301.268] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
    Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
    Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
    Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
    CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
    CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
    Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
    PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
    DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
    Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
    Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
    Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
    Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
    Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
    Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
    Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
    Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
    Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
    Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
    TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus  0x9F,
    TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
    TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
    TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116, TabletPC 0x12C,
    TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000, TabletPC 0x5002,
    usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
    usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
    usb:172f:0033, usb:172f:0034, usb:172f:0035, usb:172f:0036,
    usb:172f:0037, usb:172f:0038, usb:172f:0039, usb:172f:0051,
    usb:172f:0052, usb:172f:0053, usb:172f:0054, usb:172f:0055,
    usb:172f:0056, usb:172f:0057, usb:172f:0058, usb:172f:0500,
    usb:172f:0501, usb:172f:0502, usb:172f:0503, usb:1b96:0001,
    usb:17ef:6004
[  9301.270] (II) Using input driver 'wacom' for 'Serial Wacom Tablet WACf004'
[  9301.271] (EE) systemd-logind: failed to take device /dev/ttyS0: No such device
[  9301.271] (**) Serial Wacom Tablet WACf004: always reports core events
[  9301.271] (**) Option "Device" "/dev/ttyS0"
[  9301.271] (EE) xf86OpenSerial: Cannot open device /dev/ttyS0
    Permission denied.
[  9301.271] (EE) Serial Wacom Tablet WACf004: Error opening /dev/ttyS0 (Permission denied)
[  9301.271] (EE) PreInit returned 8 for "Serial Wacom Tablet WACf004"
[  9301.271] (II) UnloadModule: "wacom"
[  9301.300] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[  9301.300] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[  9301.300] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  9301.300] (**) Logitech USB Receiver: always reports core events
[  9301.300] (**) Option "Device" "/dev/input/event3"
[  9301.300] (**) Option "_source" "_driver/libinput"
[  9301.300] (II) libinput: Logitech USB Receiver: is a virtual subdevice
[  9301.300] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0004/input/input13/event3"
[  9301.300] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 15)
[  9301.300] (**) Option "xkb_model" "pc105"
[  9301.300] (**) Option "xkb_layout" "de"
[  9301.858] (**) Option "fd" "21"
[  9301.858] (**) Option "fd" "24"
[  9301.858] (**) Option "fd" "25"
[  9301.858] (**) Option "fd" "26"
[  9301.859] (**) Option "fd" "27"
[  9301.859] (**) Option "fd" "28"
[  9301.859] (**) Option "fd" "29"
[  9301.859] (**) Option "fd" "30"
[  9301.859] (**) Option "fd" "31"
[  9301.859] (**) Option "fd" "27"
[  9301.862] (II) UnloadModule: "libinput"
[  9301.862] (II) systemd-logind: not releasing fd for 13:67, still in use
[  9301.862] (II) UnloadModule: "libinput"
[  9301.862] (II) systemd-logind: releasing fd for 13:74
[  9301.879] (II) UnloadModule: "libinput"
[  9301.879] (II) systemd-logind: releasing fd for 13:65
[  9301.908] (II) UnloadModule: "libinput"
[  9301.908] (II) systemd-logind: releasing fd for 13:64
[  9301.920] (II) UnloadModule: "libinput"
[  9301.920] (II) systemd-logind: releasing fd for 13:75
[  9301.952] (II) UnloadModule: "libinput"
[  9301.952] (II) systemd-logind: releasing fd for 13:67
[  9301.968] (II) UnloadModule: "libinput"
[  9301.968] (II) systemd-logind: releasing fd for 13:66
[  9302.000] (II) UnloadModule: "libinput"
[  9302.000] (II) systemd-logind: releasing fd for 13:68
[  9302.012] (II) UnloadModule: "libinput"
[  9302.012] (II) systemd-logind: releasing fd for 13:71
[  9302.040] (II) UnloadModule: "libinput"
[  9302.040] (II) systemd-logind: releasing fd for 13:70
[  9302.147] (II) Server terminated successfully (0). Closing log file.

Offline

#2 2019-01-23 23:29:19

guuml.dev1
Member
Registered: 2018-12-09
Posts: 21  

Re: Launch Xorg works on laptop but not on external display

Attaching an external screen to a laptop with Xorg may cause strange results. As far as I know have learned the last decade, any problem of this kind can be solved despite there is a lack of documentation. Let's try:

lunario wrote:

... launch X with "startx" ... while I am on the tty (and attach external monitor afterwards) ... Xserver briefly tries to launch but then closes again. ...

It's hard to figure out when (at which point) things went wrong between case #1 "X starts normally" and case #2 "when it does not work". Looking at the beginning of both logs slightly stripped:

lunario wrote:

X.Org X Server 1.19.2
... Markers:
... (--) probed, (**) from config file, (==) default setting,
... (++) from command line, (!!) notice, (II) informational,
... (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
.... (==) Log file: "/home/.../.local/share/xorg/Xorg.0.log", Time: ...

Then there are a lot of lines about what Xorg automagically guesses about keyboard, video and mouse. (KVM you know?). Now read the log of case #2 backwards:

lunario wrote:

... ((snipped)
[  9300.888] (++) using VT number 1

[  9300.891] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
... ((snipped)
[  9301.270] (II) Using input driver 'wacom' for 'Serial Wacom Tablet WACf004'
[  9301.271] (EE) systemd-logind: failed to take device /dev/ttyS0: No such device
... ((snipped)
[  9301.271] (EE) xf86OpenSerial: Cannot open device /dev/ttyS0
    Permission denied.
[  9301.271] (EE) Serial Wacom Tablet WACf004: Error opening /dev/ttyS0 (Permission denied)
[  9301.271] (EE) PreInit returned 8 for "Serial Wacom Tablet WACf004"
... ((snipped)
[  9302.040] (II) systemd-logind: releasing fd for 13:70
[  9302.147] (II) Server terminated successfully (0). Closing log file.

Ah, huu ... is there a need to mark the relevant string? IMHO this problem looks like the (really stable:-) devuan/ascii was bitten by some "scope creep". Further investigation needed.


guuml is an abbrevation for g&uuml; in ASCII (1967),
focused on devuan and skipping epic poems like beowulf.
Has Gü spent his last raw DVD to a chimäre? No.

Offline

#3 2019-02-02 17:25:15

guuml.dev1
Member
Registered: 2018-12-09
Posts: 21  

Re: Launch Xorg works on laptop but not on external display

It's common usage on a laptop, but rarely on stationary computers, to connect an external monitor or projector to the running system. On devuan/ascii the xserver was startet by slim on "VT number 7" and less /var/log/Xorg.0.log  shows:

[...] (II) systemd-logind: logind integration requires -keeptty and -keep tty was not provided, disabling logind integration

Nice to see, but note 1: Once upon a time a collegue asks for help about his black screen. My final answer was: NEVER EVER hot plug VGA again with your next monitor! I summe this is true for DVI, but not for HDMI. Nevertheless: On my devuan/ascii-i686 i can simulate connect/disconnect trought power on/off my KVM switch.

The next step was to prevent X from starting by disabling /etc/rc?.d/S04slim. then shutdown, disconnect monitor, boot and  login on tty1 , connect monitor and startx. BTW: the logfiles goes to $HOME/.local/share/xorg/Xorg.0.log:

[...] (++) using VT number 1
[...] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[...] (II) xfree86: Adding drm device (/dev/dri/card0)
[...] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
...

WTF? What tooks control? And why is xfree86 mentioned? Ok, on my hardware X starts despite of this. This may be difference between acer travelmate (ascii 32bit) and thinkpadX60. But see with VGA1 as laptop and LVDS1 as external:

...
[...] (WW) intel(0): Output LVDS1: Strange aspect ratio (304/22800), consider adding a quirk
[...] (II) intel(0): resizing framebuffer to 2304x1024
[...] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 1, position (1280, 256), rotation normal, reflection none
[...] (II) intel(0): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[...] (**) Option "fd" "22"

The last line "(**) from config file" is repeatet for more "fd" (file descriptors?), log ends up with

[...] (II) UnloadModule: "libinput"
[...] (II) systemd-logind: not releasing fd for 13:71, still in use
[...] (II) UnloadModule: "libinput"
[...] (II) systemd-logind: releasing fd for 13:73
...
[...] (II) UnloadModule: "libinput"
[...] (II) systemd-logind: releasing fd for 13:67
[...] (II) Server terminated successfully (0). Closing log file.

As my X starts there is a $HOME/.xsession-errors with lines:
dbus-update-activation-environment: systemd --user not found, ignoring --systemd argument

Summary: It's not nice to know, that systemd has found an backdoor entry to my current devuan_ascii i386_desktop-live. Although devuan/ascii keeps on running stable, is this problem worth a bug report?

Update: while reviewing lunario's point of view
...
[    76.733] (II) Using input driver 'wacom' for 'Serial Wacom Tablet WACf004'
[    76.734] (EE) systemd-logind: failed to take device /dev/ttyS0: No such device
[    76.734] (**) Serial Wacom Tablet WACf004: always reports core events
...

there is a bug report 232 "xserver-xorg-input-wacom: starting X session results in permanent black screen" already, dated 8 Aug 2018 16:03:01 UTC. IMHO hard to resolve.

Last edited by guuml.dev1 (2019-02-02 21:07:55)


guuml is an abbrevation for g&uuml; in ASCII (1967),
focused on devuan and skipping epic poems like beowulf.
Has Gü spent his last raw DVD to a chimäre? No.

Offline

Board footer