lp://staging/~fourdollars/unity-settings-daemon/add-hidpi-support
- Get this branch:
- bzr branch lp://staging/~fourdollars/unity-settings-daemon/add-hidpi-support
Branch merges
Branch information
Recent revisions
- 4076. By Bastien Nocera
-
xrandr: Don't check for hi-dpi on monitors with broken EDID
If the monitor reports a width/height that looks suspiciously like an
aspect ratio (16/9 or 16/10) don't check for hi-dpi. We can assume that
makers of devices that do support hi-dpi aren't so careless.See http://
cgit.freedeskto p.org/~ daniels/ xserver/ commit/ ?h=lodpi - 4075. By Owen Taylor
-
xsettings: remove check for native resolution when determining hi-dpi
A non-native resolution, can still be hi-dpi - e.g., on my laptop,
gnome-settings-daemon lists a resolution of 1920x1440 on my 2560x1440
display. The other checks we have in place should be sufficient to
disable hi-dpi support if the user picks a small resolution. - 4074. By Owen Taylor
-
xsettings: Never turn on hi-dpi support for small resolutions
If the screen is less than 1200 pixels high, don't turn on hi-dpi
support - GNOME isn't going to work with that little vertical
real estate, and it's better just to be small. - 4073. By Owen Taylor
-
xsettings: Don't mix GnomeRR and GDK information
If we don't mix information from GnomeRR and GDK, then the "changed"
signal on GnomeRRScreen is all we need to properly know when the
resolution of the system is changed - mixing them presents problems
because GDK may not yet have updated it's information from X when the
"changed" is triggered by a D-Bus signal.We still use GDK information before we have a GnomeRRScreen to minimize
the chance of switching the window scale during startup. - 4072. By Owen Taylor
-
xsettings: Use gnome_rr_
screen_ new_async( ) Since gnome-settings-
daemon starts before Mutter, we need to use
gnome_rr_screen_ new_async( ) to wait for Mutter to start and provide
the screen information over D-Bus. - 4070. By Bastien Nocera
-
xsettings: Disable scaling factor on HDMI outputs
If the output is HDMI, it's likely that the output is a TV, so
don't increase the scaling factor. - 4069. By Bastien Nocera
-
xsettings: Check native resolution for scaling factor
Check whether the panel is running at its native resolution before
applying the scaling factor. We don't want hi-dpi screens running
below native resolution to have a high scaling factor. - 4067. By Shih-Yuan Lee
-
Revert the changes of "Instead of auto-detecting, default to a scaling factor of 1".
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-settings-daemon