refresh rate

2007-05-23 Thread Cyril Aubert

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/



Re: Disruptive screen resolution change when using remote desktop

2007-05-23 Thread Mansoorali Kudsi

Was there any reply to this mail?
I too face this issue and am eager to know the solution...

On 5/18/07, Burvil [EMAIL PROTECTED] wrote:

So, does anyone have any thoughts on this post from a
couple days ago?

--- Burvil [EMAIL PROTECTED] wrote:

 Hi all,

 I have my Cygwin/X set up with a root window running
 the fluxbox window manager on my desktop.  It works
 quite well if I'm logged in to the system itself,
 i.e.
 I'm physically at the computer.

 However, if I login to my system via remote desktop,
 as I often need to do, the screen resolution is
 usually lower than that of the desktop, and so I get
 the following eror message:

 Disruptive screen resolution change
 Restore previous resolution to use Cygwin/X

 Clicking on 'Dismiss' does nothing - it apparently
 tries to correct itself, but fails, and the error
 message persists until I kill the X server.

 I looked at the following messages, after which I
 tried changing startxwin.bat to enable scrollbars
 and
 making sure color depth was the same on the OS of
 the
 remote and local systems as well as in cygwin/X
 itself.


http://sourceware.org/ml/cygwin-xfree/2002-07/msg00508.html

http://sourceware.org/ml/cygwin-xfree/2002-07/msg00480.html

 I also tried setting the root window resolution to
 1024x768, which is a lot more common than the
 1680x1050 on my desktop.  Even when the screen
 resolution of the remote system, i.e. where the
 system
 I'm using remote desktop on, is, say, 1152x864, I
 still get the same error message.

 Is there a way to get around this other than getting
 a
 monitor that's the same resolution as my desktop?






 -
 Burvil  * http://www.burvil.org *




You
 snooze, you lose. Get messages ASAP with AutoCheck
 in the all-new Yahoo! Mail Beta.

http://advision.webevents.yahoo.com/mailbeta/newmail_html.html

 --
 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/




-
Burvil  * http://www.burvil.org *




It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

--
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/




--
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/



Re: Disruptive screen resolution change when using remote desktop

2007-05-23 Thread Holger Krull
Mansoorali Kudsi schrieb:
 Was there any reply to this mail?
 I too face this issue and am eager to know the solution...

No there wasn't.
And as far as i know there is no real solution for this problem, because
the screen depth (amount of colors) changes when using the remote
desktop (reduces to 16 Bit).
Maybe setting the desktop to 16 Bit and using the same resolution will
help, but i haven't tried.


 --- Burvil [EMAIL PROTECTED] wrote:

  Hi all,
 
  I have my Cygwin/X set up with a root window running
  the fluxbox window manager on my desktop.  It works
  quite well if I'm logged in to the system itself,
  i.e.
  I'm physically at the computer.
 
  However, if I login to my system via remote desktop,
  as I often need to do, the screen resolution is
  usually lower than that of the desktop, and so I get
  the following eror message:
 
  Disruptive screen resolution change
  Restore previous resolution to use Cygwin/X
 
  Clicking on 'Dismiss' does nothing - it apparently
  tries to correct itself, but fails, and the error
  message persists until I kill the X server.
 
  I looked at the following messages, after which I
  tried changing startxwin.bat to enable scrollbars
  and
  making sure color depth was the same on the OS of
  the
  remote and local systems as well as in cygwin/X
  itself.
 
 
 http://sourceware.org/ml/cygwin-xfree/2002-07/msg00508.html
 
 http://sourceware.org/ml/cygwin-xfree/2002-07/msg00480.html
 
  I also tried setting the root window resolution to
  1024x768, which is a lot more common than the
  1680x1050 on my desktop.  Even when the screen
  resolution of the remote system, i.e. where the
  system
  I'm using remote desktop on, is, say, 1152x864, I
  still get the same error message.
 
  Is there a way to get around this other than getting
  a
  monitor that's the same resolution as my desktop?
 


--
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/



problem finding fonts

2007-05-23 Thread Keith Clay

Folks,

I have loaded all the font that cygwin has.  I start my xserver and get no 
FontPath listed in the log and when I try to run a program that requires timr, 
it says no found font, even thought there are a bunch of timR fonts.

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 bpp 32
null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winScreenInit - Using softwarwinMultiWindowXMsgProc - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of sh
ed memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: 0409 (0409)
(--) Using preset keyboard for English (USA) (409), type 4
(--) 3 mouse buttons found
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from
st!
winInitMultiWindowWM - pthread_mutex_lock () returned.
winProcEstablishConnection - Hello
winInitMultiWindowWM - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - pthread_mutex_lock () returned.
winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0
winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0
winInitClipboard ()
winClipboardProc - Hello
winProcEstablishConnection - winInitClipboard returned.
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the di
lay.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the
splay.
winClipboardProc - XOpenDisplay () returned and successfully opened the displa
winProcSetSelectionOwner - Clipboard not yet started, aborting.
winProcSetSelectionOwner - Clipboard not yet started, aborting.

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp

--
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/



Problems with XPDF on Cygwin with recent snapshots (newlib ?)

2007-05-23 Thread Angelo Graziosi

Using cygwin-inst-20070523.tar.bz2 there is XPDF that core dumps loading a
pdf file.

The same happens with a cygwin1.dll 1.5.24-2 rebuilt with CVS newlib dated
May 18.

Instead using cygwin1.dll 1.5.24-2 rebuilt with CVS newlib dated May 01,
XPDF works fine.


Cheers,

   Angelo.


--
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/