Scaling issues with nvidia

Hi,
Is there anyway to adjust scaling in MATE 16.04? I've just switched gpu from amd to nvidia and everything ( panels, font, browsers) are far too enlarged. Using the x.org nouveau driver everything looked fine, but I can't get the same results with the proprietary drivers, which I installed via:

sudo apt-add-repository ppa:graphics-drivers/ppa
sudo apt-get update

I've tried all of the available versions in software & updates, but the scaling issue abides in all except for Nouveau. Here are a few screen shots for comparison between Nouveau (1st 2 pics) and nvidia drivers.




The only things that seem to be in normal are the desktop icons (but not the fonts) and the MATE Welcome guide which opens as usual, with all other apps being huge. The display resolution is set to 1920 x 1080 - any lower and the scaling becomes increasingly larger. I've played around with NVIDIA X server settings, but no joy.

I have control over font size in firefox, but that's it. I've tried to manually reduce the pixel size of the desktop panels, however they are fixed to a min of 57 and refuse to go any lower.

The drivers seemed to have install fine and there's no conflict between Nouveau and the prop driver according to

sudo lshw -C video

As a final note, I recently migrated over from Ubuntu 14.04, but since I knew I'd be switching gpu I never installed any amd drivers and removed all amd related folders from /home before formating / and installing MATE.

Desktop and apps font resized with: > Appearance Preferences > Fonts and set all to 6.
Firefox resized via > about:config > layout.css.devPixelsPerPx;1.0 (previously was set to -1.0)

I’m having the same problem, Ubuntu MATE 18.04 LTS.

If I change the HiDPI settings in mate-tweak it fixes the problem, but I have to do that every time I boot my PC (settings are not saved, or are saved but the nvidia drivers must be doing something wrong to not let mate-tweak do its job).

Did you manage to find a proper fix?

Thanks

I had this problem once.

How i fixed: unchecked fonts auto detect dpi, selected my resolution in nvidia-settings (saved x configuration, aka /etc/X11/xorg.conf, selected my resolution in “Monitors” (settings), selected “Regular” HiDPI in mate-tweak.
In xorg.conf i added my monitor size

DisplaySize 286 179 # In millimeters

Now it’s working, i dont know what did the trick, but you could give it a try. :stuck_out_tongue:

It didn’t work for me… fonts got extremely tiny, had to delete xorg.conf to make it normal again :frowning: