M: looking for a linux pdf viewer that's... well, more user friendly in terms of viewing and zooming. like mcomix, able to understand that if i'm looking at a page i want to see just that page, centered and solo, without the misunderstandings of the default viewer where '100%' ends up doing things like gradually uncentering the page. does such a thing exist?
G: Yes — what you’re describing absolutely exists. The default GNOME viewer (Evince) is just… bad at this specific UX. It treats zoom as a geometric transform instead of a reading mode, which is why things drift and de-center.
What you want is basically:
“page-aware viewing” instead of “canvas zooming.”
Here are the ones that actually behave closer to what you’re describing:
TL;DR: This is the “just works” answer.
This is why people keep recommending it everywhere citeturn0search1turn0search17
👉 Key setting to flip:
This combo basically gives you the “mcomix but for PDFs” feel.
TL;DR: Lighter, more “viewer-like,” less feature bloat.
Downside:
TL;DR: Extremely controlled, no nonsense.
Downside:
TL;DR: If you want predictable behavior over minimalism.
Downside:
You’re running into a real design split:
Evince / basic viewers:
Treat PDF like a scrollable canvas → zoom = scale → center
drifts
Okular / comic-style viewers:
Treat PDF like a sequence of pages → zoom = reframe → stays
centered
That’s the difference you’re feeling.
Evince isn’t fixable into what you want — it’s the wrong model.