Re: KDE Fonts Too Large

2004-07-16 Thread Juha Siltala
On 2004-07-15, * Tong* [EMAIL PROTECTED] wrote:
 On Wed, 14 Jul 2004 21:13:03 +0300, Janjs Jangori wrote:
 
 Frist I vi edited the /etc/X11/XF86Config (Kent! am still learning to use 
 dpkg-configuration tool) so that the 75dpi fonts come b4 the 100dpi and 
 nothing happened. 

 Erhh, did you restart x?

Also, are you running xfs? If so, the font path is set in 
/etc/X11/fs/config.

-- 
Juha Siltala
http://www.edu.helsinki.fi/activity/people/jsiltala/


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



RE: KDE Fonts Too Large

2004-07-16 Thread Freivald, Joseph A, GVSOL
I had this same issue until I learned how to use defoma (well, the gui
for it, actually) to add fonts to the system.  As it turned out I only
have about 6 fonts, none of which displayed properly by default.  With
defoma I added all of my fonts from my MS partition as well as a bunch
of .deb packages and my display is MUCH nicer.

My questions are:  
1. Is there a way to automate the font recognition for defoma, and/or
can one remove defoma without destroying things so that XFS handles the
fonts natively?  
2. Why would this be a good idea/bad idea?

Joseph Freivald

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Juha
Siltala
Sent: Friday, July 16, 2004 3:37 AM
To: [EMAIL PROTECTED]
Subject: Re: KDE Fonts Too Large


On 2004-07-15, * Tong* [EMAIL PROTECTED] wrote:
 On Wed, 14 Jul 2004 21:13:03 +0300, Janjs Jangori wrote:
 
 Frist I vi edited the /etc/X11/XF86Config (Kent! am still learning to
use 
 dpkg-configuration tool) so that the 75dpi fonts come b4 the 100dpi
and 
 nothing happened. 

 Erhh, did you restart x?

Also, are you running xfs? If so, the font path is set in 
/etc/X11/fs/config.

-- 
Juha Siltala
http://www.edu.helsinki.fi/activity/people/jsiltala/


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



Re: KDE Fonts Too Large

2004-07-15 Thread * Tong*
On Wed, 14 Jul 2004 21:13:03 +0300, Janjs Jangori wrote:

 Part output of the original /etc/X11/XF86Config-4
 
 Section “Files”
   FontPath“Unix/:7#Local font server
 # if the local font server has problem, we can fall back on these
   FontPath “user/lib/x11/fonts/misc”
   FontPath “user/lib/x11/fonts/cyrillic”
   FontPath “user/lib/x11/fonts/100dpi/:unscaled”
   FontPath “user/lib/x11/fonts/75dpi/:unscaled”
   FontPath “user/lib/x11/fonts/Type1”
   FontPath “user/lib/x11/fonts/Speedo”
   FontPath “user/lib/x11/fonts/100dpi”
   FontPath “user/lib/x11/fonts/75dpi”
 EndSection
 
 Frist I vi edited the /etc/X11/XF86Config (Kent! am still learning to use 
 dpkg-configuration tool) so that the 75dpi fonts come b4 the 100dpi and 
 nothing happened. 

Erhh, did you restart x?




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



KDE Fonts Too Large

2004-07-14 Thread Janjs Jangori
Many thanks folks on my 'Configuring X-Windows in Woody'. Slowely but surely 
am becoming a Debianologist but I have a long way to go.

Through your help I have seen my first KDE desktop and was able to click 
through. Apart from the little blurring(I might have to putup with this 
until I learn some more :'( ), my fonts are too large.

I followed suggested solutions from previous postings at this site and 
google but couldn't get desired results.

Part output of the original /etc/X11/XF86Config-4
Section “Files”
 FontPath“Unix/:7#Local font server
# if the local font server has problem, we can fall back on these
 FontPath “user/lib/x11/fonts/misc”
 FontPath “user/lib/x11/fonts/cyrillic”
 FontPath “user/lib/x11/fonts/100dpi/:unscaled”
 FontPath “user/lib/x11/fonts/75dpi/:unscaled”
 FontPath “user/lib/x11/fonts/Type1”
 FontPath “user/lib/x11/fonts/Speedo”
 FontPath “user/lib/x11/fonts/100dpi”
 FontPath “user/lib/x11/fonts/75dpi”
EndSection
Frist I vi edited the /etc/X11/XF86Config (Kent! am still learning to use 
dpkg-configuration tool) so that the 75dpi fonts come b4 the 100dpi and 
nothing happened. Then I installed x-ttcidfont-conf and defoma and updated 
the /etc/X11/xf86config-4. My current /etc/X11/XF86Config-4 is:

Section “Files”
 FontPath 
“/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueTypes”
 FontPath “user/lib/x11/fonts/misc”
 FontPath “user/lib/x11/fonts/cyrillic”
 FontPath “user/lib/x11/fonts/75dpi/:unscaled”
 FontPath “user/lib/x11/fonts/100dpi/:unscaled”
 FontPath “user/lib/x11/fonts/Type1”
 FontPath “user/lib/x11/fonts/Speedo”
 FontPath “user/lib/x11/fonts/75dpi”
 FontPath “user/lib/x11/fonts/100dpi”
EndSection
Still the KDE screen remains the same. A bit blurred and large fonts.
Soliciting your usual cooperation.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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



Re: KDE Fonts Too Large

2004-07-14 Thread Ryan Waye
This may already have been posted, but have you tried using the KDE
Control Panel?  They have an entire section devoted to customizing
fonts.



On Wed, 14 Jul 2004 21:13:03 +0300, Janjs Jangori [EMAIL PROTECTED] wrote:
 Many thanks folks on my 'Configuring X-Windows in Woody'. Slowely but surely
 am becoming a Debianologist but I have a long way to go.
 
 Through your help I have seen my first KDE desktop and was able to click
 through. Apart from the little blurring(I might have to putup with this
 until I learn some more :'( ), my fonts are too large.
 
 I followed suggested solutions from previous postings at this site and
 google but couldn't get desired results.
 
 Part output of the original /etc/X11/XF86Config-4
 
 Section Files
   FontPathUnix/:7#Local font server
 # if the local font server has problem, we can fall back on these
   FontPath user/lib/x11/fonts/misc
   FontPath user/lib/x11/fonts/cyrillic
   FontPath user/lib/x11/fonts/100dpi/:unscaled
   FontPath user/lib/x11/fonts/75dpi/:unscaled
   FontPath user/lib/x11/fonts/Type1
   FontPath user/lib/x11/fonts/Speedo
   FontPath user/lib/x11/fonts/100dpi
   FontPath user/lib/x11/fonts/75dpi
 EndSection
 
 Frist I vi edited the /etc/X11/XF86Config (Kent! am still learning to use
 dpkg-configuration tool) so that the 75dpi fonts come b4 the 100dpi and
 nothing happened. Then I installed x-ttcidfont-conf and defoma and updated
 the /etc/X11/xf86config-4. My current /etc/X11/XF86Config-4 is:
 
 Section Files
 
   FontPath
 /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueTypes
   FontPath user/lib/x11/fonts/misc
   FontPath user/lib/x11/fonts/cyrillic
   FontPath user/lib/x11/fonts/75dpi/:unscaled
   FontPath user/lib/x11/fonts/100dpi/:unscaled
   FontPath user/lib/x11/fonts/Type1
   FontPath user/lib/x11/fonts/Speedo
   FontPath user/lib/x11/fonts/75dpi
   FontPath user/lib/x11/fonts/100dpi
 EndSection
 Still the KDE screen remains the same. A bit blurred and large fonts.
 Soliciting your usual cooperation.
 
 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
 http://join.msn.com/?page=features/virus
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



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



Fonts too large for scrren

2004-02-28 Thread Lieuella
I have a 19" monitor, the fonts are too large to fit the screen. I have tried to correct them using display, nothing happens. 
How do I reduce size? Thelma Henderson


Re: fonts too large

2002-09-05 Thread Dave Price

Thanks to all that replied with help. This is one reason why I am a
recent debian convert.
Dave Price



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




Re: fonts too large

2002-09-04 Thread Dave Price

On Wed, 2002-09-04 at 04:37, David Zelinsky wrote:
 I recently upgraded to woody (actually I ended up doing a clean
 install, for reasons I won't get into), and now most of the fonts in
 application windows are way too large.  Examples include:  menus,
 dialog boxes and input fields in netscape, mozilla, dillo and
 acroread, to name a few.  (The font preference for netscape et al only
 affect the document fonts, not the menus and toolbars.)
 
 Can anyone tell me how to change this?  I'm using xfs (tried changing
 the default-point-size in /etc/X11/fs/config but it had no effect).
 I've been using fvwm started by gdm, but it doesn't seem to matter
 which window manager or desktop I use.
 
 Thanks in advance.
 
 David Zelinsky
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
I too have this problem and would like help please.
Many thanks
Dave Price recent (very) debian convert



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




Re: fonts too large

2002-09-04 Thread Sean 'Shaleh' Perry

On Tuesday 03 September 2002 20:37, David Zelinsky wrote:
 I recently upgraded to woody (actually I ended up doing a clean
 install, for reasons I won't get into), and now most of the fonts in
 application windows are way too large.  Examples include:  menus,
 dialog boxes and input fields in netscape, mozilla, dillo and
 acroread, to name a few.  (The font preference for netscape et al only
 affect the document fonts, not the menus and toolbars.)

 Can anyone tell me how to change this?  I'm using xfs (tried changing
 the default-point-size in /etc/X11/fs/config but it had no effect).
 I've been using fvwm started by gdm, but it doesn't seem to matter
 which window manager or desktop I use.

 Thanks in advance.

 David Zelinsky

from /usr/share/doc/xfree86-common/README.Debian-upgrade.gz:

FONT AND DPI (DOTS-PER-INCH) SETTINGS SET TO 100DPI BY DEFAULT:

You should be aware that, by default, xdm and xinit (and thus startx) start 
the X server using the -dpi 100 argument, which forces the X server to 
treat the display as having 100 dots per inch.  Furthermore, xfs is 
configured to serve fonts with a preference for 100dpi versions over 75dpi 
version if a font request could be satisfied by either, and dexconf, the 
Debian X Configurator, writes XFree86 server configuration files with a 
preference for the 100dpi font directory over the 75dpi directory.

This particularly affects the visible font size.  Another common default is 75
dpi; some font rasterizers do not deal well with dpi settings other than 75 or
100.

This default can be modified by editing the following conffiles:
xdm /etc/X11/xdm/Xservers   (see xdm(1))
xfs /etc/X11/fs/config  (see xfs(1))
xinit   /etc/X11/xinit/xserverrc(see xinit(1))

The /etc/X11/XF86Config and /etc/X11/XF86Config-4 files (see the
XF86Config(7) manual page for the distinction) are not conffiles, but may
also be edited to change this default.


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




Re: fonts too large

2002-09-04 Thread Matthias Szupryczynski

On Wed, 2002-09-04 at 13:37, David Zelinsky wrote:
 I recently upgraded to woody (actually I ended up doing a clean
 install, for reasons I won't get into), and now most of the fonts in
 application windows are way too large.  Examples include:  menus,
 dialog boxes and input fields in netscape, mozilla, dillo and
 acroread, to name a few.  (The font preference for netscape et al only
 affect the document fonts, not the menus and toolbars.)
 
 Can anyone tell me how to change this?  I'm using xfs (tried changing
 the default-point-size in /etc/X11/fs/config but it had no effect).
 I've been using fvwm started by gdm, but it doesn't seem to matter
 which window manager or desktop I use.

Hmm, have you tried to change the desktop theme ??
(Assuming you did not mean that by saying that it does not matter which
desktop you use).

Usually the default - theme comes with pretty big and ugly fonts,
download / install / choose another one and you should be alright.

At least that worked for me.

HTH

Matt


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




Re: fonts too large

2002-09-04 Thread Brian Nelson

Sean 'Shaleh' Perry [EMAIL PROTECTED] writes:

 On Tuesday 03 September 2002 20:37, David Zelinsky wrote:
 I recently upgraded to woody (actually I ended up doing a clean
 install, for reasons I won't get into), and now most of the fonts in
 application windows are way too large.  Examples include:  menus,
 dialog boxes and input fields in netscape, mozilla, dillo and
 acroread, to name a few.  (The font preference for netscape et al only
 affect the document fonts, not the menus and toolbars.)

 Can anyone tell me how to change this?  I'm using xfs (tried changing
 the default-point-size in /etc/X11/fs/config but it had no effect).
 I've been using fvwm started by gdm, but it doesn't seem to matter
 which window manager or desktop I use.

 Thanks in advance.

 David Zelinsky

 from /usr/share/doc/xfree86-common/README.Debian-upgrade.gz:

 FONT AND DPI (DOTS-PER-INCH) SETTINGS SET TO 100DPI BY DEFAULT:

 You should be aware that, by default, xdm and xinit (and thus startx) start 
 the X server using the -dpi 100 argument, which forces the X server to 
 treat the display as having 100 dots per inch.  Furthermore, xfs is 
 configured to serve fonts with a preference for 100dpi versions over 75dpi 
 version if a font request could be satisfied by either, and dexconf, the 
 Debian X Configurator, writes XFree86 server configuration files with a 
 preference for the 100dpi font directory over the 75dpi directory.

 This particularly affects the visible font size.  Another common default is 75
 dpi; some font rasterizers do not deal well with dpi settings other than 75 or
 100.

But note that, as stated in xfonts-100dpi description field,
xfonts-100dpi may be more suitable for large monitors and/or large
screen resolutions (over 1024x768).

In that case, you'd be better off just changing the font size manually
(through Gnome/KDE's control center, or whatever).

-- 
People said I was dumb, but I proved them!


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




Re: fonts too large

2002-09-04 Thread Sean 'Shaleh' Perry

On Wednesday 04 September 2002 19:50, Brian Nelson wrote:
 But note that, as stated in xfonts-100dpi description field,
 xfonts-100dpi may be more suitable for large monitors and/or large
 screen resolutions (over 1024x768).

 In that case, you'd be better off just changing the font size manually
 (through Gnome/KDE's control center, or whatever).

maybe for those with poor eyesight but I find that 100dpi fonts are always too 
big.


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




Re: Netscape 4.77 Java Fonts too large

2001-06-27 Thread Eric Richardson
Harold Bibik wrote:
 
 On Mon, Jun 25, 2001 at 09:31:16PM +0200, Guy Geens ([EMAIL PROTECTED]) 
 scribbled
 
  I long time ago, I found a page with tips on how to make Netscape
  fonts look better. I can't find it now, but this page seems to have
  the information you need:
  http://www2.arnes.si/~mrihta3/ns-unix.html
 
  Also, install the msttcorefonts package. This gives you access to
  Microsoft's TTF fonts which are used by many web sites.
 
 Already have the msttcorefonts installed and the Netscape.ad modified
 but there was some interesting stuff about scalable fonts at the
 bottom of the page you mentioned...thanks for the URL, I'll play
 around with scalable fonts and see if that helps.
Can you apt-get these fonts?

Eric



Re: Netscape 4.77 Java Fonts too large

2001-06-27 Thread Harold Bibik
On Wed, Jun 27, 2001 at 08:02:31AM -0700, Eric Richardson ([EMAIL PROTECTED]) 
scribbled

  Already have the msttcorefonts installed and the Netscape.ad modified
  but there was some interesting stuff about scalable fonts at the
  bottom of the page you mentioned...thanks for the URL, I'll play
  around with scalable fonts and see if that helps.

 Can you apt-get these fonts?


yes...msttcorefonts is in testing and unstable. It's a script
that will automagically download the fonts from the MS site and
install them.

I'd recommend looking at Paul D. Smith's webpage on installing
TrueType fonts in Debian.

http://www.paulandlesley.org/linux

at the bottom he has links to installing the fonts under XFree86.4.X
or Debian2.2

I followed his instructions for installing under XFree86.4x and it was
simple and easy.

Thank you Paul :)




Re: Netscape 4.77 Java Fonts too large

2001-06-26 Thread Harold Bibik
On Mon, Jun 25, 2001 at 09:31:16PM +0200, Guy Geens ([EMAIL PROTECTED]) 
scribbled


 I long time ago, I found a page with tips on how to make Netscape
 fonts look better. I can't find it now, but this page seems to have
 the information you need:
 http://www2.arnes.si/~mrihta3/ns-unix.html
 
 Also, install the msttcorefonts package. This gives you access to
 Microsoft's TTF fonts which are used by many web sites.

Already have the msttcorefonts installed and the Netscape.ad modified
but there was some interesting stuff about scalable fonts at the
bottom of the page you mentioned...thanks for the URL, I'll play
around with scalable fonts and see if that helps.





Re: Netscape 4.77 Java Fonts too large

2001-06-25 Thread Joost Kooij
On Sun, Jun 24, 2001 at 10:29:00PM -0400, Harold Bibik wrote:
 Using Netscape 4.77 on a Progeny-Debian (Newton)system with Gnome 1.4,
 I get HUGE bold fonts in Java Applets.

Did you complain to progeny already?  Just be sure to ask for Overfiend.
Maybe he'll fix java for you.  ;-)

Cheers,


Joost



Re: Netscape 4.77 Java Fonts too large

2001-06-25 Thread Guy Geens
 Harold == Harold Bibik [EMAIL PROTECTED] writes:

Harold Using Netscape 4.77 on a Progeny-Debian (Newton)system with
Harold Gnome 1.4, I get HUGE bold fonts in Java Applets.

I long time ago, I found a page with tips on how to make Netscape
fonts look better. I can't find it now, but this page seems to have
the information you need:
http://www2.arnes.si/~mrihta3/ns-unix.html

Also, install the msttcorefonts package. This gives you access to
Microsoft's TTF fonts which are used by many web sites.

-- 
G. ``Iggy'' Geens - ICQ: #64109250
Home: [EMAIL PROTECTED] - Work: [EMAIL PROTECTED]
WWW: http://users.pandora.be/guy.geens/
`I want quality, not quantity. But I want lots of it!'



Netscape 4.77 Java Fonts too large

2001-06-24 Thread Harold Bibik

Using Netscape 4.77 on a Progeny-Debian (Newton)system with Gnome 1.4,
I get HUGE bold fonts in Java Applets.

I've created an .Xdefaults file to clean up the toolbars and fonts
in the browser itself but I haven't seen anything in the Netscape.ad 
file that might change the default fonts in  Netscapes 4.77 Java.

Anyone have an idea how I might be able to set a different default
font under Java or even an idea where I could look more info would be
appreciated.

I do most of my browsing with Opera but need Java on a couple sites
and Netscape handles those very well, ewxcept for the oversized bold
font.

  TIA