Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox e Fonts
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Mon Sep 18, 2006 6:23 pm    Post subject: Firefox e Fonts Reply with quote

Salve signori,
avrei un piccolo (ma fastidioso) problema che non riesco a risolvere.
Allora, un paio di introduzione, utilizzo Gentoo sul notebook e Slackware sulla workstation fissa.
Utilizzo Gnome 2.14 su Gentoo. Il problema consiste nella visualizzazione "sfuocata" dei fonts in mozilla-firefox, su Gentoo.
Premetto che utilizzo firefox installando tramite il pacchetto mozilla-firefox-bin.
Per farvi capire meglio vi posto un paio di screenshots sia di Slackware sia di Gentoo.

Gentoo:


Slackware:


Come potete ben vedere, si nota chiaramento che la visualizzazione dei fonts e` migliore su Slackware rispetto agli screenshots di Gentoo.
Insomma, soddisfa di piu` le mie esigenze la visualizzazione su Slackware rispetto a quella di Gentoo. Per questo volevo sapere se esisteva un modo per averli come su Slackware.

Ho provato a copiare la cartella "~/.mozilla/firefox" prendendola da Slackware su Gentoo, ma non cambia nulla.

Sapete aiutarmi perfavore?
Sono veramente disperato :wink:

Grazie in anticipo eh, ciao a tutti! 8)
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Mon Sep 18, 2006 7:01 pm    Post subject: Reply with quote

- ADD -

Signori, purtroppo mi fa lo stesso scherzo con xchat, ho provato a mettere lo stesso font e la stessa dimensione del font come sulla workstation Slackware,
solo che su Gentoo si vedono veramente male, e son diversi dall'altro computer, sul serio, sapete come posso risolvere?
Ho cercato nel forum (sul serio), ma non ho trovato niente che potrebba andare per il mio caso.
Non era pianificato quest problema, sono abbastanza senza idee.. anche perche' ho provato a copiare la directory di firefox ma niente,
puo' essere un problema a livello di sistema invece che solo di firefox?

Aspetto consigli.. ciao e grazie!
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Mon Sep 18, 2006 8:06 pm    Post subject: Reply with quote

hai dato un'occhiata qui?
http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Mon Sep 18, 2006 8:13 pm    Post subject: Reply with quote

starise wrote:
hai dato un'occhiata qui?
http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts

Grazie mille, ora gli do` una occhiata, vi faccio sapere, ciao! 8)
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Tue Sep 19, 2006 4:52 pm    Post subject: Reply with quote

Si ho seguito abbastanza la guida..

Ragazzi perfavore, mi potreste postare come sono configurati i vostri /etc/fonts/fonts.conf o i vostri ~/.fonts.conf ?
Perche` non ho capito come settarlo =\
Mi postereste anche il vostro /etc/X11/xorg.conf perfavore?
Di modo da capire alcune cose, mi fareste un gran favore, ciao, grazie!

son proprio disperato con sti fonts =\
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Sep 19, 2006 5:46 pm    Post subject: Reply with quote

socksz wrote:
Ragazzi perfavore, mi potreste postare come sono configurati i vostri /etc/fonts/fonts.conf o i vostri ~/.fonts.conf ?
Perche` non ho capito come settarlo =\


Il fonts.conf non si modifica, le modifiche vanno nel /etc/fonts/local.conf che, nel mio caso, contiene questo (tieni presente che non metto mano in quel file da un bel pó di tempo....):

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<!--
  Enable sub-pixel rendering
        <match target="font">
                <edit name="rgba" mode="assign"><const>rgb</const></edit>
        </match>
-->
        <dir>/usr/share/fonts/corefonts/</dir>
        <dir>/usr/share/fonts/terminus/</dir>
        <dir>/usr/share/fonts/unifont/</dir>
        <dir>/usr/share/fonts/Type1/</dir>
        <dir>/usr/share/fonts/freefont/</dir>
        <dir>/usr/share/fonts/artwiz/</dir>
        <dir>/usr/share/fonts/local/</dir>
        <dir>/usr/share/fonts/misc/</dir>
        <dir>/usr/share/fonts/Speedo/</dir>
        <dir>/usr/share/fonts/CID/</dir>
        <dir>/usr/share/fonts/ttf-bitstream-vera/</dir>
        <dir>/usr/share/fonts/util/</dir>
        <dir>/usr/share/fonts/sharefont/</dir>
        <dir>/usr/share/fonts/lfp-fix/</dir>
        <dir>/usr/share/fonts/TTF/</dir>
        <dir>/usr/share/fonts/75dpi/</dir>
        <dir>/usr/share/fonts/100dpi/</dir>
        <dir>/usr/local/share/fonts/misc/</dir>
</fontconfig>


Quote:
Mi postereste anche il vostro /etc/X11/xorg.conf perfavore?


Nella sezione Files ci sono le stesse entry del local.conf nella forma:
Code:
FontPath   "/usr/share/fonts/ttf-bitstream-vera/"

con le uniche eccezioni paricolari:
Code:
FontPath   "/usr/share/fonts/75dpi/:unscaled"
FontPath   "/usr/share/fonts/100dpi/:unscaled"


Nota che non ho la minima idea se ho o meno una buona configurazione buona, l'unica cosa di cui mi accontento é che funzioni.
_________________
Ciao da me!
Back to top
View user's profile Send private message
socksz
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 233

PostPosted: Tue Sep 19, 2006 6:35 pm    Post subject: Reply with quote

ciao randomaze,
quindi devo crearlo /etc/fonts/local.conf ?
A quanto pare non lo ho :wink:
E /etc/fonts/fonts.conf non lo tocco?
Comunque grazie per le informazioni, per farti sapere a me interessava che si vedessero bene
i font in firefox (uso sempre Sans), e in xchat, che sono proprio messi male :D

EDIT:
randomaze, ho messo come mi hai detto tu, su firefox funziona eccetera,
ma in xchat, con settato monospace si vede ancora senza anti-aliasing =( sapete perche'?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum