Mail Archives: cygwin/2001/07/03/02:11:59
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/
- Raw text -