From nobody Wed Apr 03 18:29:58 2024 X-Original-To: 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 4V8tb95nS4z5FZQv for ; Wed, 3 Apr 2024 18:30:13 +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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4V8tb92pH0z49pD for ; Wed, 3 Apr 2024 18:30:13 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1712168994; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=S4mk8CxvI38/wqUvQWwjzvtU4LX1u97ecJoLVmVWbho=; b=vs8mMI4Tgk0pjNJymKPhIuh00MMTE6mkLkyJi0+xMz2QKhTKEwZ24eAcdCjBS7pSwOhJld D+8eTG9IgPqggZLA6WCzu38yK3F/dXXnGrY+Hor9XLj2Vnj87VT3FY4kPJC3Z+6MHW2075 vJPuA1WmOsfdAZ3YITT5fEOyHwuHw1Y= Received: from topanga.nomadlogic.org ( [47.154.31.160]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id d7f7201f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 3 Apr 2024 18:29:53 +0000 (UTC) Date: Wed, 3 Apr 2024 11:29:58 -0700 From: Pete Wright To: David Wolfskill Cc: x11@freebsd.org Subject: Re: No GLX with older Nvidia card & drm-61-kmod? Message-ID: References: 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US] X-Rspamd-Queue-Id: 4V8tb92pH0z49pD On Tue, Apr 02, 2024 at 02:58:04PM -0700, David Wolfskill wrote: > On this laptop, I used to have GLX available when I was running > FreeBSD stable/12 (and earlier) with x11/nvidia-driver-390; now > that I am running stable/14 with x11/nvidia-driver-390 and > graphics/drm-61-kmod, /var/log/Xorg.0.log reports: > > [ 32.515] (II) Initializing extension GLX > [ 32.515] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) > > and GLX is no longer available (as far as I can tell). > > The laptop (Dell Precision M4800) is not especially new & shiny; its > graphics cards are: > > vgapci1@pci0:0:2:0: class=0x030000 rev=0x06 hdr=0x00 vendor=0x8086 device=0x0416 subvendor=0x1028 subdevice=0x05cc > vendor = 'Intel Corporation' > device = '4th Gen Core Processor Integrated Graphics Controller' > class = display > subclass = VGA > > and > > vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x11fc subvendor=0x1028 subdevice=0x15cc > vendor = 'NVIDIA Corporation' > device = 'GK106GLM [Quadro K2100M]' > class = display > subclass = VGA > out of curiosity is this one of those nvidia "optimus" laptops where the display is driven by the Intel GPU, but can offload to the Nvidia GPU? I have one of those and use the "nvidia-hybrid-graphics" driver with success. Previous to that driver I just disabled the Nvidia GPU to save power, but with this it has run great. alternatively you might want to take a look at the nvidia-secondary-driver pacakge. -pete