В вт, 27/01/2009 в 13:06 +0100, Kevin Maguire пишет:
> Hi
> 
> It's basically the same in /opt/SUNWut/bin/utxsun
> 
> --> snip
> # This is temporary for Beta. We need to figure out what the
> # fontpath is for a particular system. We'll grep through the
> # XF86Config file. For FCS we'll do this at install time and
> # keep the path in a file.
> 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
> -->
> 
> tho the file /etc/X11/XF86Config does nto exist.
> 
> I guess I couild try symlinking  /etc/X11/XF86Config  to
> /etc/X11/xorg.conf, but is there a more official way?
> 
> (or I could just hard code the path!)

I've just created  /etc/X11/XF86Config with FontPath directives, because
I have a headless SRSS server. Hardcoding them in utxsun is a bad idea.
-- 
С уважением,
Александр Пыхалов,
системный администратор ЮГИНФО ЮФУ

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

Reply via email to