Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] źle renderowane fonty firefox & wine
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
meal
n00b
n00b


Joined: 20 Nov 2006
Posts: 65
Location: Silesia / Poland

PostPosted: Sun May 03, 2009 10:15 pm    Post subject: [SOLVED] źle renderowane fonty firefox & wine Reply with quote

Witam:
Od czasu ponownej instalacji gentoo na destopie (przejściowo miałem debiana) mam problem z renderowaniem czcionek w aplikacjach używających silnika gecko (a przynajmniej tak mi się wydaje - firefox i wine). Porównują flagi USE z laptopem (gdzie również gości gentoo, a problem nie występuje) nie znalazłem żadnego winowajcy. Oba systemy to ~x86 - Firefox 3.0.10 (zarówno binarna jak i source)

I screenshot do demonstracji (winecfg), w Firefoksie to samo występuje przy <pre> i <code>:
http://files.mkozak.pl/wine.png
_________________
http://www.mkozak.pl
http://blog.mkozak.pl


Last edited by meal on Mon May 04, 2009 11:13 am; edited 1 time in total
Back to top
View user's profile Send private message
elTimo
n00b
n00b


Joined: 21 Aug 2006
Posts: 21
Location: b-stok

PostPosted: Mon May 04, 2009 7:31 am    Post subject: Re: źle renderowane fonty Reply with quote

Witam, miałem podobnie po aktualizacji X.

meal wrote:

...
http://files.mkozak.pl/wine.png


Pamiętam że emerge --depclean wyrzuciło kilka fontów, więc pomyślałem że może to jest przyczyną i doinstalowałem ręcznie zdaję się:
media-fonts/font-misc-misc
i media-fonts/font-misc-...cośtam...

dodatkowo z katalogu ~/ usunąłem jakiś katalog cache z czcionkami (nie pamiętam już dokładnie który ale w nazwie miał zapewne te słowa;)

Objawy na pierwszy rzut oka ustąpiły.. jednak zauważyłem że od czasu do czasu takie krzaki pojawiają się w firefoxie (jak tekst zaznaczę myszką to krzaki znikają... )
_________________
elTimo
Wirtualny doradca - Rekomendacje filmów
Back to top
View user's profile Send private message
meal
n00b
n00b


Joined: 20 Nov 2006
Posts: 65
Location: Silesia / Poland

PostPosted: Mon May 04, 2009 9:17 am    Post subject: Reply with quote

Tak, o ile w Firefoksie po zaznaczeniu tekstu krzaki znikają, o tyle z wine już nie jest tak kolorowo.
_________________
http://www.mkozak.pl
http://blog.mkozak.pl
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Mon May 04, 2009 9:44 am    Post subject: Reply with quote

antyaliasing wlaczony?
monitor lcd czy crt?
pokaz xorg.conf
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
meal
n00b
n00b


Joined: 20 Nov 2006
Posts: 65
Location: Silesia / Poland

PostPosted: Mon May 04, 2009 9:56 am    Post subject: Reply with quote

Monitor CRT, pełny AA (w gnome się to nazywa wygładadzanie podpikselowe afair)


xorg.conf

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "record"
   Load  "dbe"
   Load  "xtrap"
   #Load  "dri"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbLayout" "pl2"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1280x960"
   EndSubSection
EndSection




używam gentoo od 3 lat i pierwszy raz się z czymś takim spotykam...
_________________
http://www.mkozak.pl
http://blog.mkozak.pl
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Mon May 04, 2009 10:34 am    Post subject: Reply with quote

Tak na szybko bo nie mam teraz czasu ;P

Load "truetype"
Load "type1"
Load "freetype"

?
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
elTimo
n00b
n00b


Joined: 21 Aug 2006
Posts: 21
Location: b-stok

PostPosted: Mon May 04, 2009 10:45 am    Post subject: Reply with quote

te moduły nie są już ładowane przez nowe Xy... freetype na pewno i raczej type1
_________________
elTimo
Wirtualny doradca - Rekomendacje filmów
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Mon May 04, 2009 10:52 am    Post subject: Reply with quote

ok...

(EE) Failed to load module "type1" (module does not exist, 0)


ale freetype imho istnieje... nie wprowadzaj w blad ;)

xorg-server-1.5.3-r2
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
meal
n00b
n00b


Joined: 20 Nov 2006
Posts: 65
Location: Silesia / Poland

PostPosted: Mon May 04, 2009 11:14 am    Post subject: Reply with quote

problem rozwiązany, pomógł update sterowników nvidi do wersji 96.43.11
_________________
http://www.mkozak.pl
http://blog.mkozak.pl
Back to top
View user's profile Send private message
elTimo
n00b
n00b


Joined: 21 Aug 2006
Posts: 21
Location: b-stok

PostPosted: Mon May 04, 2009 12:17 pm    Post subject: Reply with quote

Belliash wrote:

...
ale freetype imho istnieje... nie wprowadzaj w blad ;)
...


jakże bym śmiał :wink:
tylko skoro ja dostaje:
Code:

(II) LoadModule: "freetype"

(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)


to pomyślałem że tak jest wszędzie;].. jeżeli nie, to wybaczcie
...tyle że tu: http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
widziałem taką informację:
Quote:

4. Miscellaneous Options

The old font handling was shaken quite a bit in our version of 1.5.3. The freetype module is now useless since the server uses libXfont to load whatever fonts you might have for legacy applications.


tak czy inaczej, dobrze wiedzieć że to jednak sterowniki
_________________
elTimo
Wirtualny doradca - Rekomendacje filmów
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Mon May 04, 2009 1:34 pm    Post subject: Reply with quote

useless != not available ;)

anyway o tym co zacytowales nie wiedzialem - przyznajde :)
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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