LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   microscopics fonts in KDE/KDM (https://www.linuxquestions.org/questions/slackware-14/microscopics-fonts-in-kde-kdm-210125/)

Barx 07-27-2004 03:44 AM

microscopics fonts in KDE/KDM
 
I have this porblem on system with slack 9.1 updated to 10.0

After the update process (and passing form Xfree to xorg) there was no problems, fonts and desktop was ok.

Now I changed the monitor, i reconfigured xorg (via xorgconfig) and now I have fonts sized LESS than 2 pixel.

using XDM and / or destktop manager (fvwm blackbox ecc ecc) fonts are normal, but under KDM/KDE it's pretty impossible to read anything.

I'm searching the config fiel for KD* where is stored the base font size, but I'm unable to find it.

Do anyone can help me ??

Thanks a lot in advance

HappyTux 07-27-2004 01:43 PM

Re: microscopics fonts in KDE/KDM
 
Quote:

Originally posted by Barx
I have this porblem on system with slack 9.1 updated to 10.0

After the update process (and passing form Xfree to xorg) there was no problems, fonts and desktop was ok.

Now I changed the monitor, i reconfigured xorg (via xorgconfig) and now I have fonts sized LESS than 2 pixel.

using XDM and / or destktop manager (fvwm blackbox ecc ecc) fonts are normal, but under KDM/KDE it's pretty impossible to read anything.

I'm searching the config fiel for KD* where is stored the base font size, but I'm unable to find it.

Do anyone can help me ??

Thanks a lot in advance

On Debian the file would be /etc/kde3/kdm/Xservers you would want to be looking at the -dpi setting.

Code:

[HappyTux:/home/stephen]# cat /etc/kde3/kdm/Xservers
# Xservers - local X-server list
#
# 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; you will want to leave those terminals
# on and connected to the network, else kdm will have a tougher time
# managing them. Each X terminal line should look like:
#      XTerminalName:0 foreign
#

:0 local@tty1 /usr/X11R6/bin/X :0 -dpi 135 -nolisten tcp vt7
:1 local@tty2 reserve /usr/X11R6/bin/X -nolisten tcp :1 vt8
#:2 local@tty3 reserve /usr/X11R6/bin/X -nolisten tcp :2 vt9
#:3 local@tty4 reserve /usr/X11R6/bin/X -nolisten tcp :3 vt10
#:4 local@tty5 reserve /usr/X11R6/bin/X -nolisten tcp :4 vt11


### Don't change these two lines; they are hints for genkdmconf. ###
### Version 1.99 ###


acummings 07-29-2004 01:37 PM

Re: microscopics fonts in KDE/KDM
 
Quote:

Originally posted by Barx
using XDM and / or destktop manager (fvwm blackbox ecc ecc) fonts are normal, but under KDM/KDE it's pretty impossible to read anything.

I'm searching the config fiel for KD* where is stored the base font size, but I'm unable to find it.

Please read my disclaimer at the bottom first, and then on to what follows from here.

I'm using gdm it offers choice of kde or many other different sorts of window manager sessions.

From my experiments, I discovered that gdm (gnome display manager) its first initiation arise from file

1. /etc/rc.d/rc.4

(can opt for your display manager of choice, there,, choose one from three available.)

2. /etc/X11/gdm/gdm.conf

# Definition of the standard X server.
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -dpi 100
flexible=true

(it comes original without the -dpi 100 which I added it in)

3. /usr/bin/gdm

is what ultimately fire up the gdm. It uses commands that were set in #2 the gdm.conf. It takes those commands and launches /usr/bin/gdm-binary
--

Right now, I got my dpi config at -dpi 125. But the kde font are slightly too big. So my next try will be at -dpi 120. (at config of 125 the xdpyinfo reports 100x94)
--

(if kdm is your dm of choice) Looks like kdm is fired up in a different way.

/opt/kde/bin/kdm

is the binary and it's called up directly from the #1 item above, the rc.4 file. I do not know if the -dpi option can be added to the kdm portion of the rc.4 file or not.

I wouldn't go back though, not after using gdm. If you search, Google etc. for it, theres a way/method to add logout/shutdown capability for a user to gdm.
--

Some more that I found:

http://www.linuxquestions.org/questi...hreadid=210775
--

Disclaimer: I don't know if it's possible to damage hardware or not by use of the config items that I've shared herein. My video card and monitor support quite a lot. So, likely I not have a problem. All is fine so far. And I'll take conservative route ie only up it enough so as to be adequate for my use rather than get carried away with it.

--
Alan.


All times are GMT -5. The time now is 03:18 PM.