We are hosting reporting services on Weblogic server from Oracle on SLES 11. Our reports are messed up because we are missing some fonts on SUSE. During our investigation, we learned that WEBlogic reporting server inherits the fonts from X11.
Long story short we have been trying to install Arial font under X11 but had no success so far.
the output for command “xset q” is supposed to return the Font Path for X11; and no matter what we did we keep only seeing “Built-ins” for “font-paths”.
We added all the fonts under /usr/share/fonts/TrueType folder and whenever we try to use the “xset +fp” to add the folder in X11 path, we keep getting the “bad font path element (#23)” error.
Can somebody please point us to the right direction.
Hi
Maybe it’s font, check the output from for correct syntax;
SuSEconfig --listmodules
Then when you run the xset -q command it should be in the font path.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.4|3.12.51-60.20-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Thanks… I was executing the command wrong, but still no luck. Still only “built-ins” is listed under X11 as the fonts; isn’t it supposed to be listing all the fonts instead?
Please see the output for xset q:
ifcssuse:/usr/share/fonts/TrueType # xset q
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeat delay: 500 repeat rate: 30
auto repeating keys: oofeffffdffffbbf
fadfffffffdfe5ef
ffffffffffffffff
ffffffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 0 cycle: 0
Colors:
default colormap: ox20 BlackPixel: 0 WhitePixel: 65535
Font Path:
built-ins
DPMS (Energy Star):
Display is not capable of DPMS
Font cache:
Server does not have the FontCache Extension
Hi
The truetype folder should be /usr/share/fonts/truetype/ not TrueType.
Can you install xorg-x11-fonts package?
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.4|3.12.51-60.20-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi
If you run the following command (as root user) if should provide more
info on where it’s looking and how many fonts etc.
fc-cache -v (or -fv)
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.4|3.12.51-60.20-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi
Try the -rv option to force a rebuild (really-force). The only other
thought is to install a system truetype (zypper se font) font and see if
it sets things up…
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.4|3.12.51-60.25-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!