From nobody Thu Sep 9 03:39:53 2021 X-Original-To: freebsd-x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6CB4B17AB257 for ; Thu, 9 Sep 2021 03:40:12 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H4lBh1KvZz4WVf for ; Thu, 9 Sep 2021 03:40:12 +0000 (UTC) (envelope-from pete@nomadlogic.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1631158796; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fatFcD1lj7UI/QzXOLYLabH++3tAGSljSQLy6v60pG8=; b=1ngYrAyjxoJsn7EdqbwGTeN5sJgLf3cF/8bALJRandKuRWK1pFjvn0e5UByC9b+orchRYd tXDdNzSN1waGImG9eNLSbFfj6p/YvSzje8K0/b43NwfBruRU7IGytwsKqR7+/yv9tUy5cN Y0SeI9hBQsc47sWFU48AFv2ccsaY2Lo= Received: from [192.168.1.160] (cpe-24-24-163-126.socal.res.rr.com [24.24.163.126]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 294deaae (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 9 Sep 2021 03:39:55 +0000 (UTC) Subject: Re: GTX 1650 could not work on nvidia-driver-470.63.01_1 To: KIRIYAMA Kazuhiko , freebsd-x11@freebsd.org References: <202109090223.1892N2b7096212@kx.truefc.org> Message-ID: <47fc5d1c-5b6b-3754-7cc2-ab5c775aa7a9@nomadlogic.org> Date: Wed, 8 Sep 2021 20:39:53 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org MIME-Version: 1.0 In-Reply-To: <202109090223.1892N2b7096212@kx.truefc.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4H4lBh1KvZz4WVf X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: pete@nomadlogic.org From: Pete Wright via freebsd-x11 X-Original-From: Pete Wright X-ThisMailContainsUnwantedMimeParts: N On 9/8/21 7:23 PM, KIRIYAMA Kazuhiko wrote: > Hi, all > > I've upgrade machine with NVIDIA GPU GeForce 1650 on Supermicro > X11SPM-F [1]. And I instaled nvidia-driver-470.63.01_1 with > FreeBSD 14.0-CURRENT (n248730-cc1345056b11), but could not > work : > EndSection > > Section "Device" > Identifier "Card0" > Driver "nvidia" > BusID "PCI:101:0:0" > EndSection you might want to verify that your nvidia card is listed at that pci bus ID.  alternatively, you can also try to start Xorg with no configuration in place.  Recent Xorg versions do a very good job at auto-detecting devices correctly, so that may help.  and finally, verify you have followed the instructions that the nvidia-driver pkg outputs regarding loading either the "nvidia" or "nvidia-modeset" driver (1). if none of those options help, it may be useful to see you dmesg output to see how the kernel is loading the driver. -pete (1)https://www.freshports.org/x11/nvidia-driver/ specifically "Starting with version 358.09, some important functionality of the driver has been broken out into a separate kernel module, nvidia-modeset.ko." -- Pete Wright pete@nomadlogic.org @nomadlogicLA