View previous topic :: View next topic |
Author |
Message |
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Fri Dec 24, 2004 3:29 am Post subject: xorg-x11 6.8.0-r4 making monospace fonts cut off |
|
|
I updated to the latest Xorg and now my small (8pt) monospace fonts, all the characters overlap eachtother. Any suggestions? _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
sideways n00b
Joined: 24 Dec 2004 Posts: 37 Location: Los Gatos, CA
|
Posted: Fri Dec 24, 2004 3:48 pm Post subject: new xorg use flags |
|
|
I had the same problem. seems like the latest xorg (xorg-x11-6.8.0-r4) doesn't build xfs without new use flags in /etc/make.conf
USE="... font-server truetype-fonts type1-fonts" |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Fri Dec 24, 2004 6:10 pm Post subject: |
|
|
thank you so much - exactly what I was looking for. i didnt have the font-server use flag. _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Fri Dec 24, 2004 9:12 pm Post subject: |
|
|
hmm - after recompiling with the font-server use flag it still has the same overlapping problem. any other suggestions? should I have XFS in rc-update? _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
|
Back to top |
|
|
sideways n00b
Joined: 24 Dec 2004 Posts: 37 Location: Los Gatos, CA
|
Posted: Fri Dec 24, 2004 10:31 pm Post subject: |
|
|
ya, i have xfs in rc-update, as in "rc-update add xfs default" |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Fri Dec 24, 2004 11:09 pm Post subject: |
|
|
i tried putting XFS in and it still doesnt work =( _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
|
Back to top |
|
|
Deepu Sudhakar Tux's lil' helper
Joined: 30 Aug 2003 Posts: 84
|
Posted: Sat Dec 25, 2004 9:22 pm Post subject: |
|
|
The same problem is happening to me, and I have freetype-2.1.9-r1. It only happens to monospace fonts. |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Sun Dec 26, 2004 1:03 am Post subject: |
|
|
That thread is not reffering to the same thing. The problem here lies with all monospaced fonts and this problem still occures with freetype-2.1.9-r1 .Also the 'USE="-bindist"' didnt change anything with '--newuse'. _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Sun Dec 26, 2004 5:05 am Post subject: |
|
|
Did you build with "font-server" "truetype-fonts" and "type1-fonts"? Those use flags were added so if you're running xfs you'll need at least the one flag. I did have some odd looking monospace fonts but the freetype update and restarting the font server and X fixed that up. |
|
Back to top |
|
|
Liquid n00b
Joined: 18 Nov 2003 Posts: 59
|
Posted: Mon Dec 27, 2004 10:09 pm Post subject: |
|
|
Same problem here
Bitstream-vera-sans-mono 8 looks ugly in GTK apps and not in QT apps, for example Anjuta (GTK) and Eric3 (QT)
Someone could fix the problem? |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Wed Dec 29, 2004 9:24 pm Post subject: |
|
|
firephoto wrote: | Did you build with "font-server" "truetype-fonts" and "type1-fonts"? |
Yea these have been compiled in the whole time. Also running XFS doesnt do anything to help it. _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
peterton Tux's lil' helper
Joined: 20 Aug 2003 Posts: 110
|
Posted: Wed Dec 29, 2004 9:33 pm Post subject: |
|
|
This also happens with x11-base/xorg-x11-6.8.1.901
Built with:
Code: | [ebuild R ] x11-base/xorg-x11-6.8.1.901 -3dfx -3dnow -bitmap-fonts +cjk -debug -dlloader +dmx -doc +font-server -hardened -insecure-drivers +ipv6 -minimal +mmx +nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts (-uclibc) +xprint +xv 0 kB |
|
|
Back to top |
|
|
firephoto Veteran
Joined: 29 Oct 2003 Posts: 1612 Location: +48° 5' 23.40", -119° 48' 30.00"
|
Posted: Wed Dec 29, 2004 9:39 pm Post subject: |
|
|
XFS will only work if you have
Code: |
FontPath "unix/:-1"
|
in the files section.
It also could be that your font paths have changed or there's an error in the font directories. I get some warning about unreadable fonts or folders but they still work ok. |
|
Back to top |
|
|
Liquid n00b
Joined: 18 Nov 2003 Posts: 59
|
Posted: Wed Dec 29, 2004 10:42 pm Post subject: |
|
|
I'm pretty sure that this problem have nothing to do with neither xorg nor xfs.
With all the apps that I'm running under QT, for example eric3, knode, kmail, monospace and bitstream-vera-sans-mono works perfectly.
Under apps like Evolution and Anjuta those font look relly ugly, seams that the space between charachters is reduced.
That's why I think is related or with GTK or with Gnome.
I'm still busy trying to solve this problem, if someone can solve it please post the solution, will be really appreciated.
[ot]
peterton the city where you live is really beautiful!
[/ot]
Last edited by Liquid on Thu Dec 30, 2004 9:04 am; edited 1 time in total |
|
Back to top |
|
|
mhill Tux's lil' helper
Joined: 09 Mar 2003 Posts: 86 Location: Thornton, CO
|
Posted: Thu Dec 30, 2004 1:08 am Post subject: |
|
|
sideways: Thank you!! I emerged xorg-x11-6.8.1.901 today, and afterwards, in a new OpenWriter document, I was getting like 1-point text, with only a handful of font families available. I stumbled across this thread by sheer luck--after figuring "Desktop Environments" was the right category, this topic heading was the first non-sticky one. :^)
Kind of annoying--I wish there were some warning that lack of a newly-introduced USE flag would remove expected functionality, especially before such a large emerge as Xorg. _________________ Michael Hill
Desktop: Intel i7-3930K, 16GB DDR3, 1x 240GB SSD, 2x 3TB SATA, GeForce GTX660Ti, TSSTcorp SH-S203N |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Thu Dec 30, 2004 2:39 am Post subject: |
|
|
I'm going to have to agree with Liquid on this one. I dont think the problem is with xorg or XFS. I think something may have changed someplace else... where? I dont know. _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Thu Dec 30, 2004 6:50 am Post subject: |
|
|
Maybe the problem has something to do with the order of my fonts?
Code: | Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/sharefont/"
FontPath "/usr/share/fonts/lfp-fix/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/unifont/"
EndSection |
_________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
Swoosh Apprentice
Joined: 19 Sep 2004 Posts: 203
|
Posted: Thu Dec 30, 2004 6:18 pm Post subject: Re: new xorg use flags |
|
|
sideways wrote: |
USE="... font-server truetype-fonts type1-fonts" |
Fonts still overlap for me
I've also tried emerging freetype with the bindist use flag. Fonts look slightly better but some characters still overlap.
Anyone with a solution? |
|
Back to top |
|
|
Liquid n00b
Joined: 18 Nov 2003 Posts: 59
|
|
Back to top |
|
|
Swoosh Apprentice
Joined: 19 Sep 2004 Posts: 203
|
Posted: Thu Dec 30, 2004 8:57 pm Post subject: |
|
|
Thanks, now my fonts are back to normal |
|
Back to top |
|
|
BlindSpy Apprentice
Joined: 20 Mar 2004 Posts: 263
|
Posted: Thu Dec 30, 2004 9:14 pm Post subject: |
|
|
i didnt want to but i guess we have no choice. thanks =) _________________ Symlinks to:
xorg.conf |
|
Back to top |
|
|
cbr Apprentice
Joined: 05 Jan 2004 Posts: 285 Location: Tallinn/Rakvere, Estonia
|
Posted: Thu Dec 30, 2004 9:22 pm Post subject: |
|
|
Well.. >=freetype-2.1.8 is a dep of 6.8.1.901... |
|
Back to top |
|
|
Liquid n00b
Joined: 18 Nov 2003 Posts: 59
|
Posted: Thu Dec 30, 2004 9:26 pm Post subject: |
|
|
cbr wrote: | Well.. >=freetype-2.1.8 is a dep of 6.8.1.901... |
Well... just emerge xorg and then downgrade freetype
Code: |
Calculating dependencies ...done!
[ebuild U ] media-libs/freetype-2.1.9-r1 [2.1.5-r1]
[ebuild R ] x11-base/xorg-x11-6.8.1.901
|
|
|
Back to top |
|
|
|