Raspberry Pi port, piCore-15.0 is available!
Instead of building a whole new package you can just change the dpi
Hi maroBased on both your initial reply, and your many other helpful posts, I don't think your motiveswere ever in question.
Quote from: robc on September 25, 2011, 01:37:36 AMInstead of building a whole new package you can just change the dpiThat would probably save a lot of effort. What is the command to change the dpi permanently?
Thank you maro.Found what was wrong with .Xdefaults: it was to have a line modified, not a new line added.Quote from: robc on September 25, 2011, 01:37:36 AMInstead of building a whole new package you can just change the dpiThat would probably save a lot of effort. What is the command to change the dpi permanently?
Xvesa -dpi 75 -br -screen 1024x768x24 -nolisten tcp
That's only for scalable fonts. The X server decides the system DPI, how to override it depends on the server.
You should be able to use the -dpi switch Code: [Select]Xvesa -dpi 75 -br -screen 1024x768x24 -nolisten tcp or set it in xorg.conf for Xorg