From owner-freebsd-questions@FreeBSD.ORG Thu Oct 25 07:04:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93512A0C for ; Thu, 25 Oct 2012 07:04:34 +0000 (UTC) (envelope-from ashkan82r@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 64AA68FC0C for ; Thu, 25 Oct 2012 07:04:34 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so677893dad.13 for ; Thu, 25 Oct 2012 00:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rRXkHDeEJDv/LeJsIHtFhiq9PBUlGIOAiOq1zm7RBNE=; b=I67JsS3ezFLxCWt+x9rxqAi5Z9ao6APhgSbJDlRivfKn/4QmEBTdLg5eOx6KAS8R/A Cp7OCHWSjn+7ejakSMZh1TQLeVrv4KD3NtLCgXPQbYbVN3Gnn3DgZqrESsbV85WmDHHg TIlxqtiEfBJGsE0hzBUg+WxuHPyGFd4dKFhOrI/TU9N+rvCAQipS0+EG4WCF5yBdqFrd Xt13r0l4UGaAxkA1FcBP8Xg0AzZahE9G+eIRZmO/xDQq4gqHr7L5KtTvhdqQu6YKqriZ ydbTvc65I9Iqj/uAiSIYUFTIoqurFJDX2JtHl6bXZqigJHXk8jK2SErpPlRHMRvK/fhe YnYA== MIME-Version: 1.0 Received: by 10.68.234.201 with SMTP id ug9mr15769230pbc.63.1351148673606; Thu, 25 Oct 2012 00:04:33 -0700 (PDT) Received: by 10.66.48.202 with HTTP; Thu, 25 Oct 2012 00:04:33 -0700 (PDT) Date: Thu, 25 Oct 2012 10:34:33 +0330 Message-ID: Subject: NVIDIA proprietary driver error From: Ashkan Rahmani To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 07:04:34 -0000 Hi, I'm going to install driver for nvidia 310M cuda enabled, but I have some problem with it. First I tried with Nvidia driver from ports, and then official driver from nvidia.com (It's name is NVIDIA-FreeBSD-x86_64-304.60.tar.gz). After running nvidia-xconfig I got this error: (II) NVIDIA dlloader X Driver 304.60 Sun Oct 14 20:29:31 PDT 2012 > (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs > (II) Primary Device is: > (EE) No devices detected. > > Fatal server error: > no screens found > > But aftre running Xor -configure and copy xorg.conf.new to /etc/X11/xorg.conf finally I can start X server! wow! But problem is still exist in another way! Monitor resolution must be 1366x768 xxx but resolution is 1024x768 and with lag. this is link to my Xorg.conf generated by Xorg -configure: download here linux_enable="YES" is in /etc/rc.conf . nvidia_load="YES" is in /boot/loader.conf . --- Best Regards, Ashkan R