| Summary: |
Disabling Trackpoint Scrolling via xorg.conf freezes screen/input |
| Product: |
xorg
|
Reporter: |
Joachim Breitner <mail> |
| Component: |
Server/Input/Core | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
MOVED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
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