From owner-freebsd-questions@FreeBSD.ORG Mon Mar 25 01:00:06 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14B9EFA9 for ; Mon, 25 Mar 2013 01:00:06 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id D604CE90 for ; Mon, 25 Mar 2013 01:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=EHfGrg2Uh4vGCMbJ+7Gii6y0eEB/GNLd2bvtN4P0Cys=; b=aavf1psG8KIVrue/D5a8xpO3bHwjPUcoAHiBuL/4GBWoSlp1vAOEz1pjIG1cJMyRZtq8LoShlB7AcXmjycVo/2LLXLMxldg/isTUiKj0PAm5SjaJ2Rv7CbqzSe9vIm3ri6Ot+eMcfNQbsXUw9QD3JhfCNFmkG8AV+UUmTYxK4GY=; Received: from [122.129.203.50] (port=17745 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UJvlc-002tk2-9G; Sun, 24 Mar 2013 19:00:05 -0600 Date: Mon, 25 Mar 2013 08:00:00 +0700 From: Erich Dollansky To: uki Subject: Re: can not use intel GPU, no /dev/dri/card0 Message-ID: <20130325080000.2ea51723@X220.ovitrap.com> In-Reply-To: References: <20130324212345.300ed438@X220.ovitrap.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 01:00:06 -0000 Hi, On Sun, 24 Mar 2013 17:30:48 +0000 uki wrote: > That was not it (tried), the reason was my kernconf was wrong (didn't > yet figure out the details), because the GENERIC works flawlessly. I have an i7 and use no drm in the kernel. Just load the modules when you need them. Erich >=20 > Cheers, > =C5=81ukasz Gruner >=20 >=20 > 2013/3/24 Erich Dollansky : > > Hi, > > > > On Sun, 24 Mar 2013 14:14:28 +0000 > > uki wrote: > > > >> Hi, > >> > >> I'm getting the folowing error when I try to start X using intel > >> drivers: > >> > >> [ 8669.844] (II) > >> Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so > >> [ 8669.844] (WW) VGA arbiter: cannot open kernel arbiter, no > >> multi-card support [ 8669.844] drmOpenDevice: node name > >> is /dev/dri/card0 [ 8669.844] Failed to change owner or group for > >> file /dev/dri! 2: No such file or directory [ 8669.844] Failed to > >> change owner or group for file /dev/dri/card0! 2: No such file or > >> directory [ 8669.844] drmOpenDevice: open result is -1, (No such > >> file or directory) [ 8669.844] Failed to change owner or group for > >> file /dev/dri/card0! 2: No such file or directory > >> [ 8669.844] drmOpenDevice: open result is -1, (No such file or > >> directory) [ 8669.844] drmOpenDevice: Open failed > >> > >> I assume I overlooked something while configuring the system (I > >> dual boot stable and release, this is on stable, release works > >> fine). Please help. > >> > >> my make.conf has: > >> WITH_NEW_XORG=3D"YES" > >> WITH_KMS=3D"YES" > >> > >> my kernconf: > >> device agp > >> device dpms > >> options X86BIOS > >> > >> device drm > >> device i915drm > >> device radeondrm > >> > > you should not need the last line. Delete it and see what happens. > > > > Erich > _______________________________________________ > 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"