Skip to content

Instantly share code, notes, and snippets.

@ChrisWellsWood
Created April 22, 2023 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisWellsWood/0248dc53983e81929006db7a93cc3099 to your computer and use it in GitHub Desktop.
Save ChrisWellsWood/0248dc53983e81929006db7a93cc3099 to your computer and use it in GitHub Desktop.
How to fix random freezes on a laptop running Pop OS 22.04

How to fix random freezes on Pop OS 22.04

I've been experiencing random screen freezes on Pop OS, where the mouse pointer can still be moved onto another screen, but one of my monitors is totally unresponsive. I tried a whole range of things to fix this (disabling high DPI, turning off extensions etc), but none of this worked.

In order to fix this, I had to disable hybrid graphics. This is an option when you have both a dedicated GPU and a integrated GPU, generally you want to use the low power integrated GPU when you're using battery. However, something is breaking this on the current version of Gnome on Pop. To disable hybrid graphics:

  1. Click on the system tray

image

  1. Click on the battery options, and select either integrated graphics or NVIDIA

image

  1. Restart your computer and it should be fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment