this post was submitted on 23 Apr 2025
15 points (89.5% liked)

Linux

54292 readers
314 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I've been using evince to open PDFs. But for larger PDFs it is quite laggy, for selecting the text and stuff like that. Is this just a limitation of my computer, or are there faster alternatives to evince?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 weeks ago (2 children)

@karet I've found zathura+mupdf is very quick and snappy. Poppler (the PDF library most things use, and Zathura can use it too) is ungodly slow. page (from plan9port) is also quite fast (it uses its own PDF code) but I'm not sure what level of compatibility it has.

[–] karet 1 points 4 weeks ago (1 children)

Thanks a lot! Just installed it, and it is significantly faster. But it appears there's no support for highlighting text. Is there like a plugin or something like that I can install?

[–] [email protected] 1 points 4 weeks ago

@karet Zathura is meant to be very minimal, I don't even know if it has plugins (other than for loading other file formats, like epub). If you're wanting something more GUIey, Firefox (and thus Librewolf) has PDF.js support by default, and I've found that to be performant as well.