From owner-freebsd-questions@FreeBSD.ORG Tue Sep 10 17:29:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C438D847 for ; Tue, 10 Sep 2013 17:29:11 +0000 (UTC) (envelope-from dfew.entwickler@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7C92C78 for ; Tue, 10 Sep 2013 17:29:11 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id l18so7054753wgh.16 for ; Tue, 10 Sep 2013 10:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=iw7XSTsu74ESx3ckrQwJjQYUxrRRIBbwQsQKgi0rM6I=; b=hApXPpsw+HzMgFecA7F/LhJXmQ7xaI8g9KyXpn+MgR19wrH41hw+9N5qThgXp1fYHq zWE0T1Vtqxuxjze5Msv3zZWKIylCI7/PeEbjVj8AinhGl/2bXUk19rPXdvCr3Pl3VJep pc5kDbcUEzBgslIGSp/4O6QU5GbmWO6C5wwlVPS4A6WjPkUzSYoEWrofreBS9tzH72QU NPkqbhbpioOYKogauQ81vo+tmpE65LIsj6QU4zHKHTsQIj4BnWiYaOK8PJEK21vgNRDx WnfXjYa9Xa1E4wEK+pmmgQ12ZvYMrzypaLRcfasXlpWTfm+IFtreQ3NJYSX2mljInAjV EDdA== X-Received: by 10.194.201.168 with SMTP id kb8mr1559998wjc.63.1378834149824; Tue, 10 Sep 2013 10:29:09 -0700 (PDT) Received: from [192.168.50.92] ([217.89.35.218]) by mx.google.com with ESMTPSA id gp9sm5009203wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Sep 2013 10:29:09 -0700 (PDT) Message-ID: <522F56E3.8090102@gmail.com> Date: Tue, 10 Sep 2013 19:29:07 +0200 From: Vladyslav Shtabovenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1? References: <20130910140810.GA2312@SeanLaptop.webcheckout.net> In-Reply-To: <20130910140810.GA2312@SeanLaptop.webcheckout.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 10 Sep 2013 17:29:11 -0000 I see. Currently I'm using the stock 9.1 release kernel. It is rather painful to compile something on that laptop (Pentium M with ~1 GHz). I'll have access to the machine only this Friday. Then I'll check the thing with the text console. Thanks! Am 10.09.2013 16:08, schrieb Sean DuBois: > The only way to have KMS support in 9.1 right now is to build with > WITH_NEW_XORG=true and WITH_KMS=true in your make.conf, do you have > these flags enabled? > > Another good check (right now) is to switch to a text console VT > switching is not enabled so the screen will stay black > (See https://wiki.freebsd.org/Intel_GPU) > > You will also have i915kms.ko loaded > > I am not a X11 dev, I just use the driver day to day so sorry I can't > give you a better technical answer! > > > On Tue, Sep 10, 2013 at 01:48:50PM +0200, Vladyslav Shtabovenko wrote: >> Hi, >> >> I'm running FreeBSD 9.1 on an old IBM Thinkad X30 equiped with >> Intel 830MG graphics chip (gen 2). The graphics works fine, but I'm >> wondering >> if the driver really uses KMS or just switches back to some legacy routine. >> >> Is there any way I can check it? >> >> Cheers, >> Vladyslav >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"