Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kde 3.1 font problem: squares instead of letters
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Tue Mar 11, 2003 10:21 pm    Post subject: Kde 3.1 font problem: squares instead of letters Reply with quote

Some fonts doesn't look too good in kde (see link below):
The same pages look ok in mozilla

http://64.191.10.2/snapshot3.png (41k)

I re-emerged pretty much everything which could have anything to do with it (xfree-4.3.0, kde-3.1, fontconfig-2.1, freetype-2.1.3...)


Any suggestion would be highly appreciated

Alin
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
jimmybfan
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 100
Location: P-town

PostPosted: Tue Mar 11, 2003 11:04 pm    Post subject: Reply with quote

I've got the same problem, seems to be only some of the Type1 fonts i have installed. All the truetype fonts seem to be working. Other than that i don't know whats going on.
Here are the fonts that don't display
Terminal [Bitstream]
Terminal [DEC]
Times
New Century Schoolbook
Lucidatypewriter
Lucidabright
Lucida
Helvetica
Fixed [Sony]
Fixed [Misc]
Fixed [Jis]
Clearlyu
Clean
Charter

Any suggestions much appreciated

[edit] actally it seems to be the 100dpi and.org 75dpi fonts that arent recognized[/edit]
Back to top
View user's profile Send private message
phypor
n00b
n00b


Joined: 25 Jun 2002
Posts: 68
Location: Texas

PostPosted: Wed Mar 12, 2003 12:33 am    Post subject: Had this too on konsole Reply with quote

i changed to a different font that fixed it.


~phypor
_________________
ALWAYS stay away from tanks enguled in fire.
- 2000 Emergency Response Guidebook, pg307
Back to top
View user's profile Send private message
jimmybfan
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 100
Location: P-town

PostPosted: Wed Mar 12, 2003 12:53 am    Post subject: Reply with quote

Yeah, that works, but there are still some programs/webpages that look for a specific font and when that happens, still got squares.
Back to top
View user's profile Send private message
jimmybfan
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 100
Location: P-town

PostPosted: Wed Mar 12, 2003 2:58 am    Post subject: Reply with quote

Ok, I got it fixed, for me at least. All I had to do was swap the lines in XF86Config that delt with the 75dpi and 100dpi fonts, i. e change
Code:
/usr/X11R6/lib/X11/fonts/75dpi:unscaled
/usr/X11R6/lib/X11/fonts/100dpi:unscaled
/usr/X11R6/lib/X11/fonts/75dpi
/usr/X11R6/lib/X11/fonts/100dpi

to
Code:
/usr/X11R6/lib/X11/fonts/100dpi:unscaled
/usr/X11R6/lib/X11/fonts/75dpi:unscaled
/usr/X11R6/lib/X11/fonts/100dpi
/usr/X11R6/lib/X11/fonts/75dpi

and then restart X and all was fixed
Hope this helps
Back to top
View user's profile Send private message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Wed Mar 12, 2003 6:34 pm    Post subject: Reply with quote

Nope, it doesn't work for me :(
I already tried different combinations, still no luck...
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
choward
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2002
Posts: 92

PostPosted: Thu Mar 13, 2003 4:47 pm    Post subject: Reply with quote

I had this problem and managed to fix it. I checked the css page for a website that was causing me problems (www.woundedpaw.com/main.css) and found that the problems were caused by an incorrectly installed Tahoma font. I deleted the offending fonts in /usr/X11R6/lib/X11/fonts and copied a new version from a friend's windows partition. I restarted X and everything worked!

BTW, the KDE Control panel has a _wonderful_ font control panel! Just remember to switch to Administrator Mode.
_________________
Craig Howard
4B Computer Science -- University of Waterloo
Back to top
View user's profile Send private message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Sat Mar 15, 2003 1:24 pm    Post subject: Reply with quote

I emerged the latest xfree (4.3.0-r1) and surprise!, I got all the fonts back :)
But kdm was starting very slowly, so I run fc-cache to speed things a little. The result is that now I have tiny little white squares instead of all 100dpi and 75dpi fonts. :(
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
jimmybfan
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 100
Location: P-town

PostPosted: Sat Mar 15, 2003 7:24 pm    Post subject: Reply with quote

Alright, so i was wrong about my solution, not working anymore. It seems that running fc-cache screws up the 100dpi and 75dpi fonts.
Back to top
View user's profile Send private message
bammbamm808
Guru
Guru


Joined: 08 Dec 2002
Posts: 548
Location: Hawaii

PostPosted: Sun Mar 16, 2003 12:34 am    Post subject: I had this once too: How I fixed it: Reply with quote

found the squares in place of characters for most fonts. It turns out that only root had permissions for the fonts in the truetype directory. Changing the permissions on all the files there fixed it for me.
_________________
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 2070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Back to top
View user's profile Send private message
jimmybfan
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 100
Location: P-town

PostPosted: Sun Mar 16, 2003 9:37 am    Post subject: Reply with quote

Ok, i got it to work again. This time i changed to fonts.conf to not serach the 75 and 100dpi folders by adding all the other paths in place of the /usr/X11R6/lib/X11/fonts entry and now all the fonts are working.
Back to top
View user's profile Send private message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Sun Mar 16, 2003 1:29 pm    Post subject: Reply with quote

Yes, this will do for now:)

Thanks a lot!

Alin
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
dazk
n00b
n00b


Joined: 15 Oct 2002
Posts: 38
Location: Sankt Augustin, Germany

PostPosted: Fri Aug 15, 2003 11:32 pm    Post subject: Reply with quote

Quote:

found the squares in place of characters for most fonts. It turns out that only root had permissions for the fonts in the truetype directory. Changing the permissions on all the files there fixed it for me.



Thank you, thank you, thank you :lol:

If been searching my system for quite some time now, remerged various things and didn't find it. Never thought of the permission problem.

Now it's fixed. Pheeeew!
Back to top
View user's profile Send private message
MeanGuy
n00b
n00b


Joined: 23 Aug 2003
Posts: 38

PostPosted: Wed Aug 27, 2003 8:34 am    Post subject: Reply with quote

yep, worked for me too, "swapping the 75dpi and 100dpi"
thanx
_________________
RTFM
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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