linux_hidpi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_hidpi [23.05.2015 09:01] – created Pascal Suterlinux_hidpi [12.08.2015 10:45] (current) Pascal Suter
Line 12: Line 12:
   gsettings set org.gnome.desktop.interface scaling-factor 1   gsettings set org.gnome.desktop.interface scaling-factor 1
      
 +here is another interesting one: 
 +  gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{ 'Gdk/WindowScalingFactor':<2>, 'Gdk/UnscaledDPI':<92160> }"
 +and here's one to change the windows frame text size: 
 +  gsettings set org.gnome.desktop.interface text-scaling-factor 1.5
 +  
 +===== Thunderbird and Firefox =====
 +in firefox type 
 +  about:config 
 +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 =====
 +Here's an example of the configuration i am currently using on my lenovo x1 carbon notebook: 
 +
 +<code>
 +psuter@psnote:~$ gsettings get org.gnome.desktop.interface scaling-factor
 +uint32 2
 +psuter@psnote:~$ gsettings get org.gnome.settings-daemon.plugins.xsettings overrides
 +{'Gdk/WindowScalingFactor': <2>}
 +psuter@psnote:~$ gsettings get org.gnome.desktop.interface text-scaling-factor
 +0.75
 +</code>
 +and in Firefox and thunderbird i have 
 +  layout.css.devPixelsPerPx=1.5
 +
 +
  • linux_hidpi.1432364474.txt.gz
  • Last modified: 23.05.2015 09:01
  • by Pascal Suter