From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 1 20:43:12 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391E216A41F for ; Sun, 1 Jan 2006 20:43:12 +0000 (GMT) (envelope-from uchman@home.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB2343D46 for ; Sun, 1 Jan 2006 20:43:11 +0000 (GMT) (envelope-from uchman@home.se) Received: from uchman.pean.org (195.198.247.49) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43ABF6D5002067FC for freebsd-mobile@freebsd.org; Sun, 1 Jan 2006 21:43:10 +0100 Date: Sun, 1 Jan 2006 21:43:01 +0100 From: Peter =?ISO-8859-1?Q?Ankerst=E5l?= To: freebsd-mobile@freebsd.org Message-Id: <20060101214301.319c7c9e.uchman@home.se> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Fujitsu P7010 drm problems. X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 20:43:12 -0000 I want to enable direct renering on my Fujitsu Siemens P7010PM but when I i= nclude the i915drm to the kernel I get the following messages at boot-time: drmsub0: port 0x2430-0x2437 mem 0xd8000000-0xdff= fffff ,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0 error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize A= GP. device_attach: drmsub0 attach returned 12 drmsub1: mem 0xe0000000-0xe7ffffff,0xd0080000-0x= d00ff fff at device 2.1 on pci0 error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize A= GP. device_attach: drmsub1 attach returned 12 Huh, really? THIS is the message I get when I don't have the i915drm in the kernel: agp0: port 0x2430-0x2437 mem= 0xd8000000-0xdfffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0 detected 8060k stolen memory aperture size is 128M So, what I want to do is to "steal" more memory to enable drm and dri. What could be the problem? --=20 MVH Peter Ankerst=E5l.