From owner-freebsd-x11@FreeBSD.ORG Mon Jul 2 04:26:41 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9C561065673 for ; Mon, 2 Jul 2012 04:26:41 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id 003378FC1B for ; Mon, 2 Jul 2012 04:26:40 +0000 (UTC) Received: from x220.ovitrap.com ([122.129.201.29]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q624QdG3014772; Sun, 1 Jul 2012 22:26:40 -0600 From: Erich Dollansky To: Peter Ulrich Kruppa Date: Mon, 2 Jul 2012 11:26:37 +0700 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.3; amd64; ; ) References: <201207021054.22814.erichfreebsdlist@ovitrap.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207021126.38116.erichfreebsdlist@ovitrap.com> Cc: freebsd-x11@freebsd.org Subject: Re: KMS Question 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: Mon, 02 Jul 2012 04:26:41 -0000 Hi, On Monday, July 02, 2012 11:13:56 AM Peter Ulrich Kruppa wrote: > On Mon, 2 Jul 2012, Erich Dollansky wrote: > > > On Monday, July 02, 2012 10:16:43 AM Peter Ulrich Kruppa wrote: > >> > >> please correct me, if I misunderstood something about KMS . > >> > >> I built xorg-7.7 on FreeBSD 9.0-STABLE #0: Mon Jun 11 23:48:45 > >> CEST 2 amd64 . > >> > >> When I do a plain > >> # startx > >> (no xorg.conf set) I receive > >> > > I do this: > > > > sudo kldload i915kms > > sudo kldload acpi_call > > sudo chmod 666 /dev/acpi > > startx > Actually this is my question: I cannot kldload these two modules > because I don't have them. I believed I wouldn't need them since > I don't have any Intel-chipset. Do I need them anyway? ok, then we need more information. What kind of machine do you have? CPU and GPU? To my knowledge, KMS needs an Intel i3, i5 or i7 to work. You cannot use KMS with all other CPUs. You also do not need it if you have another GPU you want to use it in the system. Erich