Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advice for sensible scaling of the high DPI display? #19

Open
cboettig opened this issue May 19, 2015 · 12 comments
Open

Advice for sensible scaling of the high DPI display? #19

cboettig opened this issue May 19, 2015 · 12 comments

Comments

@cboettig
Copy link

I realize this issue isn't completely addressed yet in Unity 7 / current ubuntu (15.04) but I'm curious what steps folks are using to make the display manageable with a bit less squinting. I've used System Settings -> Display -> Scale for menu and title bars = 1.5, and rely on a lot of ctrl+shift++ in the terminal and browser (chrome, firefox).

@anaran
Copy link

anaran commented May 19, 2015

In Firefox I use about:config layout.css.devPixelsPerPx;2

@antonmry
Copy link

I am using this (Fedora21):

gsettings set org.gnome.desktop.interface text-scaling-factor 1
gsettings set org.gnome.desktop.interface scaling-factor 2
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gdk/WindowScalingFactor': <2>}"

In Firefox, visit about:config, and search for "layout.css.devPixelsPerPx" and change the value from -1.0 (system default) to 2.

In Chrome, visit the Settings page at chrome://settings/, click "Show advanced settings..." and scroll down to "Web content", then set the "Page zoom" to 200%.

BTW, I have problems with Eclipse & Intellij Idea... which it's a big fail in a Developer editor laptop :-)

@eparejatobes
Copy link

A conf that works reasonably well with gnome-shell and Ubuntu 15.04 is (all what follows through Gnome Tweak Tool)

  • leave Window Scaling to 1
  • set all fonts to 10 and the Scaling Factor to 1.60

In Chrome, font size medium and default zoom 150%

Edited All this for the 1080p version

@domak
Copy link

domak commented May 19, 2015

There are usefull infos here: http://en.community.dell.com/support-forums/software-os/f/3525/t/19631683

For intellij, I add -Dhidpi=true in idea64.vmoptions

@igorpetrov
Copy link

I'm just set resolution to 1360x768 for my FHD display in Unity, all things looks at its normal size.

@mateuszsip
Copy link

I wasn't satisfied with Ubuntu, so I installed Antergos with Gnome Shell.
Everything works fine, scaling was set up automatically, even for Chrome.

You only have to build package for wi-fi (broadcom).
And battery life seems to be better than on ubuntu 15.04 (with tlp).

@advancingu
Copy link
Owner

Is there any tool to set a different DPI scaling factor for each monitor?

@soren121
Copy link

@advancingu I don't think Xorg has support for multi-monitor HiDPI scaling (with different scaling factors.) Wayland does, though.

@bezerker
Copy link

bezerker commented Jul 8, 2015

I found that xrandr scaling can handle my needs. I'm on the QHD model and find that a DPI of 240 or so is the actual "recommended" dpi for our model. (233 really)

@antonmry
Copy link

it seems we'll have support for multi-monitor HiDPI scaling in Fedora. Source: http://fedoramagazine.org/update-wayland-support-fedora-23/

@thenitai
Copy link

Scaling doesn't really work for me in Ubuntu 15.04. I mean, it works but on every reboot I have to get my laptop screen and my external monitor in sync.

I've now switched to Cinnamon and it works perfectly. Cinnamon is also much more gentle on resources.

However, I actually wish to use i3wm. Problem is that everything is extremely small (fonts, bar, etc.). Anyone got an idea how to scale things up there?

Thanks.

@JPenuchot
Copy link

Using i3wm here, my i3 config is available here if you ever install it on your computer (Fixes DPI scaling pretty much everywhere, some tweaks might be required for Gnome apps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests