From owner-freebsd-questions@FreeBSD.ORG Fri Apr 17 17:48:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0491E1065670 for ; Fri, 17 Apr 2009 17:48:25 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C97FA8FC08 for ; Fri, 17 Apr 2009 17:48:24 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id BC8C67E818; Fri, 17 Apr 2009 09:48:22 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 17 Apr 2009 19:48:19 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <49E8B41E.9070401@redmijncomputer.nl> In-Reply-To: <49E8B41E.9070401@redmijncomputer.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904171948.19705.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Aniruddha Subject: Re: Problems watching video with the Radeon HD 3850 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: Fri, 17 Apr 2009 17:48:25 -0000 On Friday 17 April 2009 18:53:50 Aniruddha wrote: > First of all I must say I'm impressed by the latest stable freebsd > release (7.1). A lot of hardware which didn't work before now works out > of the box :) I only have problems watching video, it feels sluggish > and there frequently runs a stripe through my screen. Which settings > (and driver) do I need to use in order solve this? I now use the > radeonhd driver. I have a Radeon HD 3850 (RV670PRO) card . Thanks in > advance! If using mplayer, can you try if specifying a cache resolves the problems? Use -cache 20480 for a ~20MB cache which should be sufficient to rule this out. If this resolves the problem, it's not in your video card (or driver), but rather in storage media. -- Mel