Hi,
You
could try modifying your X startup script to use only the TWM (Tiny Windows
Manager) and your app. I am pretty sure you will require at least a basic
window manager to manager the required resources for your
app.
On
Redhat this is /etc/X11/xinit/Xclients
try:
xclock
-geometry 100x100-5+5 &
exec twm which
should open up just the xclock.
You
could adjust the geometry to suit your full screen, or investigate options to
open the app in max mode. As far as disabling window bar and
Ctrl-Alt-Backspace, I don't know.
Good
luck.
|