These are our legacy software products. For new projects click here.

With startx under IBM AIX

Under IBM AIX, if the X Window server is started without a display manager by startx, the X Window server is specified in the script /usr/lpp/X11/defaults/xserverrc or in $HOME/.xserverrc. The lines

if [ $XTOEXEC ]; then
exec /usr/lpp/X11/bin/X $EXTENSIONS "$@"
else
TEMP=`/usr/lpp/X11/bin/X $EXTENSIONS "$@"`
fi

can be modified for XposeXrecord support:

if [ -x /opt/XSOXposeXrecord/bin/xposexrecord ]
then
EXTENSIONS=":1 "$EXTENSIONS
Xposexrecord="/opt/XSOXposeXrecord/bin/xposexrecord serverCommand"
fi
if [ $XTOEXEC ]; then
exec $Xposexrecord /usr/lpp/X11/bin/X $EXTENSIONS "$@"
else
TEMP=`$Xposexrecord /usr/lpp/X11/bin/X $EXTENSIONS "$@"`
fi

Privacy Policy · Terms and conditions · Imprint/Disclaimer

Copyright © 2023 X-Software GmbH
info@x-software.com