[Bug 366041] Re: Down and Left arrow don't repeat

2010-06-04 Thread Bryce Harrington

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Incomplete = Expired

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2010-06-04 Thread Oli Wade
So there's no chance of a fix for Jaunty?

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2010-05-10 Thread Bryce Harrington
[This is an automatic notification.]

Hi Paulo,

This bug was reported against an earlier version of Ubuntu, can you
test if it still occurs on Lucid?

Please note we also provide technical support for older versions of
Ubuntu, but not in the bug tracker.  Instead, to raise the issue through
normal support channels, please see:

http://www.ubuntu.com/support


If you are the original reporter and can still reproduce the issue on
Lucid, please run the following command to refresh the report:

  apport-collect 366041

If you are not the original reporter, please file a new bug report, so
we can work with you as the original reporter instead (you can reference
bug 366041 in your report if you think it may be related):

  ubuntu-bug xorg

If by chance you can no longer reproduce the issue on Lucid or if you
feel it is no longer relevant, please mark the bug report 'Fix Released'
or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/366041


** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: New = Incomplete

** Tags added: needs-retested-on-lucid-by-june

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2009-12-17 Thread martin hodges
I have the same issue on my Acer Travelmate 3010.
Output from 'xinput list'

Virtual core pointer  id=0[XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 0
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 0
Virtual core keyboard id=1[XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Configured Mouse  id=2[XExtensionPointer]
Type is MOUSE
Num_buttons is 9
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 1
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 1
Synaptics Touchpadid=3[XExtensionPointer]
Type is TOUCHPAD
Num_buttons is 12
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 1472
Max_value is 5472
Resolution is 1
Axis 1 :
Min_value is 1408
Max_value is 4448
Resolution is 1
Sleep Button  id=4[XExtensionKeyboard]
Type is KEYBOARD
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Video Bus id=5[XExtensionKeyboard]
Type is KEYBOARD
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Power Button  id=6[XExtensionKeyboard]
Type is KEYBOARD
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Power Button  id=7[XExtensionKeyboard]
Type is KEYBOARD
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
AT Translated Set 2 keyboard  id=8[XExtensionKeyboard]
Type is KEYBOARD
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
Macintosh mouse button emulation  id=9[XExtensionPointer]
Type is MOUSE
Num_buttons is 5
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is -1
Max_value is -1
Resolution is 1
Axis 1 :
Min_value is -1
Max_value is -1
Resolution is 1
SynPS/2 Synaptics TouchPadid=10   [XExtensionPointer]
Type is TOUCHPAD
Num_buttons is 12
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 1472
Max_value is 5472
Resolution is 1
Axis 1 :
Min_value is 1408
Max_value is 4448
Resolution is 1

As you can see, there seem to be a large number of devices.
I have a serial mouse and I do not wish scrolling edges on the touchpad.
I have an external monitor that I use in the office. I have an xorg.conf.

Section ServerLayout
Identifier  Default Layout
Screen 0 screen0 0 0
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
Option AllowEmptyInput false
EndSection

Section Files
Fontpath/usr/share/fonts/X11/misc
# path to defoma fonts
Fontpath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/ttyUSB0
Option  Protocol  Mousesystems
Option  ZAxisMapping  4 5
Option  Emulate3Buttons   false
Option  Sensitivity   1.5
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizEdgeScroll   0
Option  VertEdgeScroll0
EndSection

Section Device
Identifier  device0
Driver  intel
EndSection


Section Screen
Identifier  screen0
Device  device0
Defaultdepth24
Monitor monitor0
SubSection Display
Depth   24
modes   1920x1080 1280x800
EndSubSection
EndSection


Section Monitor
Identifier  monitor0
Vendorname  Plug 'n' Play
Modelname   Plug 'n' Play
Gamma   1.0
EndSection

Relevant output from /var/log/Xorg.0.log
X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
Current Operating System: Linux martin-laptop 

[Bug 366041] Re: Down and Left arrow don't repeat

2009-10-25 Thread Pär Andersson
This bug is still present with xserver-xorg-input-evdev 1:2.2.5-1ubuntu5
in Karmic. For me the bug started after bug 345397 was fixed in Jaunty
(as I commented on that bug at the time).

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-
evdev/+bug/345397/comments/9


** Tags added: karmic

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2009-09-02 Thread Bryce Harrington
** Tags added: jaunty

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2009-06-09 Thread ilia
I'm using dual seat setup (2 xservers/2 monitors/2 keyboards/etc.) and
has exactly this problem (on both seats) after upgrading to Jaunty.
End key (code 115) is affected too. xset r workaround works for me
too.

Related `xset q` output before running xset r (note the second line ending with 
e5ef):
  auto repeating keys:  00ffdbbf
fadfffdfffdfe5ef




After applying `xset r 113; xset r 115; xset r 116` (now the second line ends 
with ffef):
  auto repeating keys:  00ffdbbf
fadfffdfffdfffef



I'm running KDE 4, but restarting X server and using icewm session gives
the same result (i.e. this is not KDE/Gnome specific).

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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


[Bug 366041] Re: Down and Left arrow don't repeat

2009-04-24 Thread Paulo J. S. Silva

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/25926221/xorg.conf

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25926222/Dependencies.txt

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/25926223/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/25926224/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/25926225/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/25926226/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/25926227/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/25926228/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/25926229/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/25926230/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/25926232/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/25926233/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/25926234/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/25926236/xkbcomp.txt

-- 
Down and Left arrow don't repeat
https://bugs.launchpad.net/bugs/366041
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