From owner-freebsd-questions@FreeBSD.ORG Mon Dec 18 06:36:27 2006 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 44A2C16A407 for ; Mon, 18 Dec 2006 06:36:27 +0000 (UTC) (envelope-from amarendra.godbole@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C5B43CA0 for ; Mon, 18 Dec 2006 06:36:26 +0000 (GMT) (envelope-from amarendra.godbole@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1233478uge for ; Sun, 17 Dec 2006 22:36:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hwT46QMGqveM1r5Ahr6wY33iOYWIeFSBLyo9DJl3c5yEQvL6w1PJxNe7GBYx1RSnav506G5tMi4eGk2yQf16w4XHPx2PPYpffBDKi2XYLPs71Z8ylXe3Il5iX9IEbEH9Y3thVjsu88j8AW+OSVkIA09A4bxANYQAAVcPT/Fd+ss= Received: by 10.78.176.20 with SMTP id y20mr2395620hue.1166422109380; Sun, 17 Dec 2006 22:08:29 -0800 (PST) Received: by 10.78.162.15 with HTTP; Sun, 17 Dec 2006 22:08:29 -0800 (PST) Message-ID: <294439d20612172208h4162203aq38855e15ec3ea690@mail.gmail.com> Date: Mon, 18 Dec 2006 11:38:29 +0530 From: "Amarendra Godbole" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: PC-BSD 1.2: /dev/agpgart missing on i810 chipset 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, 18 Dec 2006 06:36:27 -0000 Hi All, I installed PC-BSD 1.2 (FreeBSD 6.1-RELEASE-p2) on a PC with i810 chipset. Well, as you might have guessed from the subject, X did not start, with an error indicating the /dev/agpgart was not present. AFAIK, agp, drm support is built-in for FreeBSD 6.1 - so I am not sure why /dev/agpgart was not created. Other similar threads did not help much, as the solutions involved creating the node by hand (which I think won't work), or adding some patch to the kernel (not sure if this will work either, as the support is built-in). As a sidenote, Ubuntu 6.06 on the same machine properly created /dev/agpgart, and things are fine. I tried doing "X -config", which gave me a crude 640x480 resolution. In the Device section, giving module to be i810 or vesa did not help either. The same error persists. Any pointers to get X working shall be appreciated. I do not have an access to this machine, so cannot really post the errors or log files. Also, since PC-BSD uses FreeBSD 6.1, I thought of posting here. Thanks in advance. Best, Amarendra