Re: KDE font size changes randomly

2005-09-19 Thread J F

SOLVED
At least I think it is solved.
I won't know for sure until I log on and off a few more times.
Thanks to Brian Nelson for the idea.

root:/etc/kde3/kdm# diff Xservers Xservers.20041211
13c13
 :0 [EMAIL PROTECTED] /usr/X11R6/bin/X -nolisten tcp -dpi 100
---
 :0 [EMAIL PROTECTED] /usr/X11R6/bin/X -nolisten tcp
root:/etc/kde3/kdm#




___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE font size changes randomly

2005-09-18 Thread J F

I guess process:
/usr/X11R6/bin/X -nolisten tcp -auth /var/run/xauth/A:0-coMD6V
is my x server.
I guess process:
/usr/bin/kdm
is the display manager.
Where is the file I need to vi to fix the display at 100 dpi
so I will keep from changing my font size?
What is the difference between what these two
processes actually do to my computer:
/usr/X11R6/bin/X
/usr/bin/kdm

Thanks,
J

$ ps auxww | egrep X11
root  2943  0.0  0.7  7448 5532 ?Ss   08:05   0:00 /usr/bin/X11/xfs 
-daemon
xfntserv  2947  0.0  2.2 19608 17408 ?   Ss   08:05   0:00 
/usr/bin/X11/xfs-xtt -daemon -user xfntserv -port 7110
root  3084  0.0  0.9 15724 6988 ?S08:05   0:00 
/usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TrueType,/usr/share/fonts/truetype/openoffice,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/PEX,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/share/fonts,/usr/share/fonts/ttf/decoratives,/usr/share/fonts/ttf/western
 :64
root  4139  3.0  7.1 61648 55144 ?   S   08:05   4:14 /usr/X11R6/bin/X 
-nolisten tcp -auth /var/run/xauth/A:0-coMD6V vt9
lcluser   7625  0.0  0.0   252   12 pts/3R+   10:22   0:00 grep -E X11
$
$ ps auxww | egrep dm
root  4073  0.0  0.0  2628  628 ?Ss   08:05   0:00 /usr/bin/kdm
lcluser   7656  0.0  0.0   252   40 pts/3R+   10:25   0:00 grep -E dm
$



___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE font size changes randomly

2005-09-16 Thread J F

I tried it and it didn't fix the problem,
but thanks for the tip.

ps auxww | egrep dpi
root  3089  0.0  0.0 15724  572 ?S09:25   0:00 
/usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TrueType,/usr/share/fonts/truetype/openoffice,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/PEX,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/share/fonts,/usr/share/fonts/ttf/decoratives,/usr/share/fonts/ttf/western
 :64

I thought kdm was just for the boot screen rather than
for kde after loging in?

Thanks
J




 --- On Tue 09/13, Brian Nelson  [EMAIL PROTECTED]  wrote:
From: Brian Nelson [mailto: [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Date: Tue, 13 Sep 2005 16:45:38 -0700
Subject: Re: KDE font size changes randomly

J F [EMAIL PROTECTED] writes:brbr The KDE font size keeps changing 
randomly.br I set the font size to Arial 10 and use it for about a week or 
2.br I shut down my desktop every night.br Then, the next morning, Arial 
10 is huge and I can't fit 80 characterbr across on the screen.  I switch it 
back to Arial 4.  br Then I use it for a week or 2. br Then, after my 
nightly shutdown and reboot, Arial 4 is too tinybr to read and I have to set 
it back to Arial 10.br Repeat the above loop infinitely.brbrHmm, that's 
probably the X server not reliably detecting the DPI of 
yourbrmonitor...brbr This isn't a show stopper, but it gets annoying 
when I have mybr desktop looking beautiful the way I like it.brbr Is 
there a place dpi set up?br $ more /etc/X11/gdm/Xserversbr 
/etc/X11/gdm/Xservers: No such file or directorybr $ egrep dpi 
/etc/X11/xdm/Xserversbr :0 local /usr/X11R6/bin/X vt7 -dpi 100 -nolisten 
tcpbr The above file 
has not changed in 6 months, so it isbr not the culprit.brbrI don't know 
about gdm, but if you use kdm, you can edit thebr/etc/kde3/kdm/kdmrc and 
set:brbrServerArgsLocal=-nolisten tcp -dpi 100brbr-- brS


___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE font size changes randomly

2005-09-13 Thread Brian Nelson
J F [EMAIL PROTECTED] writes:

 The KDE font size keeps changing randomly.
 I set the font size to Arial 10 and use it for about a week or 2.
 I shut down my desktop every night.
 Then, the next morning, Arial 10 is huge and I can't fit 80 character
 across on the screen.  I switch it back to Arial 4.  
 Then I use it for a week or 2. 
 Then, after my nightly shutdown and reboot, Arial 4 is too tiny
 to read and I have to set it back to Arial 10.
 Repeat the above loop infinitely.

Hmm, that's probably the X server not reliably detecting the DPI of your
monitor...

 This isn't a show stopper, but it gets annoying when I have my
 desktop looking beautiful the way I like it.

 Is there a place dpi set up?
 $ more /etc/X11/gdm/Xservers
 /etc/X11/gdm/Xservers: No such file or directory
 $ egrep dpi /etc/X11/xdm/Xservers
 :0 local /usr/X11R6/bin/X vt7 -dpi 100 -nolisten tcp
 The above file has not changed in 6 months, so it is
 not the culprit.

I don't know about gdm, but if you use kdm, you can edit the
/etc/kde3/kdm/kdmrc and set:

ServerArgsLocal=-nolisten tcp -dpi 100

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



KDE font size changes randomly

2005-09-07 Thread J F

The KDE font size keeps changing randomly.
I set the font size to Arial 10 and use it for about a week or 2.
I shut down my desktop every night.
Then, the next morning, Arial 10 is huge and I can't fit 80 character
across on the screen.  I switch it back to Arial 4.  
Then I use it for a week or 2. 
Then, after my nightly shutdown and reboot, Arial 4 is too tiny
to read and I have to set it back to Arial 10.
Repeat the above loop infinitely.

This isn't a show stopper, but it gets annoying when I have my
desktop looking beautiful the way I like it.

Is there a place dpi set up?
$ more /etc/X11/gdm/Xservers
/etc/X11/gdm/Xservers: No such file or directory
$ egrep dpi /etc/X11/xdm/Xservers
:0 local /usr/X11R6/bin/X vt7 -dpi 100 -nolisten tcp
The above file has not changed in 6 months, so it is
not the culprit.

As you can see below, I'm running every font server in debian
in hopes of making my fonts smooth and nice looking.
$ ps auxww | egrep X11
root  2964  0.0  0.7  7448 5500 ?Ss   09:25   0:00 /usr/bin/X11/xfs 
-daemon
xfntserv  2968  0.0  2.2 19608 17484 ?   Ss   09:25   0:00 
/usr/bin/X11/xfs-xtt -daemon -user xfntserv -port 7110
root  3105  0.0  0.8 15724 6588 ?S09:25   0:00 
/usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TrueType,/usr/share/fonts/truetype/openoffice,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/PEX,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/share/fonts,/usr/share/fonts/ttf/decoratives,/usr/share/fonts/ttf/western
 :64
root  4102 14.9 10.3 87604 80220 ?   S   09:25   5:40 /usr/X11R6/bin/X 
-nolisten tcp -auth /var/run/xauth/A:0-CDEEAN vt9

$ ps auxww | egrep dpi
root  3105  0.0  0.8 15724 6588 ?S09:25   0:00 
/usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TrueType,/usr/share/fonts/truetype/openoffice,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/PEX,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/share/fonts,/usr/share/fonts/ttf/decoratives,/usr/share/fonts/ttf/western
 :64

I don't know where to look.
THanks in advance,
J



___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]