[Touch-packages] [Bug 1722478] Re: Two-finger scrolling and click-and-drag no longer works after resuming from suspend

2020-01-24 Thread Dan Kortschak
Also on 18.04.3 with 5.3.0-26-generic on a clevo p650re. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to kmod in Ubuntu. https://bugs.launchpad.net/bugs/1722478 Title: Two-finger scrolling and click-and-drag no longer

[Touch-packages] [Bug 1834554] [NEW] Screen displays dynamic corruptions

2019-06-27 Thread Dan Kortschak
Public bug reported: Regularly the screen displays corruptions that change depending on disk i/o, keyboard/mouse and other system activity. The screen corruptions do not appear on each session and can be removed by selecting an alternative resolution and then changing back (or reverting without

[Touch-packages] [Bug 1834554] Re: Screen displays dynamic corruptions

2019-06-27 Thread Dan Kortschak
Screen shots of the corruption do not work as the screen shot tool appears to overwrite the corruption. Video capture does work. ** Attachment added: "Video capture of screen corruption" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1834554/+attachment/5273854/+files/screen-speckles.ogv

[Touch-packages] [Bug 1830531] Re: .local domain look ups do not trigger name publication

2019-06-01 Thread Dan Kortschak
I don't claim that the packets are not being sent, but rather that the system does not work as expected out of the box when it did in a previous LTR. I don't really care what package is the cause except to help get the problem fixed. I have done as much debugging of this as I am capable since

[Touch-packages] [Bug 1830531] Re: .local domain look ups do not trigger name publication

2019-05-27 Thread Dan Kortschak
I have checked iptables and there are no rules. # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt

[Touch-packages] [Bug 1830531] Re: .local domain look ups do not trigger name publication

2019-05-26 Thread Dan Kortschak
Before I get a chance to look into this later today, I'd like to note that the network device is not firewalling those packets since a few days ago before I installed 18.04 on this machine it was behaving as expected and the 16.04 machine mentioned in the OP is not being blocked (it is on a

[Touch-packages] [Bug 1830531] [NEW] .local domain look ups do not trigger name publication

2019-05-26 Thread Dan Kortschak
Public bug reported: On my local network I find that with 18.04 network name lookups using .local domains no not work unless stimulated by a non-18.04 machine first. This is observed for ssh, http, https and ping, but probably not limited to those. To demonstrate this here is a ping example. ~

[Touch-packages] [Bug 1830531] Re: .local domain look ups do not trigger name publication

2019-05-26 Thread Dan Kortschak
~ $ lsb_release -rd Description:Ubuntu 18.04.2 LTS Release:18.04 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. https://bugs.launchpad.net/bugs/1830531 Title: .local domain look ups do not

[Touch-packages] [Bug 1830029] Re: nouveau driver for nvidia is sluggish on GTX970M to the point of unusability

2019-05-22 Thread Dan Kortschak
Removing the nomodeset kernel parameter makes GDM snappier, but it then hangs on login (relevant portion of syslog attached). ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1830029/+attachment/5265713/+files/syslog -- You received this bug notification

[Touch-packages] [Bug 1830029] [NEW] nouveau driver for nvidia is sluggish on GTX970M to the point of unusability

2019-05-22 Thread Dan Kortschak
Public bug reported: I am trying to use the nouveau drivers on a recent (today) install of 18.04 on a 2.5yo laptop. Unfortunately the nvidia drivers don't work at all. What I am finding is that the sluggishness of the display is comparable to the case when nouveau drivers are disabled. The only

[Touch-packages] [Bug 1830000] [NEW] NVIDIA driver (390) does not allow progress to login screen

2019-05-22 Thread Dan Kortschak
Public bug reported: Installing the nvidia-driver-390 package and disabling (or not) the nouveau drivers results in a system that superficially appears to busy hang before reaching the login screen, leaving only the fsck "/dev/sda1: clean,..." message on the screen. The machine is alive, and

[Touch-packages] [Bug 1624299] [NEW] SFTP protocol source cannot be found

2016-09-16 Thread Dan Kortschak
Public bug reported: Trying to play a video over SFTP fails, with Totem giving a pop-up: """ Required plugin could not be found Videos requires to install plugins to support the following multimedia feature: SFTP protocol source """ There does not seem to be any package that fits this

[Touch-packages] [Bug 1591472] Re: Xorg crashes immediately on login returning to greeter

2016-09-07 Thread Dan Kortschak
** Changed in: xorg (Ubuntu) Status: Incomplete => Invalid -- 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/1591472 Title: Xorg crashes immediately on login returning

[Touch-packages] [Bug 1591472] Re: Xorg crashes immediately on login returning to greeter

2016-09-06 Thread Dan Kortschak
When I started looking at this problem, the machine would not boot without nomodeset. This is no longer the case - and removing that fixes the problem. Thank you for looking at this, Timo. Please mark as invalid. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1610519] [NEW] apport-gtk crashes with segmentation fault

2016-08-06 Thread Dan Kortschak
Public bug reported: apport-bug calling apport-gtk crashes with a segmentation fault. ~ $ lsb_release -rd Description: Ubuntu 16.04.1 LTS Release: 16.04 ~ $ dpkg -l apport-gtk Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

[Touch-packages] [Bug 1591472] Re: Xorg crashes immediately on login returning to greeter

2016-08-06 Thread Dan Kortschak
OK, `gdb64 /usr/lib/xorg/Xorg 2>&1 | tee gdb-Xorg.txt' works. The instructions for backtracing at https://wiki.ubuntu.com/X/Backtracing#Backtrace_with_gdb obviously need some love. With all the complaints from gdb out of the way it seems that the issue shows up as the corrupted shared library

[Touch-packages] [Bug 1591472] Re: Xorg crashes immediately on login returning to greeter

2016-08-06 Thread Dan Kortschak
I have sorted out the syscall-template.S issue by getting the libc6 source. I have found places saying that the cause of gdb not liking the binary is because of arch incompatibility (32 v 64). I tried this with no change. ~# gdb /usr/bin/Xorg 2>&1 | tee gdb-Xorg.txt GNU gdb (Ubuntu

[Touch-packages] [Bug 1591472] Re: Xorg crashes immediately on login returning to greeter

2016-06-25 Thread Dan Kortschak
Yoo hoo! Is anyone home? Some triage love would be greatly appreciated here. -- 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/1591472 Title: Xorg crashes immediately on login

[Touch-packages] [Bug 1591472] [NEW] Xorg crashes immediately on login returning to greeter

2016-06-11 Thread Dan Kortschak
Public bug reported: ~ $ lsb_release -rd Description:Ubuntu 16.04 LTS Release:16.04 ~ $ apt-cache policy nvidia-361 xorg nvidia-361: Installed: 361.42-0ubuntu2 Candidate: 361.42-0ubuntu2 Version table: *** 361.42-0ubuntu2 500 500