From owner-freebsd-questions@FreeBSD.ORG Sun Mar 24 14:14:36 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 830605AA for ; Sun, 24 Mar 2013 14:14:36 +0000 (UTC) (envelope-from ukaszg@gmail.com) Received: from mail-qe0-f41.google.com (mail-qe0-f41.google.com [209.85.128.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8E2CD6 for ; Sun, 24 Mar 2013 14:14:36 +0000 (UTC) Received: by mail-qe0-f41.google.com with SMTP id 7so3011641qeb.0 for ; Sun, 24 Mar 2013 07:14:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=bO9bffBNGNnr01poQuRGqFn1pO5Y8PdTtxsZ8GPdmKQ=; b=NsRDDHTKBp53um8WixGAhpBvUGEUHqWCF0leccvh8fvcocz2kXc30KMecbCxwzE+3N v1fnvDhHXbjcJ6+vHtFVSGQbfiLYcYNQ1P5qTudH03sckOjQ/6ulo5DjT2j+JPExPhwC ZafoFFlAcB2DP45F+MMoXESAFimwavCFKn5jufDIw7d/kmQHyHgMoac8LD/O+ZPkKfiT tSA98PwF1soItq72ZUHsGDDJZjK4t6oXsMs7bb3E6o9qooVApVKPe7Vm/i+yPL/dn3dU 77HrWwWfEuRI0H5MBkknK6lDQzern2TLJ7GVxTOmyM67aveAzzAySXmu6JXj0KGi8yl1 lBgw== MIME-Version: 1.0 X-Received: by 10.49.14.102 with SMTP id o6mr3104394qec.5.1364134469025; Sun, 24 Mar 2013 07:14:29 -0700 (PDT) Received: by 10.49.127.38 with HTTP; Sun, 24 Mar 2013 07:14:28 -0700 (PDT) Date: Sun, 24 Mar 2013 14:14:28 +0000 Message-ID: Subject: can not use intel GPU, no /dev/dri/card0 From: uki To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Sun, 24 Mar 2013 14:14:36 -0000 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 su= pport [ 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 Cheers, =C5=81ukasz Gruner