Re: Fonts quality in Desktop with Iceweasel

2007-06-03 Thread Josep

Hello Florian.

Disabling bitmaps and changing Xft.hinting to 1 and  Hintstyle to
hintmedium is giving much more screen quality, the same than Redhat,
this was the issue. Now is Ok.

Many thanks for your help.

Josep


  [EMAIL PROTECTED]:~$  awk '/fontconfig/,/^$/{if (/^(Na|Va)/) print}' 
  /var/cache/debconf/config.dat
  Name: fontconfig/enable_bitmaps
  Value: true
  Name: fontconfig/hinting_type
  Value: Native
  Name: fontconfig/subpixel_rendering
  Value: Automatic
 
 I would try to disable bitmap fonts. (The rest looks good to me.) You
 can run (as root)
 
 dpkg-reconfigure fontconfig-config
 
 and choose No for Enable bitmapped fonts by default? (This is the
 last question that you will be asked.) Then you can restart X and check
 if this improves things. (Normally it does.) 
 
  [EMAIL PROTECTED]:~$ xrdb -query | grep Xft
  Xft.antialias:  1
  Xft.dpi:96.00
  Xft.hinting:0
  Xft.hintstyle:  hintnone
  Xft.rgba:   none
  [EMAIL PROTECTED]:~$
 
 You can try if you like font hinting by running (under X)
 
 echo -e Xft.hinting: 1\nXft.hintstyle: hintfull | xrdb -merge
 
 You can also try hintslight and hintmedium instead of hintfull.
 You have to restart iceweasel after making a change to see the effect.
 
 Some people even prefer to turn off antialiasing. This is all somewhat
 subjective and also depends on which fonts and which display you use.
 
 Once you find your preferred settings you can make them permanent by
 putting them into ~/.Xresources or by using the GUI font setup tool of
 your desktop environment.
  
  --- Florian Kulzer escribió:
  
   On Fri, Jun 01, 2007 at 22:42:10 +0200, Josep M. wrote:
Hello to all.

I have in the same machine centos 4.4 and debian etch, in centos,
when using firefox fonts are much better quality than debian, in
both I have added the same Microsoft fonts, Arial,
Tahoma,Verdana... ad all fonts are much better displayed in Centos
than Debian when using Iceweasel or Firefox in centosI think I
must tweak anything, but in both I use the same updated nvidia
drivers.
 
 [...]
 


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



Re: Fonts quality in Desktop with Iceweasel

2007-06-02 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josep M. wrote:
 Hello to all.
 
 I have in the same machine centos 4.4 and debian etch,
 in centos, when using firefox fonts are much better
 quality than debian, in both I have added the same
 Microsoft fonts, Arial, Tahoma,Verdana... ad all fonts
 are much better displayed in Centos than Debian when
 using Iceweasel or Firefox in centosI think I must
 tweak anything, but in both I use the same updated
 nvidia drivers.
 
 Xor config is ok, so, I would like know what more can
 be needed tweak.

Ar you using KDE or Gnome?  Depending on which WM and DE you are using
there are different ways to tweak the fonts.

I'm guessing that you use Gnome, so one of the Gnome experts need to
answer your question because I am a KDE user.

Of course there are CLI utilities too, but I am not very experienced
with using them, other than the very handy (as root)

dpkg-reconfigure fontconfig

command.  That might be what you are looking for.  Normally when one
installs msttcorefonts, this is run automatically, but YMMV.

Joe

Joe
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGYUDxiXBCVWpc5J4RAkQ9AJ9OncDzGqEQvF/gS4LqhaaAYn6y+wCdF0sY
J0brcaw3TVy8J2+/UxE685Q=
=meVW
-END PGP SIGNATURE-


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



Re: Fonts quality in Desktop with Iceweasel

2007-06-02 Thread Florian Kulzer
On Fri, Jun 01, 2007 at 22:42:10 +0200, Josep M. wrote:
 Hello to all.
 
 I have in the same machine centos 4.4 and debian etch,
 in centos, when using firefox fonts are much better
 quality than debian, in both I have added the same
 Microsoft fonts, Arial, Tahoma,Verdana... ad all fonts
 are much better displayed in Centos than Debian when
 using Iceweasel or Firefox in centosI think I must
 tweak anything, but in both I use the same updated
 nvidia drivers.
 
 Xor config is ok, so, I would like know what more can
 be needed tweak.

Please post the output of the following two commands:

awk '/fontconfig/,/^$/{if (/^(Na|Va)/) print}' /var/cache/debconf/config.dat
xrdb -query | grep Xft

(The second command should be run under X.)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: Fonts quality in Desktop with Iceweasel

2007-06-02 Thread mylinuxmaillists-2007
Hello Florian.

This is my output, any suggestion for optimize this
wil be welcome
Josep

[EMAIL PROTECTED]:~$  awk '/fontconfig/,/^$/{if
(/^(Na|Va)/) print}' /var/cache/debconf/config.dat
Name: fontconfig/enable_bitmaps
Value: true
Name: fontconfig/hinting_type
Value: Native
Name: fontconfig/subpixel_rendering
Value: Automatic

[EMAIL PROTECTED]:~$ xrdb -query | grep Xft
Xft.antialias:  1
Xft.dpi:96.00
Xft.hinting:0
Xft.hintstyle:  hintnone
Xft.rgba:   none
[EMAIL PROTECTED]:~$


--- Florian Kulzer [EMAIL PROTECTED]
escribió:

 On Fri, Jun 01, 2007 at 22:42:10 +0200, Josep M.
 wrote:
  Hello to all.
  
  I have in the same machine centos 4.4 and debian
 etch,
  in centos, when using firefox fonts are much
 better
  quality than debian, in both I have added the same
  Microsoft fonts, Arial, Tahoma,Verdana... ad all
 fonts
  are much better displayed in Centos than Debian
 when
  using Iceweasel or Firefox in centosI think I
 must
  tweak anything, but in both I use the same updated
  nvidia drivers.
  
  Xor config is ok, so, I would like know what more
 can
  be needed tweak.
 
 Please post the output of the following two
 commands:
 
 awk '/fontconfig/,/^$/{if (/^(Na|Va)/) print}'
 /var/cache/debconf/config.dat
 xrdb -query | grep Xft
 
 (The second command should be run under X.)
 
 -- 
 Regards,|
 http://users.icfo.es/Florian.Kulzer
   Florian   |
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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



Re: Fonts quality in Desktop with Iceweasel

2007-06-02 Thread Florian Kulzer
[ Please stop top-posting. Giving your answers inline (like I do) and
  trimming old messages where appropriate will make it easier for others
  to join the discussion. ]

On Sat, Jun 02, 2007 at 15:44:25 +0200, mylinuxmaillists-2007 AT yahoo DOT es 
wrote:
 Hello Florian.
 
 This is my output, any suggestion for optimize this
 wil be welcome
 Josep
 
 [EMAIL PROTECTED]:~$  awk '/fontconfig/,/^$/{if (/^(Na|Va)/) print}' 
 /var/cache/debconf/config.dat
 Name: fontconfig/enable_bitmaps
 Value: true
 Name: fontconfig/hinting_type
 Value: Native
 Name: fontconfig/subpixel_rendering
 Value: Automatic

I would try to disable bitmap fonts. (The rest looks good to me.) You
can run (as root)

dpkg-reconfigure fontconfig-config

and choose No for Enable bitmapped fonts by default? (This is the
last question that you will be asked.) Then you can restart X and check
if this improves things. (Normally it does.) 

 [EMAIL PROTECTED]:~$ xrdb -query | grep Xft
 Xft.antialias:  1
 Xft.dpi:96.00
 Xft.hinting:0
 Xft.hintstyle:  hintnone
 Xft.rgba:   none
 [EMAIL PROTECTED]:~$

You can try if you like font hinting by running (under X)

echo -e Xft.hinting: 1\nXft.hintstyle: hintfull | xrdb -merge

You can also try hintslight and hintmedium instead of hintfull.
You have to restart iceweasel after making a change to see the effect.

Some people even prefer to turn off antialiasing. This is all somewhat
subjective and also depends on which fonts and which display you use.

Once you find your preferred settings you can make them permanent by
putting them into ~/.Xresources or by using the GUI font setup tool of
your desktop environment.
 
 --- Florian Kulzer escribió:
 
  On Fri, Jun 01, 2007 at 22:42:10 +0200, Josep M. wrote:
   Hello to all.
   
   I have in the same machine centos 4.4 and debian etch, in centos,
   when using firefox fonts are much better quality than debian, in
   both I have added the same Microsoft fonts, Arial,
   Tahoma,Verdana... ad all fonts are much better displayed in Centos
   than Debian when using Iceweasel or Firefox in centosI think I
   must tweak anything, but in both I use the same updated nvidia
   drivers.

[...]

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |



Fonts quality in Desktop with Iceweasel

2007-06-01 Thread Josep M.
Hello to all.

I have in the same machine centos 4.4 and debian etch,
in centos, when using firefox fonts are much better
quality than debian, in both I have added the same
Microsoft fonts, Arial, Tahoma,Verdana... ad all fonts
are much better displayed in Centos than Debian when
using Iceweasel or Firefox in centosI think I must
tweak anything, but in both I use the same updated
nvidia drivers.

Xor config is ok, so, I would like know what more can
be needed tweak.

Thanks
Josep









__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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