Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everything but the mouse randomly freezes #1152

Closed
Daniel-McLarty opened this issue Dec 6, 2023 · 1 comment
Closed

Everything but the mouse randomly freezes #1152

Daniel-McLarty opened this issue Dec 6, 2023 · 1 comment

Comments

@Daniel-McLarty
Copy link

Platform

Arch x86_64

GPU, drivers, and screen setup

NVidia RTX 2080ti, nvidia-drivers 535.129.03 though it also happened on latest I wanted to test if downgrading helped (it did not), two monitors side by side with the following xrandr autorun: xrandr.txt
GLX Info:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 11264 MB
    Total available memory: 11264 MB
    Currently available dedicated video memory: 10254 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 535.129.03
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 535.129.03
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 535.129.03
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Environment

AwesomeWM loaded through startx

picom version

Diagnostics vgit-b700a

Configuration:

Configuration file
backend = "glx";
glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = 2;

# Opacity
active-opacity = 1;
inactive-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
blur-background = true;

blur-method = "dual_kawase";
blur-strength = 6;

# Fading
fading = true;
fade-delta = 4;
no-fading-openclose = false;

fade-exclude = [ ];

# Window type settings
wintypes:
{
		dock = {
				shadow = false;
		};
};

opacity-rule = [
    "70:class_g = 'Alacritty' && !focused",
    "70:class_g = 'Pcmanfm' && !focused",
    "70:class_g = 'Mousepad' && !focused",
    "90:class_g = 'discord' && !focused"
];

corner-radius = 15
rounded-corners-exclude = [
  "class_g = 'awesome'",
]

Steps of reproduction

  1. Make sure picom is running
  2. Do just about anything that uses the 3D and 2D of the GPU
  3. Wait a fully random amount of time and it will freeze everything but the mouse
  4. For some reason, moving focus using the mouse and Awesome WM hooks will unfreeze the rest of the screen

Expected behavior

My screen should just work and not freeze.

Current Behavior

Randomly every single app on my desktop will freeze but will still be running as audio will play and things still happen in games and the like.
This seams to of started maybe two or three weeks ago, though because I waited so long for it too make me mad enough to want it fixed I cant confirm if it is directly related to an update of any part of the graphics stack or any config changes sadly. Though I do know that my current config with rounded corners and glx rendering with blur did work at one point without freezes.

Stack trace

I do not know how to provide a stack trace, also the bug does not crash Picom so I dont even know if it would make one.

OpenGL trace

Other details

@Daniel-McLarty
Copy link
Author

Just found this is a duplicate of bug #1145
I will close now and share on that bug.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant