Skip to content

Instantly share code, notes, and snippets.

@poulou0
Last active August 21, 2022 08:49
Show Gist options
  • Save poulou0/f57fe52b5665c45800e9170021071b90 to your computer and use it in GitHub Desktop.
Save poulou0/f57fe52b5665c45800e9170021071b90 to your computer and use it in GitHub Desktop.
  • kernel install

    https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup
    
  • Firefox touchscreen scroll

    https://superuser.com/a/1485044
    
  • Pop!_OS bluetooth not working after installing linux-surface/linux-surface

    sudo apt-get remove linux-image-5.15.3-surface && \
    sudo apt-get install linux-headers-5.14.16-surface && \
    sudo apt-get install linux-image-5.14.16-surface
    
  • Pop!_OS on screen keyboard enter not working

    https://www.reddit.com/r/SurfaceLinux/comments/m4jq9g/comment/h99q0xk/?utm_source=share&utm_medium=web2x&context=3
    
  • Ubuntu The certificate is NOT trusted while installing linux-surface kernel

    https://askubuntu.com/a/1376325
    
  • Ubuntu 403 Server failed to authenticate the request. linux-surface/linux-surface#625 (comment)

    sudo add-apt-repository ppa:gpxbv/apt-urlfix
    sudo apt update
    sudo apt install apt
    
  • Change grub resolution

    sudo nano /etc/default/grub
    

    add

    GRUB_GFXMODE=1024x768x32,auto
    

    run

    sudo update-grub
    
  • Hide mounted drives on the ubuntu dock

    gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false
    
  • Minimize on click for ubuntu dock icons

    gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
    
  • Suspend on power button press

    gsettings set org.gnome.settings-daemon.plugins.power power-button-action 'suspend'
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment