-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
In Firefox I use |
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 :-) |
A conf that works reasonably well with gnome-shell and Ubuntu 15.04 is (all what follows through Gnome Tweak Tool)
In Chrome, font size medium and default zoom 150% Edited All this for the 1080p version |
There are usefull infos here: http://en.community.dell.com/support-forums/software-os/f/3525/t/19631683 For intellij, I add |
I'm just set resolution to 1360x768 for my FHD display in Unity, all things looks at its normal size. |
I wasn't satisfied with Ubuntu, so I installed Antergos with Gnome Shell. You only have to build package for wi-fi (broadcom). |
Is there any tool to set a different DPI scaling factor for each monitor? |
@advancingu I don't think Xorg has support for multi-monitor HiDPI scaling (with different scaling factors.) Wayland does, though. |
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) |
it seems we'll have support for multi-monitor HiDPI scaling in Fedora. Source: http://fedoramagazine.org/update-wayland-support-fedora-23/ |
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. |
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) |
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).The text was updated successfully, but these errors were encountered: