From owner-freebsd-questions@FreeBSD.ORG Tue Jan 23 13:32:26 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 C53D116A403 for ; Tue, 23 Jan 2007 13:32:26 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8306313C4BF for ; Tue, 23 Jan 2007 13:32:26 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from [85.115.165.63] (port=7833 helo=xml.opera.com) by mx33.mail.ru with asmtp id 1H9LlB-000F6a-00 for freebsd-questions@freebsd.org; Tue, 23 Jan 2007 16:32:25 +0300 To: freebsd-questions@freebsd.org From: applecom@inbox.ru Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 In-Reply-To: <200701231317.58035.stevan-tiefert@t-online.de> References: <200701231317.58035.stevan-tiefert@t-online.de> Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2007 18:32:25 +0500 Message-ID: User-Agent: Opera Mail/9.10 (FreeBSD) Subject: Re: Problem with Enabling DRI 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: Tue, 23 Jan 2007 13:32:26 -0000 Stevan Tiefert wrote: > (II) SIS(0): [drm] drmSetBusid failed (6, pci:0000:01:00.0), Permission > denied Driver says 'Permission denied'. Try to add the following to your xorg.conf: ' Section "DRI" Mode 0666 EndSection ' as written in http://people.freebsd.org/~anholt/dri/install.html.