<div dir="ltr"><div>Interesting .. I suspected as much, but thank you for confirming.  <br></div><div><br></div><div>I do have one monitor, but yes for whatever reason the display manager starts up at 60, and the Xsession runs at 120 Hz. <br></div><div><br></div><div>Nonetheless, can confirm that kile scrolls a pdf smoothly at 120Hz in the preview pane.  <br></div><div>What you said makes sense regarding line scrolling in kate -- also smooth / instantaneous. <br></div><div><br></div><div>Could it be a performance issue?  Seems unlikely as Okular is not saturating the CPU (a Ryzen 9 5950x...), and scrolling should be pretty straightforward (unsure how much rendering is batched internally, though). <br></div><div><br></div><div>Cheers, <br></div><div>Tim<br></div><div><br></div><div>Date: Sat, 07 Jan 2023 10:47:51 +0100</div>
From: David Hurka <<a href="mailto:david.hurka@mailbox.org" target="_blank">david.hurka@mailbox.org</a>><br>
To: <a href="mailto:okular-devel@kde.org" target="_blank">okular-devel@kde.org</a><br>
Subject: Re: Possible to change scroll refresh rate to match monitor<br>
        (e.g. 120Hz, 144Hz)<br>
Message-ID: <2285352.ElGaqSPkdT@doro><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
> Is there some way to get okular to refresh the page faster?<br>
> It seems fixed at 60hz.<br>
<br>
Its not possible from within Okular.<br>
According to QScroller documentation, there is a global animation timer which <br>
sets the update rate.<br>
This timer should match the frame rate of the screen, but apparently that <br>
doesn’t work.<br>
(Maybe you have more than one monitor, or the monitor changes framerate after <br>
startup, or Qt fails to detect it correctly.)<br>
<br>
> Of note other KDE / qt apps refresh at the monitor rate<br>
> (konsole, kate, kile)<br>
<br>
It surprises me, because they use either line-wise scrolling, which happens <br>
instantly, or Okular.<br>
If it works in the Kile document preview, that means Kile is better than the <br>
Okular shell in detecting the framerate.</div>