On Thu, May 25, 2006 at 10:14:33PM +0200, Claus Atzenbeck wrote:
> (1) I set X11 to full screen mode (not rootless)
> (2) I changed "exec quartz-wm" in /etc/X11/xinit/xinitrc to:
>     exec quartz-wm --only-proxy
>     exec screen
      ^^^^^^^^^^^
I don't use OS X, but here's how I'd do it (based on what you wrote
above, with minor corrections):

    | $ cat /etc/X11/xinit/xinitrc
    | xterm -e 'screen' &
    | exec quartz-wm --only-proxy

There really should only be one 'exec ...' in an xinitrc; also,
screen(1) needs some sort of terminal emulator (like xterm(1)) to
run under X11.

-- 

[Will [EMAIL PROTECTED]/[EMAIL PROTECTED]


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to