Everything is tiny - change DPI? (not only text)

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nizzon

Everything is tiny - change DPI? (not only text)

Post by nizzon »

Hi.

I have been planning to installing Mint on my main laptop for over a year now.
Yesterday I made the move.

My laptop has a 15" with 1920x1200 as native resolution.
Everything in the user interface is so tiny my eyes hurt. :?

To my disappointment I cant find a way to change the DPI for anything but some of the ui-text. I want bigger icons/menues.
If i change resolution everything gets blurry and ugly so thats not an option.

I have been googling this for a few hours now and all can find is the option to change text-dpi.
Is there no way to change at least the icon-dpi?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kentw

Re: Everything is tiny - change DPI? (not only text)

Post by kentw »

Hallo , maybe you already have looked at : Controlcenter - category Hardware - Monitors and see if you can change to desired resolution .

Kent
JohnnyC35

Re: Everything is tiny - change DPI? (not only text)

Post by JohnnyC35 »

hey, I had the exact same issue I had to edit xorg's dpi to make everything legiable.
sudo nano /etc/X11/xorg.conf

Code: Select all

Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "SAMSUNG"
        HorizSync       26.0 - 68.0
        VertRefresh     23.0 - 61.0
        Option         "UsedidDPI" "false"
        Option         "DPMS"
        Option         "DPI" "110 x 110"
EndSection
You may need to fiddle with the 110x110 to suit you. Hope that helps.
proxima_centauri

Re: Everything is tiny - change DPI? (not only text)

Post by proxima_centauri »

Go to Appearance Preferences, navigate to the Font tab. Underneath the Rendering options, there is a "Details..." button lower right, click and change the value for Resolution, dots per inch.
nizzon

Re: Everything is tiny - change DPI? (not only text)

Post by nizzon »

JohnnyC35: Awesome! I will look into that!


Kentw: Like I said, I already have the desired resolution.
proxima_centaurl: Like I said, already did that, bigger text here and there is not enough.
nizzon

Re: Everything is tiny - change DPI? (not only text)

Post by nizzon »

JohnnyC35 wrote:hey, I had the exact same issue I had to edit xorg's dpi to make everything legiable.
sudo nano /etc/X11/xorg.conf

Code: Select all

Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "SAMSUNG"
        HorizSync       26.0 - 68.0
        VertRefresh     23.0 - 61.0
        Option         "UsedidDPI" "false"
        Option         "DPMS"
        Option         "DPI" "110 x 110"
EndSection
You may need to fiddle with the 110x110 to suit you. Hope that helps.

That does'nt change anything for me, even after restarting the xorg-server.
I have tried numerous xorg-settings.
Any ideas?
proxima_centauri

Re: Everything is tiny - change DPI? (not only text)

Post by proxima_centauri »

You can adjust icon size in Nautilus file manager, by going to Edit -> Preferences. Change the default zoom level to a higher percentage. You can also expand the size of the panel to make those icons larger (right-click panel, preferences, change the size).

As far as I know, the xorg.conf DPI settings are the same as Appearance Preferences method, so you're wasting your time.
nizzon

Re: Everything is tiny - change DPI? (not only text)

Post by nizzon »

Ok.
I guess I give up, really annoying having different sizes in different parts of the UI.

Another thing...
I see you have same gfx-card as I have.
I have really sluggish compiz-performance when moving windows.
Do you know a solution for that?
proxima_centauri

Re: Everything is tiny - change DPI? (not only text)

Post by proxima_centauri »

Have you installed the proprietary drivers? If not, do so through Hardware Drivers in the menu under Administration.

If that is done, check NVIDIA X Server Settings and make sure Powermizer settings are set to Maximum Performance.

I have fusion-icon installed which gives a notification area icon for Compiz. I have Indirect Rendering and Loose Binding checked to increase performance. You can alternatively test this by starting compiz like so in terminal

Code: Select all

compiz --replace --indirect-rendering --loose-binding
Locked

Return to “Beginner Questions”