Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: 2 Jul 2001 23:11:10 -0700 Message-ID: <20010703061110.24222.cpmta@c012.sfo.cp.net> X-Sent: 3 Jul 2001 06:11:10 GMT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: cygwin AT cygwin DOT com From: Quek Hong Cheang X-Mailer: Web Mail 3.9.3.3 X-Sent-From: quekhc AT altavista DOT com Subject: Problem with startxwin Hi I have downloaded cygwin packages and all the necessary binary files and installed it according to the instructions from the User Guide. However, when I double click the startxwin.bat in windows explorer, I kept getting this error that says " Fatal server error : could open default font "fixed" rxvt : can't open display 127.0.0.1:0.0 /USR/X11R6/BIN/XTERM Xt error : Can't open display : 127.0.0.1 Initially, there was also this error that says "invalid switch /B". I solved the problem by removing the "/B" from startxwin.bat My startxwin.bat is as follows : @echo off SET DISPLAY=43.68.123.77: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********************* XWin -screen 0 1024x768x32 -whitepixel 255 -blackpixel 0 -engine 4 rxvt -fn "Lucida Console-12" -e bash 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 REM start twm REM start mwm REM start vtwm REM set stty=intr ^c susp ^z start ^q stop ^s quit ^\\ erase ^? @echo on I am using Win98, Pentium III, 128 MB of ram. Thank you and best regards. Quek Hong Cheang Find the best deals on the web at AltaVista Shopping! http://www.shopping.altavista.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/