Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
GNOME Tweaks
GNOME Tweaks
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 163
    • Issues 163
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • GNOME TweaksGNOME Tweaks
  • Issues
  • #34

Closed
Open
Opened Sep 19, 2013 by bugzilla-migration@bugzilla-migrationReporter

Add window-scaling/hiDPI option

Submitted by David King

Link to original bug (#708382)

Description

Now that GTK+ has support for scaling windows when used with high-resolution displays, such as the ChromeBook Pixel, it would be great to have an override in Tweak Tool to make it easy to turn off the scaling:

https://plus.google.com/107646837068615384568/posts/hSwpWmN9Crx

It should be relatively straightforward, as the override is an XSetting, which gnome-settings-daemon has a plugin for (and I think Tweak Tool already changes XSettings for some other properties):

http://blogs.gnome.org/alexl/2013/06/28/hidpi-support-in-gnome/ gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{ 'Gdk/WindowScalingFactor':<2>, 'Gdk/UnscaledDPI':<92160> }"

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-tweaks#34