Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.2.0.9.0.20040213075927.0dda6f40@irispavp.igb.umontreal.ca> X-Sender: bleau3 AT irispavp DOT igb DOT umontreal DOT ca (Unverified) Date: Fri, 13 Feb 2004 08:11:50 -0500 To: cygwin AT cygwin DOT com From: Andre Bleau Subject: Re: OpenGL speed problems under bash vs. DOS on Dell m60 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i1DDCf1I006258 "Robert J. Bobrow" wrote: >Cygwin OpenGL folks, >I have been having problems with the latest version of Cygwin on a Dell >M60. I have a piece of Java (JOGL) based visualization code that works >fine (renders at ~14 frames/second) on other machines, both laptops and >desktops. On the M60 with the newest Cygwin the speed drops to 2 >frames/second, when I run the code from bash. When I run the identical >code from a DOS prompt, the code runs 7 times faster. It is as if under >bash, the opengl does not realize that the nVidia card is there, and does >everything in software. A further test shows that if I run a command shell >(cmd) under bash, and then start up my code, the display runs as fast as >it does under the DOS prompt. > >Do you have any idea why this is likely to be the case. I would hate to >give up using bash for my work. >--Rusty Bobrow >Division Scientist >BBN Technologies Cygwin's OpenGL package just provides a way for programs compiled with Cygwin's gcc or g++ to call _native_ (Windows version) of OpenGL, GLU, or GLUT. These 3 libraries are not compiled with Cygwin, so it is likely that the slowdown origins in some other part of your code, maybe Java-related. The only libs of the package compiled with Cygwin are GLUI and GLUIX; are you using these? If you need further help, please provide the output of cygcheck as an attachment in your next mailing, as specified in http://cygwin.com/problems.html . André Bleau, Cygwin's OpenGL package maintainer. Please address all questions and problem reports about Cygwin's OpenGL package to cygwin AT cygwin DOT com . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/