[Ubuntu-x-swat] [Bug 1893638] Re: X forgets middle mouse button exists

2020-10-31 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1893638

Title:
  X forgets middle mouse button exists

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1893747] Re: capslock delay

2020-10-31 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1893747

Title:
  capslock delay

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-10-31 Thread Coiby Xu
On Tue, Oct 27, 2020 at 07:53:05PM -, Von wrote:
>The standalone patch #217 is working for MSFT0001:00 04F3:3140 but isn't
>working perfectly for MSFT0001:00 06CB:7F28.  The MSFT0001:00 06CB:7F28
>touchpad frequently locks into scroll mode when using multitouch
>gestures.
Thank you for reporting this problem. The latest version [1] allows
you to adjust the polling interval. Will decreasing
polling_interval_active_us to 1ms fix the problem?

$ echo 1000 > /sys/module/i2c_hid/parameters/polling_interval_active_us
# you may change polling_interval_idle_ms as well
$ echo 2 > /sys/module/i2c_hid/parameters/polling_interval_idle_ms

[1] https://github.com/coiby/standalone_i2c_hid

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1887190

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1897185] Re: Laptop docked with lid closed, goes to sleep immediately on login

2020-10-31 Thread Tim Wetzel
Another system failed under 20.04.1: A T480 that hadn't been used for a
while, set up dual boot Ubuntu 20.04 and Win 10. Ubuntu had updates
waiting including the 20.04.1 updates from several weeks ago. As soon as
that installed and the system was restarted, malfunctions began. The
system was docked (UltraDock) running lid closed with an external HDMI
display as primary and a Lenovo USB external keyboard. The dock also had
a Logitech USB dongle for the wireless Logitech mouse.

Immediately upon restarting, the system suspended as soon as the login
password was entered. In looking at the logs, it appears that the action
immediately preceeding the suspend was loading the Logitech module. This
now happens every startup unless the Logitech mouse is turned OFF during
startup.

The splash screen is turned off to prevent the spinning logo hang (done
on the first restart after the updates -- after resuming from suspend --
to prevent the hang); the initramfs error messages are on full display
with every start.

This system includes discrete nVidia graphics on an 8th gen Intel
chipset with Sierra Wireless. Ubuntu is using the proprietary nVidia
drivers, which were loaded prior to the 20.04.1 updates; those updates
did install the most recent nVidia driver. This system does NOT have
Dropbox loaded.

Posting this to provide another data point that I hope will help to pin
down this problem. FYI, this is now 3 of 3 Ubuntu LTS 20.04 systems here
that have been afflicted with the Ubuntu 20.04.1 bugs.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1897185

Title:
  Laptop docked with lid closed, goes to sleep immediately on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1897185/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1902361] [NEW] Delete key inputs Unicode Delete character (007F) instead of deleting the next character

2020-10-31 Thread Petr Doležal
Public bug reported:

When pressed, the delete key inputs the Unicode 007F character instead
of deleting the following character. In most cases, this is difficult to
see, but in a terminal, the 007F is clearly visible.

The xev output for the key press is following:

KeyPress event, serial 36, synthetic NO, window 0x421,
root 0x5df, subw 0x0, time 81101326, (1403,948), root:(1453,1062),
state 0x0, keycode 119 (keysym 0x, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) ""
XmbLookupString gives 1 bytes: (7f) ""
XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x421,
root 0x5df, subw 0x0, time 81101443, (1403,948), root:(1453,1062),
state 0x0, keycode 119 (keysym 0x, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) ""
XFilterEvent returns: False


This is a new fresh install of Ubuntu 20.04, I don't remember the delete key 
working at any point since the installation.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 31 12:54:40 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0] (prog-if 00 [VGA 
controller])
   Subsystem: Acer Incorporated [ALI] UHD Graphics 620 (Whiskey Lake) 
[1025:1312]
InstallationDate: Installed on 2020-10-14 (16 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: Acer Swift SF514-53T
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-52-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/25/2019
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.09
dmi.board.name: Carlsberg_WL
dmi.board.vendor: WL
dmi.board.version: V1.09
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.09
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.09:bd04/25/2019:svnAcer:pnSwiftSF514-53T:pvrV1.09:rvnWL:rnCarlsberg_WL:rvrV1.09:cvnAcer:ct10:cvrV1.09:
dmi.product.family: Swift 5
dmi.product.name: Swift SF514-53T
dmi.product.sku: 
dmi.product.version: V1.09
dmi.sys.vendor: Acer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Delete key inputs Unicode Delete character (007F) instead of deleting
  the next character

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

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp