[Kernel-packages] [Bug 1810586] Re: Kernel 4.20: Mouse pointer dissapears near top of screen

2019-03-08 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1810586] Re: Kernel 4.20: Mouse pointer dissapears near top of screen

2019-01-07 Thread Kai-Heng Feng
Just do a kernel bisection: $ sudo apt build-dep linux $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux $ git bisect start $ git bisect good v4.19 $ git bisect bad v4.20 $ make localmodconfig $ make -j`nproc` deb-pkg Install the newly built kernel, then