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]
Other format: [Raw text]

RE: [ANNOUNCEMENT] Server Test 75


Hi Harold,

Here's some data for what it's worth.

When I start X with the below startxwin.sh, I get usable, but flickering,
windows.  It looks like each is being selected in turn, very rapidly.
Beside that, it all works.  With multiwindow off, all works perfectly to my
eyes.

I'll go out on a limb here.  Might this be related to the standing duplicate
keystroke problem,
http://sources.redhat.com/ml/cygwin-xfree/2002-12/msg00055.html?

I'm on NT4 with all Windows Updates (except .NET).

Thank you, and regards,

Vince Virgilio

---- begin startxwin.sh ----

#! /bin/sh

# A user has reported that setting DISPLAY to the actual hostname
# gives the X Server an increase in responsiveness.  We will
# give this a try and see if it causes and problems.
# Use DISPLAY=127.0.0.1:0.0 if you have problems.
# Harold - 2002/05/08
export DISPLAY=$HOSTNAME:0.0
PATH=/usr/X11R6/bin:$PATH

eval `ssh-agent`

# Cleanup from last run.
rm -rf /tmp/.X11-unix


# Startup the X Server, the twm window manager, and an xterm.
# 
# Notice that the window manager and the xterm will wait for
# the server to finish starting before trying to connect; the
# error "Cannot Open Display: 127.0.0.1:0.0" is not due to the
# clients attempting to connect before the server has started, rather
# that error is due to a bug in some versions of cygwin1.dll.  Upgrade
# to the latest cygwin1.dll if you get the "Cannot Open Display" error.
# See the Cygwin/XFree86 FAQ for more information:
# http://xfree86.cygwin.com/docs/faq/
#
# The error "Fatal server error: could not open default font 'fixed'" is
# caused by using a DOS mode mount for the mount that the Cygwin/XFree86
# fonts are accessed through.  See the Cygwin/XFree86 FAQ for more 
# information:
# http://xfree86.cygwin.com/docs/faq/cygwin-xfree-faq.html#q-error-font-eof


fontpath=\
/usr/X11R6/lib/X11/fonts/misc,\
/usr/X11R6/lib/X11/fonts/Speedo,\
/usr/X11R6/lib/X11/fonts/Type1,\
/usr/X11R6/lib/X11/fonts/CID,\
/usr/X11R6/lib/X11/fonts/75dpi,\
/usr/X11R6/lib/X11/fonts/100dpi,\
/cygdrive/c/winnt/fonts

# Start the X Server.
#XWin -clipboard -rootless -nodecoration -lesspointer -fp "$fontpath" &
XWin  -multiwindow &
#xset fp+ "/cygdrive/c/WINNT/FONTS"

# Set a background color to hide that nasty X stipple.
#xsetroot -solid aquamarine4

# Start an xterm.
xterm -geometry +170+113 -sl 1000 -sb -rightbar -ms red -fg yellow -bg black
-e /usr/bin/bash &

xterm -fn 10x20 -geometry +16+512 &
xterm -geometry -75+113 &

# Start the twm window manager.
#twm &

# Return from sh.
exit

************************************ 
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information.  In such a case, you may not
copy or deliver this message to anyone.  You should destroy this message and
kindly notify the sender by reply email.  Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT. 
************************************ 


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