> > 
> > BTW, does anybody know which data from /etc/X11/XF86Config are really used 
> > by Xnewt?
> > The screen, keyboard, mouse, monitor ... sections are probably irrelevant, 
> > aren't they?


The xorg.conf and XF86Config files are parsed for FontPath entries which
are passed to XNewt on startup in /opt/SUNWut/lib/utxsun.

The SRSS Ubuntu patch file edits utxsun to first look for xorg.conf then
XF86Config. So there is no need to make any symlinks to these files.

if [[ -f /etc/X11/xorg.conf ]]; then
        XCFG_FILE=/etc/X11/xorg.conf
else
        XCFG_FILE=/etc/X11/XF86Config
fi


> > 
> > Meik
> 
> The problem with the colors was due to a wrong ln command in the setup 
> script ... it created a link to rgb instead of rgb.txt.


I fixed this symlink in the ubuntu-srss-install.sh script.

Brad


Brad Lackey
Desktop Product Lead
US Software Practice
(720) 548-3339
[EMAIL PROTECTED]


<<attachment: sun_sig2.gif>>

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

Reply via email to