I have a X200t and wheel emulation works for me after suspend, but i had to add a rule to udev to get it working in the first place. /lib/udev/rules.d/99-trackpoint.rules
ACTION!="add|change", GOTO="xorg_trackpoint_end" KERNEL!="event*", GOTO="xorg_trackpoint_end" ENV{ID_PATH}!="platform-i8042-serio-1", GOTO="xorg_trackpoint_end" ENV{x11_options.EmulateWheel}="1" ENV{x11_options.EmulateWheelButton}="2" ENV{x11_options.XAxisMapping}="6 7" ENV{x11_options.Emulate3Buttons}="0" LABEL="xorg_trackpoint_end" -- wheel emulation settings not persisted across suspend/resume https://bugs.launchpad.net/bugs/517401 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs