Back to Silas S. Brown's home page | X11 configuration

X11: Using large print when in high resolution

On modern desktops the easiest way to do this is usually to set the software's DPI (dots per inch) value to something higher than the actual DPI. For example, if your real DPI is 96 and you say it is 160, you get a basic 167% zoom and can then make further adjustments to individual applications. (If the system-wide zoom is too big then the desktop manager might not fit on the screen, so it can be better not to set the DPI too high but to increase font sizes in applications. However, some increase of DPI can be useful.)

Your desktop's setup options should have a DPI option somewhere. In Gnome 2.x, it's System > Preferences > Appearance > Fonts > Details > Resolution (DPI).

If you are using LXDE then you can set the DPI from the command line as follows (you can put this in a shell script and set it to run on startup):

echo "Xft.dpi: 160" | xrdb + -
if killall -w -u $(whoami) lxpanel pcmanfm; then
  lxpanel &
  pcmanfm --desktop --profile LXDE &
  openbox --replace &
fi
You may wish to run obconf and set Openbox to put the Maximize button on the left, so it is more easily reachable when a window sizes itself larger than the screen and you want to bring it back to screen size.

For a larger mouse cursor in LXDE, try the crystal-cursors or crystalcursors package (you might need to select it in the "Appearance" or "Customise Look and Feel" settings). Also try qtconfig in qt4-qtconfig for setting the font size of Qt applications.

Editor

FSF Emacs 23+ can use TrueType fonts with the DPI setting; my emacs configuration files might help. Alternatively try gedit, or leafpad for very lightweight situations.
All material © Silas S. Brown unless otherwise stated.