refresh rate

Cyril Aubert cyril.aubert@space-info.fr
Wed May 23 14:16:00 GMT 2007


Hi list,

I had a refreshing problem in a cygwin window.
When I ravel some data lignes on my terminal, the refresh rate isn't as 
good as on xterm linux or on putty.

Can I configure cygwinX to obtain a better refresh rate ?

To open a xterm, I launch 2 program .bat :

First, I open cygwinX server XWin.bat :
----------------------------------------
SET DISPLAY=%MY_IP%:0.0
SET CYGWIN_ROOT=\cygwin
SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin
SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%
SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale
%RUN% XWin -multiwindow -clipboard -silent-dup-error
----------------------------------------

Secondly, I open xterm with Xterm.bat :
-----------------------------------------
@echo off
SET DISPLAY=127.0.0.1:0.0
SET CYGWIN_ROOT=\cygwin
SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin
SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%
SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale
%RUN% xterm
--------------------------------------------

Thank you for your help,

Cyril

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list