Ubuntu – Adjust Firefox and Thunderbird to a High DPI touchscreen display (retina)

display-resolutiondpifirefoxtouchscreen

If you are using a high DPI Display with a resolution of 3200×1600 px you can adjust Unity with a System wide Menu and titlebar scaling But Firefox is not really ready for this: All pages and the Icons stay tiny.

multiplication of system font increase and browser font increase makes system controls (combobox, lists, drop down lists) extremely big on many websites, where the form elements are affected by the scaling two times, so all form elements are huge (4x).

emails in Thunderbird are displayed tiny, so you have to use Ctrl++ all the time

How can I adjust Firefox and Thunderbird, so everything will look normal?

Best Answer

  1. Install my Firefox-addon Zoom Menu Elements (or install this file from source on github).
    Alternative: you can manually open a new tab about:config in Firefox and search for layout.css.devPixelsPerPx set this value to 2 or 1.5 as you wish to adjust the size of the Firefox icons (source, bug report)

  2. Install the Firefox-addon Fix for zoomed default-font to fix some issues with huge form elements on some pages (for ex. the login on reddit.com, ... see this question )

  3. Pinch-to-zoom works out of the box (see here), for older versions the grab and drag addon for Firefox makes it possible to navigate the Internet by touch (disable it with the button grab-and-drag-button in the add-on-bar when using a mouse)

  4. Additionally, (but not needed) install the Firefox addon NoSquint or Default Fullzoomlevel and chose in settings: default full page zoom level 120%.

In Thunderbird you have to go for the alternative from step 1 in the advanced configuration (although I prefer not to change the overall size but use Ctrl+ and Ctrl- instead, to adjust the size of the email window)

Related Question