[Touch-packages] [Bug 1635872] [NEW] xorg freezes for long time after using virtual terminal

2016-10-22 Thread Aapo Rantalainen
Public bug reported:

Ubuntu: 16.04
xorg 1:7.7+13ubuntu3

Always reproducible, steps:
a) start computer
b) verify that Xorg is using some 0.7% CPU
c) f1+ctrl+shift #go to virtual terminal
d) f7+ctrl   #back to the xorg

Maybe 60 seconds mouse cursor can be barely moved, but keyboard and clicks are 
not responding after all. After that run script for monitoring CPU usage of 
Xorg. 
e)
while [ 1 ] ; do top -b -n 1 | grep Xorg | awk {'print $9'} ; sleep 1; done

CPU usage is almost 100% for 12...71 minutes and then calms down.

Not sure if this relates display controllers (lspci | grep VGA):
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M 
Mac Edition] (rev a1)

Or drivers (lsmod | grep video):
video  40960  3 i915,nouveau,apple_gmux

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1635872

Title:
  xorg freezes for long time after using virtual terminal

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu: 16.04
  xorg 1:7.7+13ubuntu3

  Always reproducible, steps:
  a) start computer
  b) verify that Xorg is using some 0.7% CPU
  c) f1+ctrl+shift #go to virtual terminal
  d) f7+ctrl   #back to the xorg

  Maybe 60 seconds mouse cursor can be barely moved, but keyboard and clicks 
are not responding after all. After that run script for monitoring CPU usage of 
Xorg. 
  e)
  while [ 1 ] ; do top -b -n 1 | grep Xorg | awk {'print $9'} ; sleep 1; done

  CPU usage is almost 100% for 12...71 minutes and then calms down.

  Not sure if this relates display controllers (lspci | grep VGA):
  00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
  01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M 
Mac Edition] (rev a1)

  Or drivers (lsmod | grep video):
  video  40960  3 i915,nouveau,apple_gmux

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2016-10-21 Thread Aapo Rantalainen
After fresh install on Ubuntu 16.04 I found this will break tab key instantly:
xmodmap -e 'clear Mod4'


My goal was to remap Super_L to be additional Alt_L (and not affect tab key at 
all):

This works for me on Ubuntu 16.04 (with xfce):
xmodmap -e 'remove mod4 = Super_L'
xmodmap -e 'remove mod4 = Hyper_L'
xmodmap -e 'keycode 133 = Alt_L'
xmodmap -e 'add mod4 = Super_L Hyper_L'

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-15 (740 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags: trusty third-party-packages
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584321] [NEW] ssh: man and usage still mentioning ssh protocol 1

2016-05-21 Thread Aapo Rantalainen
Public bug reported:

openssh (1:7.1p1-1) dropped legacy SSH version 1 protocol (as pointed
e.g: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes )

But 'usage' still mentions it:
 usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] 

And 'man ssh':
 -1  Forces ssh to try protocol version 1 only.

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1584321

Title:
  ssh: man and usage still mentioning ssh protocol 1

Status in openssh package in Ubuntu:
  New

Bug description:
  openssh (1:7.1p1-1) dropped legacy SSH version 1 protocol (as pointed
  e.g: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes )

  But 'usage' still mentions it:
   usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] 

  And 'man ssh':
   -1  Forces ssh to try protocol version 1 only.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1073669] Re: Bluetooth won't stay disabled after reboot due to early upstart job

2016-02-18 Thread Aapo Rantalainen
Happens with 16.04.
Goal: start ubuntu without bluetooth

a) 
 /etc/bluetooth/main.conf 
+InitiallyPowered = false
Didn't work.

b)
rfkill-restore.conf from this ticket
Didn't work.

c)
/etc/rc.local
+rfkill block bluetooth
Didn't work.

Finally disabled bluetooth from BIOS.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rfkill in Ubuntu.
https://bugs.launchpad.net/bugs/1073669

Title:
  Bluetooth won't stay disabled after reboot due to early upstart job

Status in rfkill package in Ubuntu:
  Confirmed

Bug description:
  Using a Dell XPS 13 with Ubuntu 12.04.

  In order to restore RF interfaces to their previous state between
  boots, rfkill is run via two Upstart jobs in /etc/init/: rfkill-
  store.conf (run while shutting down) and rfkill-restore.conf (run when
  starting up). However, while rfkill-restore.conf starts on the Upstart
  local-filesystems signal, there is a high probability that the RF kill
  switches in /sys/class/rfkill/ still won't yet be populated (i.e.
  every time on the Dell XPS 13). This results in behavior like the
  following:

  1. Disable bluetooth via applet.
  2. Reboot.
  3. Login.
  4. Observe bluetooth is re-enabled!

  Bluetooth should have stayed disabled, but since the kill switches
  weren't present when rfkill-restore was run, the kill switch states
  were not restored.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 243489] Re: completion-ignore-case do not work with ~ (if there are no command)

2016-01-24 Thread Aapo Rantalainen
** Changed in: bash (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/243489

Title:
  completion-ignore-case do not work with ~ (if there are no command)

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: bash

  I have 
  bind 'set completion-ignore-case on'
  in my .bashrc.

  What works:
  cd ~/des[TAB]
   -> cd /home/rantalai/Desktop/

  When I want run script/command in my Desktop

  What I excepted:
  ~/des[TAB]
   -> /home/rantalai/Desktop/

  What happens:
  ~/des[TAB]
   -> ~/desktop 

  So word is right but case isn't.

  
  If I wrote (this works)
  ~/Des[TAB]
   -> ~/Desktop/

  
  MORE:
  There are ~/Desktop/aBBa.sh (and nothing else in this directory)
  I wrote (this works)
  ~/Desktop/a[TAB]
   -> ~/Desktop/aBBa.sh

  I wrote (one lower b more)
  ~/Desktop/ab[TAB]
   -> ~/Desktop/abBa.sh

  Case is not corrected.
  ---
  Happens with ubuntu 8.04, bash 3.2-0ubuntu18
  and ubuntu 7.10, bash 3.2-0ubuntu11

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-11-26 Thread Aapo Rantalainen
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1
  
  I don't know how to trigger this bug, but I have seen it now more than
  ten times.
  
  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles
  
  'stops working normally' = tab-key alone doesn't do anything.
  
  --
  When tab-key is working normally, xev reports:
  
  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  --
  When this bug triggers, xev reports (when tab-key pressed and released):
  
  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor
  
  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor
  
  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  
  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)
  
  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab
  
  Running xmodmap ~/.Xmodmap will not fix.
  
  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2013-11-15 (740 days ago)
+ InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
+ NonfreeKernelModules: wl
+ Package: xorg 1:7.7+1ubuntu8.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
+ Tags: trusty third-party-packages
+ Uname: Linux 3.11.0-13-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1471123/+attachment/4525747/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, 

[Touch-packages] [Bug 1471123] ProcEnviron.txt

2015-11-26 Thread Aapo Rantalainen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1471123/+attachment/4525748/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  "Suddenly" = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
  state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XmbLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
  state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09) " "
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x561,
  root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
  state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)

  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

  Running xmodmap ~/.Xmodmap will not fix.

  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
  Restarting xorg helps.
  ---
  Changing to virtual terminal -> tab is working. But after returning to xorg, 
tab is still broken.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-15 (740 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Tags: trusty third-party-packages
  Uname: Linux 3.11.0-13-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-13 (561 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1471123] [NEW] suddenly tabulator-key stops working normally

2015-07-03 Thread Aapo Rantalainen
Public bug reported:

Ubuntu 14.04
xserver-xorg: 1:7.7+1ubuntu8.1

I don't know how to trigger this bug, but I have seen it now more than
ten times.

Suddenly = I can't figure pattern how this triggers. Sometimes it
happens when computer just idles

'stops working normally' = tab-key alone doesn't do anything.

--
When tab-key is working normally, xev reports:

KeyPress event, serial 37, synthetic NO, window 0x241,
root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09)  
XmbLookupString gives 1 bytes: (09)  
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x241,
root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09)  
XFilterEvent returns: False

--
When this bug triggers, xev reports (when tab-key pressed and released):

FocusOut event, serial 37, synthetic NO, window 0x561,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 37, synthetic NO, window 0x561,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

--
When this bug triggers, xev reports (when holding CTRL and tab-key pressed and 
released):

KeyPress event, serial 37, synthetic NO, window 0x561,
root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x561,
root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09)  
XmbLookupString gives 1 bytes: (09)  
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x561,
root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
XLookupString gives 1 bytes: (09)  
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x561,
root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
---
And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
alt+tab = change window
shift+tab = previous element (e.g. fields in browser)
ctrl+tab = change tab (e.g. in firefox)

-
I have ~/.Xmodmap and it contains line:
keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab

Running xmodmap ~/.Xmodmap will not fix.

---
Attaching new usb-keyboard doesn't help.
---
Reboot helps.

---
Changing to virtual terminal - tab is working. But after returning to xorg, 
tab is still broken.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1471123

Title:
  suddenly tabulator-key stops working normally

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1

  I don't know how to trigger this bug, but I have seen it now more than
  ten times.

  Suddenly = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles

  'stops working normally' = tab-key alone doesn't do anything.

  --
  When tab-key is working normally, xev reports:

  KeyPress event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09)  
  XmbLookupString gives 1 bytes: (09)  
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x241,
  root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
  state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
  XLookupString gives 1 bytes: (09)  
  XFilterEvent returns: False

  --
  When this bug triggers, xev reports (when tab-key pressed and released):

  FocusOut event, serial 37, synthetic NO, window 0x561,
  mode NotifyGrab, detail NotifyAncestor

  FocusIn event, serial 37, synthetic NO, window 0x561,
  mode NotifyUngrab, detail NotifyAncestor

  KeymapNotify event, serial 37, synthetic NO, window 0x0,
  keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  --
  When this bug triggers, xev reports (when 

[Touch-packages] [Bug 1471123] Re: suddenly tabulator-key stops working normally

2015-07-03 Thread Aapo Rantalainen
** Description changed:

  Ubuntu 14.04
  xserver-xorg: 1:7.7+1ubuntu8.1
  
  I don't know how to trigger this bug, but I have seen it now more than
  ten times.
  
  Suddenly = I can't figure pattern how this triggers. Sometimes it
  happens when computer just idles
  
  'stops working normally' = tab-key alone doesn't do anything.
  
  --
  When tab-key is working normally, xev reports:
  
  KeyPress event, serial 37, synthetic NO, window 0x241,
- root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
- state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XmbLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 2088488, (164,-6), root:(1515,797),
+ state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XmbLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x241,
- root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
- state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 2088509, (164,-6), root:(1515,797),
+ state 0x0, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  --
  When this bug triggers, xev reports (when tab-key pressed and released):
  
  FocusOut event, serial 37, synthetic NO, window 0x561,
- mode NotifyGrab, detail NotifyAncestor
+ mode NotifyGrab, detail NotifyAncestor
  
  FocusIn event, serial 37, synthetic NO, window 0x561,
- mode NotifyUngrab, detail NotifyAncestor
+ mode NotifyUngrab, detail NotifyAncestor
  
  KeymapNotify event, serial 37, synthetic NO, window 0x0,
- keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+ keys: 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  
  --
  When this bug triggers, xev reports (when holding CTRL and tab-key pressed 
and released):
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
- state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
- XLookupString gives 0 bytes:
- XmbLookupString gives 0 bytes:
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350060, (172,-19), root:(1523,784),
+ state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
+ XLookupString gives 0 bytes:
+ XmbLookupString gives 0 bytes:
+ XFilterEvent returns: False
  
  KeyPress event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
- state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XmbLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350228, (172,-19), root:(1523,784),
+ state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XmbLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
- state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
- XLookupString gives 1 bytes: (09)  
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350276, (172,-19), root:(1523,784),
+ state 0x4, keycode 23 (keysym 0xff09, Tab), same_screen YES,
+ XLookupString gives 1 bytes: (09)  
+ XFilterEvent returns: False
  
  KeyRelease event, serial 37, synthetic NO, window 0x561,
- root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
- state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
- XLookupString gives 0 bytes:
- XFilterEvent returns: False
+ root 0x290, subw 0x0, time 261350572, (172,-19), root:(1523,784),
+ state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
+ XLookupString gives 0 bytes:
+ XFilterEvent returns: False
  ---
  And behaviour is like xev reports: tab pressed alone doesn't do anything, but 
with any modifier it works as expected:
  alt+tab = change window
  shift+tab = previous element (e.g. fields in browser)
  ctrl+tab = change tab (e.g. in firefox)
  
  -
  I have ~/.Xmodmap and it contains line:
  keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab Tab ISO_Left_Tab
  
  Running xmodmap ~/.Xmodmap will not fix.
  
  ---
  Attaching new usb-keyboard doesn't help.
  ---
  Reboot helps.
- 
+ Restarting xorg helps.
  ---
  Changing to virtual terminal - tab is working. But after returning to xorg, 
tab is still broken.

-- 
You received this