I have just "allegedly finished" installing Kubuntu 25.04. It hasn't been easy. I learned some things like "update everything before you change monitor resolution or else start over".
I will cut to the chase. This is likely a two-part problem.
Part 1:
I run two display monitors side-by-side on one desktop. In 24.04, moving the mouse cursor from one monitor to the other was seamless and smooth. In 25.04, moving the mouse cursor from one monitor to the other results in a brief but very annoying hangup at the adjacent edge of the monitors when moving the mouse cursor at a sane speed. Transit is smooth if the mouse cursor is moved faster than a speeding bullet. I am running the same proprietary Nvidia driver in 25.04 as I was running in 24.04.
Is there some way to stop this very annoying hang-up "feature" and regain the previously enjoyed smoothness?
Part 2:
I am running
inside a shellscript. I cannot effectively change the size of the resulting window by placing my mouse cursor on the lower or upper border or lower or upper corners since the resulting motion is limited to a "smidgen"...a highly technical term. I can only change the size of the resulting window by placing my mouse cursor on the side edges and making the window larger or smaller in the horizontal direction. This was not an issue with 24.04.
One more wrinkle for emacs which makes this a possible two part problem is that when I try to move the emacs window/xterm from one monitor to the other at a sane rate, if it is momentarily hungup during the crossing and then the emacs window/xterm immediately shrinks to about half of the original size, and it cannot be conveniently resized in the vertical direction. If I move the emacs window at an insane speed through this apparent barrier, there is no problem with "shrinkage"...no cold water involved in these experiments. ;-)
I do not have this problem with Konsole. How do I debug/fix this issue?
Thank you very much in advance.
I will cut to the chase. This is likely a two-part problem.
Part 1:
I run two display monitors side-by-side on one desktop. In 24.04, moving the mouse cursor from one monitor to the other was seamless and smooth. In 25.04, moving the mouse cursor from one monitor to the other results in a brief but very annoying hangup at the adjacent edge of the monitors when moving the mouse cursor at a sane speed. Transit is smooth if the mouse cursor is moved faster than a speeding bullet. I am running the same proprietary Nvidia driver in 25.04 as I was running in 24.04.
Is there some way to stop this very annoying hang-up "feature" and regain the previously enjoyed smoothness?
Part 2:
I am running
Code:
emacs -fg yellow -bg black -cr red -geometry 80x48 $@ &
One more wrinkle for emacs which makes this a possible two part problem is that when I try to move the emacs window/xterm from one monitor to the other at a sane rate, if it is momentarily hungup during the crossing and then the emacs window/xterm immediately shrinks to about half of the original size, and it cannot be conveniently resized in the vertical direction. If I move the emacs window at an insane speed through this apparent barrier, there is no problem with "shrinkage"...no cold water involved in these experiments. ;-)
I do not have this problem with Konsole. How do I debug/fix this issue?
Thank you very much in advance.
Comment