GalliumOS / galliumos-distro

Docs, issues, and artwork sources for GalliumOS
https://galliumos.org/
GNU General Public License v2.0
347 stars 11 forks source link

GalliumOS 3.0 ULTIMA touchpad jittery, no touchscreen #504

Open HoltAndrew opened 5 years ago

HoltAndrew commented 5 years ago

Hi I have a Lenovo ThinkPad 11e Chromebook G3 running a nightly ISO release with MrChromebox firmware (also testing is enabled). I just finished updating to GalliumOS 3.0 and now my touchpad is laggy and jittery sometimes and sometimes it just plain doesn't work. I've looked through the other open issues and nothing seems to apply to me. Touchpad was fine before I updated (back with 2.1), although touchscreen has never worked unless I boot the system up in clamshell mode.

HoltAndrew commented 5 years ago

also: Updating package directories... sudo apt -qq update W: GPG error: http://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 241FE6973B765FAE E: The repository 'http://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease' is not signed. "sudo apt -qq update" returned an error. Proceed with caution. This is happening now, I'm fairly new to linux only having dealt with Gallium and that only being about a year ago, so I'm at a loss

ghost commented 5 years ago

The apt issue with appgrid's ppa is supposed to be fixed in the buildscripts, hopefully it'll be fixed on the rc iso. To fix it on your system do sudo rm /etc/apt/sources.list.d/appgrid-stable.list

bmfesta2009 commented 4 years ago

Try what I documented here and let me know https://github.com/GalliumOS/galliumos-distro/issues/539

peepo commented 4 years ago

latest available:

Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/appgrid/stable/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 241FE6973B765FAE

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: GalliumOS 3.1 Release: 18.04 Codename: bionic

bmfesta2009 commented 4 years ago

@peepo, that's a well documented fix: sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 241FE6973B765FAE

Whenever you see the error you are just missing the public key and by adding it to that statement above will resolve your issue.