On Mon, 15 Apr 2002 21:42:41 -0400 Kurt Wall <[EMAIL PROTECTED]> wrote:

> Scribbling feverishly on April 15, Jerry McBride managed to emit:
> > 
> > I've go a small "wrinkle" on Workstation 3.1.1 that has been pestering
> > me...

---snip---

> See Bill Campbell's "Init state 3 and DISPLAY :0.0. problem" at the
> Steps under XFREE->X Tips
> 

Thank you, that did it.

Actually, the following script with my change works correctly. I changed
Xwrapper to X... 
#!/bin/bash
# this script was copied and slightly modified from the XFREE> X Tips
sxs...#

 XAUTH=$HOME/.Xauthority
 MKCOOKIE=/usr/bin/mcookie
 touch $XAUTH
 for host in localhost $HOSTNAME $HOST; do
 xauth add $host/unix:0 . `$MKCOOKIE`
 xauth add $host:0 . `$MKCOOKIE`
 done
 xauth add :0.0 . `$MKCOOKIE`

#my modification follows the next line
#
# exec Xwrapper -auth $XAUTH :0
 exec X -auth $XAUTH :0

--

*************************************************************************
*****                     Registered Linux User Number 185956
          http://groups.google.com/groups?hl=en&safe=off&group=linux
    11:25pm  up 34 days,  4:42,  4 users,  load average: 0.07, 0.08, 0.08
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to