-
Installed Tumblweed to an old notebook.
And the touchpad is not working. -
Operating System: openSUSE Tumbleweed 20260504
KDE Plasma Version: 6.6.4
KDE Frameworks Version: 6.25.0
Qt Version: 6.11.0
Kernel Version: 7.0.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-4712MQ CPU @ 2.30GHz
Memory: 8 GiB of RAM (7.6 GiB usable)
Graphics Processor: Mesa Intel® HD Graphics 4600
Manufacturer: FUJITSU
Product Name: LIFEBOOK E754
System Version: 10601583227 -
~> xinput list
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:10 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:10 id=7 [slave pointer (2)]
⎜ ↳ xwayland-pointer-gestures:10 id=8 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:10 id=9 [slave keyboard (3)] -
~> cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name=“SynPS/2 Synaptics TouchPad”
P: Phys=isa0060/serio2/input0
S: Sysfs=/devices/platform/i8042/serio2/input/input6
U: Uniq=
H: Handlers=mouse0 event1
B: PROP=5
B: EV=b
B: KEY=e520 10000 0 0 0 0
B: ABS=660800011000003 -
~> sudo libinput list-devices
Device: SynPS/2 Synaptics TouchPad
Kernel: /dev/input/event1
Id: serial:0002:0007
Group: 9
Seat: seat0, default
Size: 106x66mm
Capabilities: pointer gesture
Tap-to-click: disabled
Tap-and-drag: enabled
Tap button map: left/right/middle
Tap drag lock: disabled
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *two-finger edge
Scroll button: n/a
Scroll button lock: n/a
Click methods: *button-areas clickfinger
Clickfinger button map: left/right/middle
Disable-w-typing: enabled
Disable-w-trackpointing: enabled
Accel profiles: flat *adaptive custom
Rotation: n/a
Area rectangle: n/a -
~> sudo dmesg | grep -i touch
[ 2.498950] [ T99] psmouse serio2: synaptics: Your touchpad (PNP: SYN1f08 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 2.687048] [ T99] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x126800/0x0, board id: 2721, fw id: 1450880
[ 2.813522] [ T99] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
Did you check systemsettings that it is enabled?
Do you have an external mous attached? Did you check systemsettings, especially these two settings which shows that the touchpad gets disabled when you are typing or have an external mouse:
I have an E752 and the Touchpad is working fine.
It does not work on SDDM screen as well. So, it never works.
I had to attach external mouse, since the touchpad is not working.
Right now the touchpad is being driven as a legacy PS/2 device. Check your BIOS to for any touchpad mode settings (Basic/Advanced etc).
You could also try adding psmouse.synaptics_intertouch=1 to GRUB, as hinted in the dmesg output you shared.
There is no touchpad setting in BIOS.
As I understand, the new Tumbleweed installations do not use GRUB anymore, it uses systemd-boot. I’m not even a power user under Linux, so I may be wrong.
Refer man update-bootloader for boot parameter changes.