KDE 96 dpi...???
I am trying to make kde desktop use 96 dpi fonts, but no success yet.Perhaps someone who has done this with mandriva 2005LE could help?..as i have understood,this can be done.Iīve checked couple of threads, here in linuxq,that addressed this problem,but...exactly which files i have to modify..here is one example that i did modify as told...
# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $
#
#
# $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2 1998/10/04 15:23:14 hohndel Exp $
#
# Xservers file, workstation prototype
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line). If you also
# have some X terminals connected which do not support XDMCP,
# you can add them here as well. Each X terminal line should
# look like:
# XTerminalName:0 foreign
#
:0 local@tty1 /usr/X11R6/bin/X -dpi 96 -deferglyphs 16
:1 local@tty2 reserve /usr/X11R6/bin/X :1 vt8 -deferglyphs 16
:2 local@tty3 reserve /usr/X11R6/bin/X :2 vt9 -deferglyphs 16
:3 local@tty4 reserve /usr/X11R6/bin/X :3 vt10 -deferglyphs 16
:4 local@tty5 reserve /usr/X11R6/bin/X :4 vt11 -deferglyphs 16
:5 local@tty6 reserve /usr/X11R6/bin/X :5 vt12 -deferglyphs 16
### Don't change these two lines; they are hints for genkdmconf. ###
### Version 2.0 ###
That 96 dpi there on the first line is that modification. but what that -deferglyphs mean? should it be removed? There was couple of other files just like this one,modified them too.
but it still not working.
TheCrizu
|