From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 12:40:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCA137B401 for ; Thu, 3 Apr 2003 12:40:58 -0800 (PST) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B3A43F3F for ; Thu, 3 Apr 2003 12:40:58 -0800 (PST) (envelope-from mkb@moghedien.mukappabeta.net) Received: by moghedien.mukappabeta.net (Postfix, from userid 1000) id 500A82C9B; Thu, 3 Apr 2003 22:41:14 +0200 (CEST) Date: Thu, 3 Apr 2003 22:41:14 +0200 From: Matthias Buelow To: freebsd-current@freebsd.org Message-ID: <20030403204113.GA4910@moghedien.mukappabeta.net> References: <20030403030829.GD3941@moghedien.mukappabeta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030403030829.GD3941@moghedien.mukappabeta.net> User-Agent: Mutt/1.4.1i Subject: Re: linux-emu ioctl not implemented w/ quake3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2003 20:40:59 -0000 I wrote: >Using XFree86-VidModeExtension Version 2.2 >XFree86-VidModeExtension Activated at 640x480 >libGL error: failed to open DRM: Operation not permitted Ok, I hadn't seen so far the instructions for 5.0 on Eric Anholts website... in fact, I needed to include a few lines into the kernel config and rebuild; in my case: device mgadrm options COMPAT_LINUX options DRM_LINUX did the trick. Now quake seems to work stable, although it seems to be much slower than on Windoze, the cinematics don't work and I get a good amount of garbage (flickering etc.) between frames but it's playable, and above all, doesn't crash the machine. --mkb