Skip to content

Latest commit

 

History

History
251 lines (186 loc) · 7.62 KB

File metadata and controls

251 lines (186 loc) · 7.62 KB
  • Having trouble with displays. In particular, getting the right setting on my external display, and having it work on its own, with the laptop's display off. Even better would be to use it with the laptop closed.

    The thing that seems to work: log in, select display settings (to have external display as single monitor), then close laptop (to suspend), then open laptop again

  • Emoji fonts don't seem to work. For example, using them with autokey. Can paste them normally (though black-and-white) but they don't show up within autokey

  • warnings etc from okular

    Icon theme "breeze" not found.
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/16/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/22/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/24/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/32/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/48/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/64/"
    Invalid Context= "stock" line for icon theme:  "/usr/share/icons/ubuntu-mono-dark/stock/128/"
    Icon theme "Mint-X" not found.
    Icon theme "elementary" not found.
    Illegal icon group:  7
    
  • Apple bluetooth magic mouse and magic trackpad

Solved

  • VPN not working with eduroam, though it does work with wired ethernet connection. Actually, a week later it seemed to work. Not sure why.

  • Periodic troubles logging in, with a spinning circle and then a message "Authentication error" repeat some number of times. Sometimes it ends up logging in, sometimes repeats a ton of times so I eventually restart at which point all is fine.

    • System 76 suggested re-installing the login manager, gdm3

      sudo apt install --reinstall gdm3
    • Well, that didn't work, so following their second suggestion of purging and re-installing:

      sudo apt purge gdm3
      sudo apt install gdm3

      This didn't work, either.

    • this page suggests removing a bunch of stuff.

      sudo apt purge --auto-remove gdm3
      sudo apt purge --auto-remove gnome-shell
      sudo apt purge --auto-remove gnome-software
      sudo apt purge --auto-remove lightdm
      sudo apt purge --auto-remove gnome-session-bin
      sudo apt purge --auto-remove gnome-session-common
      sudo apt purge --auto-remove ubuntu-session
      sudo apt purge --auto-remove ubuntu-desktop

      In a couple of places, I was asked whether I want to use gdm3 or lightdm. I chose gdm3 in all cases.

      I then ran the following:

      sudo apt update
      sudo apt upgrade
      sudo apt install ubuntu-desktop

      I went ahead and tried installing all of the other stuff I'd removed, in reverse order of their removal, but it seems that when you install ubuntu-desktop, you install all of that stuff.

      This seems to have worked, but it means I'm now using the standard ubuntu desktop rather than the pop desktop.

      So I tried installing pop-desktop. It asked me to first install sessioninstaller, so I did:

      sudo apt install sessioninstaller
      sudo apt install pop-desktop
    • I ended up back at the same problem, so I tried removing ubuntu-desktop and then reinstalling it:

      sudo apt purge --auto-remove ubuntu-desktop
      sudo apt update
      sudo apt upgrade
      sudo apt install ubuntu-desktop
      sudo apt autoremove

      It did say "removing pop-desktop and sessioninstaller.

      Some amount of pop desktop styling still seems to be in place, and I'm having the same problem. So I'm going back to the more extensive purging followed by re-install of ubuntu-desktop.

    • It really seemed like ubuntu-desktop was going to solve the problem, but finally it resurfaced. The latest suggestion was to switch to lightdm (rather than gdm3).

      sudo apt install lightdm
      sudo dpkg-reconfigure lightdm

      Makes a sound at startup, which I don't like. Solution is to mute speaker on that page; this seems to persist between logins.

Linux issues

  • Sometimes when restarting from having been suspended, the wifi connects but there's no actual internet connection.

    I tried the following, suggested here, but no luck.

    sudo service network-manager restart

    Re-starting does the trick, but it takes a while. This askubuntu Q&A has some further suggestions:

    ifconfig wlan0 down
    ifconfig wlan0 up
    nmcli networking off
    nmcli networking on
    iwconfig wlan0 txpower off
    iwconfig wlan0 txpower on
    rfkill block wifi
    rfkill unblock wifi
    systemctl restart NetworkManager
    sudo initctl restart network-manager

    What seemed to work was

    nmcli networking off
    nmcli networking on

Display lock in Pop_OS! 20.04

Problem with display lock on Oryx Pro

When upgrading top Pop_OS! 20.04, my Oryx Pro's display wouldn't lock.

  1. Created system log

    • used Super -> "system" -> "System76 Driver"
    • entered password
    • "Create Log Files"
    • creates ~/system76-logs.tgz
    • tar xzvf that and look in syslog
    gsd-media-keys[2999]: Couldn't lock screen: Cannot invoke method; proxy is for the well-known name org.gnome.ScreenSaver without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
    
  2. Googled that error message and found this.

    • seems like I have lightdm installed as display manager
    • can check that with sudo systemctl status display-manager
    • could switch to gdm3
    • Or use dm-tool lock to lock the screen; tie that to a keyboard shortcut
  3. Set up keyboard shortcut

    • Super -> "keyboard" -> "keyboard shortcuts"
    • Search for "Lock Screen" and change that shortcut to something else (eg Shift+Super+Q)
    • Scroll to bottom and click "+"
    • Give new command a name ("Lock display with lightdm")
    • Give the command (dm-tool lock)
    • Give shortcut (Super+Escape)

Problem with display lock on Galago Pro

When upgrading top Pop_OS! 20.04, my Galago Pro would on odd attempts not lock and then mess up the desktop background image with little green squares. On even attempts, it'd work.

  • Switched to lightdm display manager
  • Then did the thing above, to set up keyboard shortcut to dm-tool lock.
  • Also needed to switch the background on the lock screen
  • Followed instructions at step 56 of linux_setup.md.

Problem with black screen on Galago Pro

  • Had a problem with the Galago Pro where upgrade of intel-microcode led to it not being able to boot; would just go to a black screen

  • Saved an old version of the software in /usr/local/src

    intel-microcode-3.20191115.1ubuntu4_amd64.deb
    
  • Boot while holding down the key and select "boot old kernel"; then use sudo dpkg -i /usr/local/src/intel-*.deb to install the old version of intel-microcode.

  • Need to "hold back" that intel-microcode:

    sudo apt-mark hold intel-microcode