Hello.
Some ideas. As I remember, in SRSS 4.1 under Solaris font path is set by
an awful hack in utxsun (which is a sh script in /opt/SUNWut/lib/). It
looks the following way:
...
if [[ -f /etc/X11/XF86Config ]] ; then
        # match lines with FontPath that are not commented out,
        # accumulate the path, but remove double quotes before
appending:
        FONTPATH=$($AWK '$1 == "FontPath" { fp = fp ","
substr($2,2,length($2)-2) } \
                        END { print substr(fp,2) } \
                        ' /etc/X11/XF86Config)
        if [ x$FONTPATH != x ] ; then
                XMOREOPTS="-fp $FONTPATH"
        fi
fi
....
I actually don't know, how does it works in Linux, but try to look at
this file.

В пн, 26/01/2009 в 12:03 +0100, Kevin Maguire пишет:

> I am using SRSS 4.1 on SLES 10.1
> 
> My 270 thin clients come up with a very minimal font path, shown by:
> 
> $ xset q
> ...
> Font Path:
>  /usr/lib/X11/fonts/misc
> ...
> 
> I can "fix" this after logging in, via xset fp= "bla", but can't see
> where the default font path for SunRay sessions  is set or configured.
> 
> When I log into the SRSS via the console I get a much better looking
> font path
> 
> $ xset q
> ...
> Font Path:
> /usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled
> 
> which I can see comes the FontPath definitions in /etc/X11/xorg.conf.
>  It seems
> a SunRay client X session does not use the settings from this file?
> 


-- 
Best regards, 
Alexander Pyhalov, 
system administrator of Computer Center of South Federal University

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to