From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 12 20:37:21 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCFA5106564A for ; Mon, 12 Dec 2011 20:37:21 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.mail.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 8585A8FC15 for ; Mon, 12 Dec 2011 20:37:21 +0000 (UTC) Received: (qmail 4117 invoked by uid 0); 12 Dec 2011 19:22:57 -0000 Received: from 67.206.186.120 by rms-us002.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Mon, 12 Dec 2011 14:22:55 -0500 From: "Dieter BSD" Message-ID: <20111212192256.218280@gmx.com> MIME-Version: 1.0 To: freebsd-amd64@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: xzGUbiA03zOlNR3dAHAhlJ1+IGRvbwBB Subject: Re: Video Card for FreeBSD 9.0 (RC2) AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2011 20:37:21 -0000 Thomas D. Dean wrote: >> I have been looking for a video card that FreeBSD 9.0 (RC2) AMD64 >> supports fully.  Nothing, so far. Full support requires full documentation or full reverse-engineering. nVidia is openly hostile towards FLOSS, I don't expect any documentation from them in the forseeable future.  AMD/ATI is working on documenting their chips, but seems to be concentrating on features for games, and never getting around to UVD (video decode) or GPGPU, etc.  The only fully documented card I know of is the Open Graphics Project's OGP-D1, which is a PCI-X FPGA development card. It has linux drivers, but I suspect it doesn't have support in BSD. >> My monitor reports several modes that are not supported with the Vesa >> driver.  The ones I am interested in are "1920x1080"x0.0, which I do not >> understand and "1920x1080"x60.0. >> >> I want a 1920x1080 display. Have you tried setting your own modeline?  I managed to get a crappy onboard ATI RAGE XL to do 1920x1080.  (With help from some nice folks on the questions@ list.) O. Hartmann wrote: > FreeBSD has fallen far behind the actual development of opensource > drivers and techniques due to the lack of KMS and on the other hand the > X11 developer seems to have forgotten that they have been called "open" > in the golden years of UNIX. But now they have a narrowed down view that > only focuses on Linux and its rapid, crappy development. Is anyone working on KMS?