Thanks for the developers that create the great software, but it seems that the HiDPI support is not built in with the application. When I use it on Windows 10 with a 4K display, all the icons are quite small and also some other UI elements need to polish for the HiDPI display.
Thanks for the great contribution on this great software.
About HiDPI support
Moderators: helmut, XnTriq, xnview
-
- Author of XnView
- Posts: 45862
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 4
- Joined: Tue Mar 24, 2015 10:43 pm
Re: About HiDPI support
I have the same problem on a 3200*1800 resolution screen.
The UI / Icons are all really small. I added the requested screenshot.
Ps I love the program so I really miss being able to use it properly.
The UI / Icons are all really small. I added the requested screenshot.
Ps I love the program so I really miss being able to use it properly.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 54
- Joined: Sat Nov 03, 2007 9:55 am
Re: About HiDPI support
At the moment, neither XnView nor MP are scaling their icons.
As a workaround, you can do this yourself:
http://newsgroup.xnview.com/viewtopic.p ... pi#p126052
http://newsgroup.xnview.com/viewtopic.php?f=60&t=29080
http://newsgroup.xnview.com/viewtopic.php?f=35&t=29649
This it not too complicated, but you're right
- an automatic function would be more user-friendliy
- bitmap-based icons lose quality when scaling them up, in contrast to vector-based formats
As a workaround, you can do this yourself:
http://newsgroup.xnview.com/viewtopic.p ... pi#p126052
http://newsgroup.xnview.com/viewtopic.php?f=60&t=29080
http://newsgroup.xnview.com/viewtopic.php?f=35&t=29649
This it not too complicated, but you're right
- an automatic function would be more user-friendliy
- bitmap-based icons lose quality when scaling them up, in contrast to vector-based formats
-
- Author of XnView
- Posts: 45862
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 47
- Joined: Sun Mar 30, 2008 10:51 am
- Location: Moscow
Re: About HiDPI support
I'm using 2560x1440 resolution with 125% scale DPI. With Large Icons feature xnviewmp began easier to use, thank you. But some of other UI elements and fonts size need tweak for better usability with hidpi. Please keep work with this direction in future releases.
Royal Ghost | http://veda3d.com
-
- Posts: 2
- Joined: Sat Oct 22, 2016 8:34 am
Re: About HiDPI support
This works only for top level toolbar, but not for images browsing panel toolbar
I'm using Linux Mint Cinnamon edition.
For the best UX with HiDPI screen:
1. Open XnView MP.
2. Go to the top menu and click on Tools → Settings.
3. In the left sidebar, navigate to Interface → Toolbar.
4. Look for the option labeled Large icons.
5. Uncheck (disable) the checkbox next to Large icons.
6. Click OK to save the changes.
7. Run
Code: Select all
echo "export QT_AUTO_SCREEN_SCALE_FACTOR=1" >> ~/.xprofile
8. Log out
9. Log in
Perhaps a similar approach will work for the Windows version also.
Last edited by unxed on Mon Mar 24, 2025 12:43 am, edited 1 time in total.