[Bug 1431931] Re: T450s thinkpad physical buttons not configured properly

2015-05-23 Thread Christopher M. Penalver
jack tavares, thank you for reporting this and helping make Ubuntu better. 
Could you please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 1417450

** Package changed: linux-lts-utopic (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431931

Title:
  T450s thinkpad physical buttons not configured properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1431931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431931] Re: T450s thinkpad physical buttons not configured properly

2015-05-07 Thread Ross Grady
Problem resolved upstream -- details here:
https://bugs.freedesktop.org/show_bug.cgi?id=88609

An easier temporary workaround is to create a file in /etc/modprobe.d/
called psmouse.conf and put the following line in it:

options psmouse proto=imps

Then do sudo update-initramfs -u

I'm hopeful that the patch from freedesktop.org will be backported to
Trusty's kernel soon.

** Bug watch added: freedesktop.org Bugzilla #88609
   https://bugs.freedesktop.org/show_bug.cgi?id=88609

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431931

Title:
  T450s thinkpad physical buttons not configured properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431931] Re: T450s thinkpad physical buttons not configured properly

2015-05-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-lts-utopic (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431931

Title:
  T450s thinkpad physical buttons not configured properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431931] Re: T450s thinkpad physical buttons not configured properly

2015-04-03 Thread darkhawk
Hey jack tavares ,

i had the same problem with my T450S. I just tested the new Ubuntu 15.04
Beta2  and there the Trackpoint Keys are working perfect. left clicking
and right clicking and scrolling by pressing the middle button and move
the trackpoint is working out of the box.

BUT, even though i disabled the touchpad by the bios setting it is
working nevertheless  under Ubuntu 15.04 Beta 2 . Magic ;). I think it
is just a soft switch inside the BIOS settings, and the module is not
recognizing this setting inside the bios.


Cheers
Christian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431931

Title:
  T450s thinkpad physical buttons not configured properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1431931] Re: T450s thinkpad physical buttons not configured properly

2015-03-15 Thread Andreas Eckstein
Had the same problem (albeit with a Gentoo installation, but that shouldn't 
make much of a difference), and found this workaround:
http://vimtips.org/2015/02/20/ubuntu-1410-and-lenovo-thinkpad-x250/
You can solve it by forcing the IMPS protocol for your pointer devices, but you 
lose multi-touch features in the process. So you add

psmouse.proto=imps

to the kernel command line (if the psmouse driver is built as a module,
you should be able to handle this by an entry in /etc/modprobe.d/
instead) and create a file '/etc/X11/xorg.conf.d/33-input.conf':

Section InputClass
 Identifier Touchpad/TrackPoint
 MatchProduct PS/2 Synaptics TouchPad
 MatchDriver evdev
 Option EmulateWheel 1
 Option EmulateWheelButton 2
 Option Emulate3Buttons 0
 Option XAxisMapping 6 7
 Option YAcisMapping 4 5
EndSection

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1431931

Title:
  T450s thinkpad physical buttons not configured properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1431931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs