This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Background

See Alex Larsson's GUADEC talk: http://videos.guadec.org/2013/High%20res%20display%20support%20GNOME/

Testing

(Updating this to Fedora Workstation 21 alpha under VMWare Fusion 7... will update rest of page later.)

I am testing on a 15" Retina MacBook Pro (2880x1800 display), with Fedora 20 + Gnome 3.12 prerelease packages in Parallels 9. Will also test on a bare install to rule out Parallels video driver for some issues.

If your system doesn't pick up the high resolution mode by default, run:

and restart the desktop.

Do not try to just adjust GDK_SCALE environment variable, that doesn't cover everything properly.

Also testing with a direct install of Fedora 20 on Dell XPS 13 'Sputnik 2' -- this has a 1920x1080 13" screen, so at 2x scaling things are too big to use comfortably but at 1x they're too small. To approximate 1.5x scaling, set the GNOME scaling factor to 2 as above and also scale the screen up virtually:

This will be slightly blurry as drawing is done at 2560x1440 and scaled down to 1920x1080 in the display, but will exercise all the 2x scaled code paths and approximates the on-screen size of a full 2x-density display.

GNOME apps with issues

Todo: file bugs & make some patches

Components needing fixing

Non-GNOME Gtk2 apps needing Gtk3 porting

Misc notes


2024-10-23 11:00