This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: more startup "stalling"


Hi Enoch,

Thanks for the pointers!

"Enoch Wu" <ewu@eskimo.com> wrote:
> Geoff Soutter writes:
>  > Hi there,
>  >
>  > I downloaded and installed the latest cygwin (131) and cywin-xfree
(mostly
>  > dated 21/4) onto my Win NT 4 sp 6 box on Friday.
>  >
>  > I'm getting the same symptoms as sungkim - the X Server starts with an
empty
>  > screen in a window and none of the clients start.
>
> How did you start it? There are two startxwin.bats and which one gets
> installed depends on installation sequence of XWin and XClients.

Gee, now thats obvious, isn't it! :-) No wonder I'm having trouble!

> Therefore, to everyone who asks the question, I suggest that they post the
> startxwin.bat being executed.

OK, here ya go...

@echo off
SET DISPLAY=127.0.0.1:0.0
SET PATH=.;%PATH%;\cygwin\bin;\cygwin\usr\X11R6\bin

REM SET XFCE_DATA=\cygwin\usr\X11R6\var; xfce


REM *********THIS PART COMMENTED OUT. IF YOU WANT TO USE NOHUP, UNCOMMENT
EVERYTHING AND COMMENT OUT START BELOW********
REM G:\Cygwin\bin\bash -c "/usr/bin/nohup /usr/bin/bash -c ""/bin/bash -c
'xwin -screen 0 1024x768x32 -whitepixel 255 -blackpixel 0 -engine 4'&""&"

REM bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c
./xterm  -sb -sl 2048 -font 7x13bold -sb -rightbar -ms red -fg yellow -bg
black -e /usr/bin/bash' &""&" &
REM bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c
./mxterm  -sb -sl 2048 -font 7x13bold -sb -rightbar -ms red -fg yellow -bg
black -e /usr/bin/bash' &""&" &
REM bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c './rxvt -fn
7x13bold -e /usr/bin/bash' &""&" &
REM bash -c "/usr/bin/nohup /usr/bin/bash -c ""/usr/bin/bash -c './xfwm'
&""&"


REM ***************** TO USE WINDOWS START COMMAND*********************

start XWin -screen 0 1024x768x32 -whitepixel 255 -blackpixel 0 -engine 4


start /B rxvt -fn "Lucida Console-12" -e bash
start /B xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
/usr/bin/bash
REM start /B mxterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e
/usr/bin/bash
start /B twm

REM start mwm
REM start vtwm
REM set stty=intr ^c susp ^z start ^q stop ^s quit ^\\ erase ^?
@echo on





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]