From owner-freebsd-questions@FreeBSD.ORG Sun Feb 18 05:00:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 459A316A400 for ; Sun, 18 Feb 2007 05:00:21 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from smtp-out.fcibroadband.com (smtp-out.fcibroadband.com [64.119.104.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2036413C46B for ; Sun, 18 Feb 2007 05:00:20 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-in1.fcibroadband.com (Postfix) with ESMTP id A739E1B17F6; Sat, 17 Feb 2007 23:41:22 -0500 (EST) Received: from smtp-out1 ([127.0.0.1]) by localhost (smtp-out1 [127.0.0.1]) (amavisd-new, port 10025) with SMTP id 12228-09; Sat, 17 Feb 2007 23:41:19 -0500 (EST) Received: from buffy.den.com (unknown [209.104.171.207]) by smtp-out.fcibroadband.com (Postfix) with ESMTP id 2C5181B1727; Sat, 17 Feb 2007 23:41:19 -0500 (EST) From: Bob McIsaac Organization: home To: freebsd-questions@freebsd.org Date: Sat, 17 Feb 2007 23:40:05 -0500 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702172340.05554.bobmc@bobmc.net> Subject: video acceleration desired X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2007 05:00:21 -0000 HI: Playing an AVI video with FreeBSD6.2 on a http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=400 appears in slow motion with KDE-Kaffeine. It appears the Via CPU is doing all the work and that the graphics hardware is not fully exploited. "/var/messages" shows detection of specific VIA hardware such as network, USB, and audio .. but nothing special for video. I did "grep -r vid_find /usr/src" and concluded there is only support for ATI MACH video adapters. Everything else relies on some generic mechanism. My goal is to use this nifty little mini-itx for a custom PVR but am hampered by this slow video problem. Any suggestions? -Bob-