On my system, /etc/X11/xinit/xserverrc contains:
#!/bin/sh exec /usr/bin/X11/X -dpi 100 -nolisten tcp
Can anyone verify this on another system?
This caused the screen to always be 100dpi (xdpyinfo), so i changed it to:
#!/bin/sh exec /usr/bin/X11/X -nolisten tcp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]