From owner-freebsd-performance@FreeBSD.ORG Sun Jan 2 06:01:54 2005 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FAE016A4CE for ; Sun, 2 Jan 2005 06:01:54 +0000 (GMT) Received: from webmail.uoi.gr (webmail.uoi.gr [195.130.120.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2704343D39 for ; Sun, 2 Jan 2005 06:01:53 +0000 (GMT) (envelope-from dkouroun@cc.uoi.gr) Received: from webmail.uoi.gr (localhost [127.0.0.1])j0261pNP025480 for ; Sun, 2 Jan 2005 08:01:51 +0200 Received: (from wwwrun@localhost) by webmail.uoi.gr (8.12.10/8.12.10/Submit) id j0261pVo025479 for freebsd-performance@freebsd.org; Sun, 2 Jan 2005 08:01:51 +0200 Received: from 212-70-197-171.rod.dialup.tee.gr (212-70-197-171.rod.dialup.tee.gr [212.70.197.171]) by webmail.uoi.gr (IMP) with HTTP for ; Sun, 2 Jan 2005 08:01:51 +0200 Message-ID: <1104645711.41d78e4f22258@webmail.uoi.gr> Date: Sun, 2 Jan 2005 08:01:51 +0200 From: dkouroun@cc.uoi.gr To: freebsd-performance@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 212.70.197.171 Subject: nvidia-drivers with 5.3 and 4.10 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 06:01:54 -0000 Hi all! I am writing a program in OpenGL both in SuSE 9.0 with the latest nvidia drivers NVIDIA-Linux-x86-1.0-6629-pkg1.run and in FreeBSD 5.3, 4.10 with NVIDIA-FreeBSD-x86-1.0-6113.tar.gz drivers. I used in both systems the option Option "NvAGP" "2". The openGL program was compiled in both systems with gcc-3.4.3 (-O2 -fomit-frame-pointer) The results are: Linux SuSE 9.0 : 330 Frames Per Second FreeBSD 5.3 Release : 92 FreeBSD 4.10 : 100 Any ideas? I also reinstalled Nvidia drivers in SuSE just to make sure that it is not the driver which makes the difference so I downloaded and installed a version much older than one I used above: NVIDIA-Linux-x86-1.0-6111-pkg1.run The results in performance were the same for Linux! What is wrong in FreeBSD? Best Wishes to Everybody for the new year! D.K.