From owner-freebsd-x11@FreeBSD.ORG Tue Feb 11 19:50:02 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39EF43F1; Tue, 11 Feb 2014 19:50:02 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1235F19BE; Tue, 11 Feb 2014 19:50:02 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 01214B98A; Tue, 11 Feb 2014 14:50:01 -0500 (EST) From: John Baldwin To: Niclas Zeising Subject: Re: Graphics wiki page Date: Tue, 11 Feb 2014 14:43:33 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201402101619.44971.jhb@freebsd.org> <52F95115.6040401@freebsd.org> In-Reply-To: <52F95115.6040401@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201402111443.33541.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 11 Feb 2014 14:50:01 -0500 (EST) Cc: x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 19:50:02 -0000 On Monday, February 10, 2014 5:22:13 pm Niclas Zeising wrote: > On 2014-02-10 22:19, John Baldwin wrote: > > Can you update the Graphics page on the wiki to at least mention Nvidia cards > > in some way? I've used the nvidia-driver port with new Xorg on my desktop at > > home on stable/10 and it works fine out of the box. > > > > What graphics card do you have, and which version of the nVidia driver? > The reason it's not in the "Tested hardware matrix" is because we > haven't had any reports about it working (or not working). > Regards! vgapci0@pci0:1:0:0: class=0x030000 card=0x15263842 chip=0x104010de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'GF119 [GeForce GT 520]' class = display subclass = VGA nvidia-driver-331.20 Some bits of Xorg.0.log: [197814.165] X.Org X Server 1.12.4 Release Date: 2012-08-27 ... [197814.994] (II) NVIDIA(0): NVIDIA GPU GeForce GT 520 (GF119) at PCI:1:0:0 (GPU-0) [197814.994] (--) NVIDIA(0): Memory: 1048576 kBytes [197814.994] (--) NVIDIA(0): VideoBIOS: 75.19.1b.00.20 [197814.994] (II) NVIDIA(0): Detected PCI Express Link width: 16X ... I can attempt to get more info if you wish. -- John Baldwin