Search found 5 matches
- Tue Dec 07, 2021 3:46 pm
- Forum: Support and Development
- Topic: Over two frames of lag in mouse movement
- Replies: 15
- Views: 9817
Re: Over two frames of lag in mouse movement
Krita may use OpenGL, I don't know if it's always in use or it's optional, but I'm positive GIMP doesn't: GIMP is a GTK app and therefore likely uses something like Cairo, which itself ends up using OpenGL either through the display manager or directly. GIMP itself just doesn't directly call GL, si...
- Tue Dec 07, 2021 1:54 pm
- Forum: Support and Development
- Topic: Over two frames of lag in mouse movement
- Replies: 15
- Views: 9817
Re: Over two frames of lag in mouse movement
What other applications have you checked with? Were they GL? Did you try the other applications with the same monitor/graphics card/drivers/OS you're using? I have reproduced this issue with other applications on my own (Linux) machine, but we've reproduced the problem on multiple Windows machines ...
- Tue Dec 07, 2021 9:00 am
- Forum: Support and Development
- Topic: Over two frames of lag in mouse movement
- Replies: 15
- Views: 9817
Re: Over two frames of lag in mouse movement
Frame 0: backbuffer and frontbuffer are empty, nothing on screen Frame 1: backbuffer filled, front buffer empty, nothing on screen Frame 2: first time something is shown on screen - the things from 2 frames back This could make sense as an explanation. However, I don't know why the GPU wouldn't exe...
- Mon Dec 06, 2021 7:57 pm
- Forum: Support and Development
- Topic: Over two frames of lag in mouse movement
- Replies: 15
- Views: 9817
Re: Over two frames of lag in mouse movement
I am using Linux (Linux Mint 20.2, also nVidia graphics), and this is what I recorded. The delay was not 1 frame as I said, but 2-3 frames with VSync. And with vsync off, once again, it is still 2-3 frames, just that the frame time is much lower. The boxes were just meant as a demo of the issue; not...
- Mon Dec 06, 2021 2:07 pm
- Forum: Support and Development
- Topic: Over two frames of lag in mouse movement
- Replies: 15
- Views: 9817
Over two frames of lag in mouse movement
First of all, thank you for taking your time to read this. I've been stuck on this for a while and would appreciate any help you can give. I have read related forum posts but noone appears to have done more thorough testing on this issue. Attached is a minimal example to reproduce the issue I am hav...