From owner-freebsd-questions@FreeBSD.ORG Mon May 14 22:54:13 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 9B02016A402 for ; Mon, 14 May 2007 22:54:13 +0000 (UTC) (envelope-from nawcom@nawcom.com) Received: from flpi102.sbcis.sbc.com (flpi102.sbcis.sbc.com [207.115.20.71]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBA613C45E for ; Mon, 14 May 2007 22:54:13 +0000 (UTC) (envelope-from nawcom@nawcom.com) X-ORBL: [68.73.56.29] Received: from [68.73.56.29] (adsl-68-73-56-29.dsl.sfldmi.ameritech.net [68.73.56.29]) by flpi102.sbcis.sbc.com (8.13.8 out.dk.spool/8.13.8) with ESMTP id l4EMUhk2014079; Mon, 14 May 2007 15:30:43 -0700 Message-ID: <4648E316.60600@nawcom.com> Date: Mon, 14 May 2007 18:30:46 -0400 From: nawcom User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Ladislav Jozsa References: <4648D4AE.3090503@volny.cz> In-Reply-To: <4648D4AE.3090503@volny.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 3D acceleration within non-root account 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: Mon, 14 May 2007 22:54:13 -0000 Well, it shows that it has to do with device permissions; your root can read and write to it, but your user account can't. be sure and give your user write access to the device. Also your X log should be able to describe in more detail on what the situation is that you are having. check that and let me know if you got it working and also what your X log says. -Ben Ladislav Jozsa wrote: > Hello there, > > I'm trying to get 3D acceleration working on my ThinkPad R40 with ATI > Radeon Mobility 7500 graphic card. I'm running FreeBSD 6.1 and I'm > able to run 3D under root account, where glxinfo tells me the following: > > # glxinfo | grep render > direct rendering: Yes > OpenGL renderer string: Mesa DRI Radeon 20050528 AGP 4x TCL > > But when I try the same under non-root account the result is: > > $ glxinfo | grep render > direct rendering: No > OpenGL renderer string: Mesa GLX Indirect > > Thus 3D acceleration is not running. I've got loaded the following > graphic drivers : > > 9 1 0xc4c21000 1c000 radeon.ko > 10 1 0xc4c47000 e000 drm.ko > > "dmesg | grep drm" gives me: > > drm0: port 0x3000-0x30ff mem > 0xe0000000-0xe7ffffff,0xc0100000-0xc010ffff irq 11 at device 0.0 on pci1 > info: [drm] AGP at 0xd0000000 256MB > info: [drm] Initialized radeon 1.19.0 20050911 > > In Xorg configuration I have also loaded following modules and DRI > set properly: > > Section "Module" > Load "dbe" > Load "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xie" > Load "pex5" > Load "freetype" > Load "type1" > EndSection > > Section "DRI" > Mode 0666 > EndSection > > Does anyone know what else I need to run 3D under non-root account? > > Many thanks, > > Ladislav Jozsa > > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >