Pop!_OS 22.04 | Window Lag Dragging/Moving

Pop!_OS 22.04 | Window Lag Dragging/Moving

Table of Contents

My Issue

Recently, I decided to reinstall my OS (Pop!_OS) and post installation, I noticed the when dragging/moving windows around that they would all but freeze or the window movement would be choppy and/or not animated in any way. After some research, I was able to resolve the issue with the following two changes to my system. Not sure if this only applies to users with NVIDIA graphics cards, but that is my situation and this worked for me. Mileage may vary.

The Fix

First, you have to make a change to your global environments file:

**_# Edit /etc/environments and add the following two lines:_**
jason@apollo:~$ sudo vi /etc/environments

_CLUTTER_DEFAULT_FPS=144
__GL_SYNC_DISPLAY_DEVICE=DP-0_

Next, Open NVIDIA X-Server Settings and change the following values:
OpenGL Settings:
Sync to VBLank - Uncheck
Allow Flipping - Uncheck

Fin

Once I made the changes above to my configuration, the issue was all but gone. There is still some choppiness to moving windows around, but it is VERY minimal. The issue also seems to impact flatpak applications more than those installed with the package manager, but I was not able to make a clear connection with this. Either way, I am happy with the performance of my machine and I wouldn’t be surprised if this was fixed organically with patches to Pop!_OS over time.

Share :

Related Posts

Mod Security | Atomicorp rules blocking Cloudflare

Mod Security | Atomicorp rules blocking Cloudflare

The Issue So I had a customer reach out to me tonight and let me know that they are getting a server offline message fro...

Lenovo Chromebook Duet 5 Review: A tablet to rule them all?

Lenovo Chromebook Duet 5 Review: A tablet to rule them all?

Obligatory Intro I am typically not a fan of devices that do not provide a full-blown operating system with all of the b...

VMWare | Create Template Ubuntu 12.04

In this article, I am going to outline a procedure to create a very basic Ubuntu VMWare virtual machine template for rap...