From owner-freebsd-x11@FreeBSD.ORG Wed Jun 18 23:15:54 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B754106568B for ; Wed, 18 Jun 2008 23:15:54 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id EC1E98FC19 for ; Wed, 18 Jun 2008 23:15:53 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so203837tid.3 for ; Wed, 18 Jun 2008 16:15:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=tXwHOayy2Al8gTDtZxkym4jQcyMWMnxVXQBe3ptXEW8=; b=kuqdS6bRNKuit2tVgEyfXWyXOGfSvm6aFY8FLZgHYB7GNSlacyTSA1oxORWKczRsoh g94hT3RXyDG90YUMNta9KxoK/IdcEhEIwPNqcoAfBdXYunmz4LOVSZwN4LYlb9kpWL90 VXQomGXGx1m71OIkdTcnjvKIhzIreM7toqbYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=OVn8oa4mP7fmwxPEoywlv2nNoFvbTzLqUd5Y9+2wZmnv+MV4F20EDqgcpwNvaWlLJG TBl1Q3TKOsDLDiQM8aRgpvxYi7AfECVELD3LG7y7dZnOT62q0tIuD3uHFhoUlHovzWj+ Vvga/bGOR2gz6zQtGM3B7ooyZ19RZsQuvViUc= Received: by 10.110.11.1 with SMTP id 1mr1048868tik.2.1213830952605; Wed, 18 Jun 2008 16:15:52 -0700 (PDT) Received: by 10.110.68.19 with HTTP; Wed, 18 Jun 2008 16:15:52 -0700 (PDT) Message-ID: <426bed110806181615g217409c9hb36868edea7aa093@mail.gmail.com> Date: Thu, 19 Jun 2008 11:15:52 +1200 From: "Rohit Grover" To: "Roland Smith" In-Reply-To: <20080616212349.GA20951@slackbox.xs4all.nl> MIME-Version: 1.0 References: <426bed110806161323q6b87766cs6ea3a23a5e61ece8@mail.gmail.com> <20080616212349.GA20951@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: failing to start X on my Core 2 Duo macbook (No devices detected) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 23:15:54 -0000 On Tue, Jun 17, 2008 at 9:23 AM, Roland Smith wrote: > On Tue, Jun 17, 2008 at 08:23:46AM +1200, Rohit Grover wrote: > > Hello, > > > > I'm having trouble configuring Xorg on my Core 2 Duo Apple MacBook. > > > Could someone please help me with figuring out what drivers should I be > > using for my chipset? > > You probably need the xf86-video-intel driver. It has replaced the i810 > driver. > Yes, thanks for that, the xf86-video-intel driver worked. I can now start X. Now I am having trouble getting X to recognize my laptop's trackpad. I have specified /dev/ums0 as my mouse, but X doesn't work with either the trackpad or an external USB mouse. I have tried /dev/ums1, /dev/ukbd1, and a few others based on the mouse-like devices whose drivers emit messages on the console at boot time, but still no luck. Could someone please help? thanks,