Bug 105129 - Disabling Trackpoint Scrolling via xorg.conf freezes screen/input
Summary: Disabling Trackpoint Scrolling via xorg.conf freezes screen/input
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/Input/Core (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-16 15:17 UTC by Joachim Breitner
Modified: 2018-12-17 17:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Joachim Breitner 2018-02-16 15:17:24 UTC
I have upgraded xserver-xorg-core and xserver-xorg-legacy from
2:1.19.5-1 to 2:1.19.6-1. When I rebooted, the system (a T460s Thinkpad)
would start, but as soon as the X server is started, the screen would
turn black and no input would be accepted -- not even switching to the
text terminal.

The problem disappeared once I removed the file
/etc/X11/xorg.conf.d/30-scoll.conf with this content:

Section "InputClass"
        Identifier "TPPS/2 IBM TrackPoint"
        Driver "libinput"
        Option "ScrollMethod" "none"
EndSection

I have added the corresponding xorg log to the list of log files below,
note how it stops abruptly at

[   187.857] (II) event9  - (II) Integrated Camera: Integrated C: (II) is tagged by udev as: Keyboard
[   187.857] (II) event9  - (II) Integrated Camera: Integrated C: (II) device is a keyboard
[   187.858] (II) config/udev: Adding input device (unnamed) (/dev/ttyS0)
[   187.858] (**) (unnamed): Applying InputClass "TPPS/2 IBM TrackPoint"
[   187.858] (II) Using input driver 'libinput' for '(unnamed)'
[   187.858] (**) (unnamed): always reports core events
[   187.858] (**) Option "Device" "/dev/ttyS0"
[   187.858] (**) Option "_source" "server/udev"

Also reported at https://bugs.debian.org/890337
Comment 1 GitLab Migration User 2018-12-17 17:26:11 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/xserver/issues/565.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.