Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| linux_hidpi [03.08.2015 10:54] – Pascal Suter | linux_hidpi [12.08.2015 10:45] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| gsettings set org.gnome.desktop.interface text-scaling-factor 1.5 | gsettings set org.gnome.desktop.interface text-scaling-factor 1.5 | ||
| | | ||
| + | ===== Thunderbird and Firefox ===== | ||
| + | in firefox type | ||
| + | about: | ||
| + | into the addressbar, in thunderbird click the menu (hamburger) button and select Preferences. In the Preferences window, switch to the Advanced tab and open the config editor | ||
| + | |||
| + | The setting of interest is called: | ||
| + | layout.css.devPixelsPerPx=1.5 | ||
| + | |||
| ===== Example Lenovo X1 Carbon ===== | ===== Example Lenovo X1 Carbon ===== | ||
| Here's an example of the configuration i am currently using on my lenovo x1 carbon notebook: | Here's an example of the configuration i am currently using on my lenovo x1 carbon notebook: | ||
| Line 28: | Line 36: | ||
| 0.75 | 0.75 | ||
| </ | </ | ||
| - | and in Firefox i have | + | and in Firefox |
| layout.css.devPixelsPerPx=1.5 | layout.css.devPixelsPerPx=1.5 | ||
| + | |||