From owner-freebsd-stable@FreeBSD.ORG Tue Oct 23 16:05:20 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70D99178 for ; Tue, 23 Oct 2012 16:05:20 +0000 (UTC) (envelope-from l.pizzamiglio@bally-wulff.de) Received: from mail.bally-wulff.de (mail.bally-wulff.de [212.144.118.8]) by mx1.freebsd.org (Postfix) with ESMTP id CC6128FC17 for ; Tue, 23 Oct 2012 16:05:19 +0000 (UTC) Received: from bwex.bally-wulff.de (bwex.bally-wulff.de [192.168.204.106]) by mail.bally-wulff.de (Postfix) with ESMTP id AC5664E080; Tue, 23 Oct 2012 17:58:50 +0200 (CEST) Received: from pizzamig.bally.de ([192.168.205.30]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 23 Oct 2012 17:59:22 +0200 Message-ID: <5086BEDA.8000502@bally-wulff.de> Date: Tue, 23 Oct 2012 17:59:22 +0200 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121015 Thunderbird/16.0.1 MIME-Version: 1.0 To: Neal Nelson Subject: Re: 9.1 and intel graphics References: <20121020041408.GA1218@mycenae.sbb.rs> <14C15BD0-8E83-46BD-9693-D15D045300B5@kobudo.homeunix.net> In-Reply-To: <14C15BD0-8E83-46BD-9693-D15D045300B5@kobudo.homeunix.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Oct 2012 15:59:22.0022 (UTC) FILETIME=[5DE50460:01CDB137] Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 16:05:20 -0000 Hi Neal, I made some test with 9 stable on SandyBridge and IvyBridge CPU. With Sandybridge, I compiled everything without problem, openGL correctly detected, configured and accelerated, KDE with compisition up and running. With Ivybridge, I compiled everything without problem, openGL correctly detected and configured, but not accelerated, swrast was used instead. Problem detected using simple test like glxgears or engine. You could compile the intel driver manually. But I'm using the xorg-dev repository to obtain the last version of drivers and library. best regards, Luca On 10/21/12 17:57, Neal Nelson wrote: > > On 2012-Oct-20, at 08:29 , Kevin Oberman wrote: > >> On Fri, Oct 19, 2012 at 9:14 PM, Zoran Kolic wrote: >>> Yesterday I have gotten lenovo e320 laptop, with core i3 2350 >>> and HD3000 integrated. Gonna wait few days till 9.1 release. >>> I never used anything aside "intel" on my old laptop. Kostik >>> Belousov made a port of kms and I found patches from june and >>> jule on the net. What should I do after 9.1 install in this >>> case? I assume kms is in xorg. Do I have to find and install >>> some driver from intel? Do I need to change xorg.conf after >>> configure flag, that will make conf file? >> >> Full support for the HD3000 is in 9-stable and 9.1-Beta and all RCs. >> To use it you need to build X drivers and drm and the kernel with: >> WITH_NEW_XORG=YES >> WITH_KMS=YES >> in /etc/make.conf. >> >> Specifically, the kernel and a few ports. graphics/drm and your >> org-drivers: xf86-video-intel, xf86-input-synaptics, xf86-input-mouse, >> and xf86-input-keyboard. Then just start X. Don't try loading the >> kernel module. It will be loaded by the startx. >> >>> Finally, what happens when I leave x and want to go back to >>> console mode? >> >> You don't If you try, your system will lock up. You need to shutdown >> from a window in X. Hopefully someone will implement switching back to >> console mode some day, but it has not happened, yet. >> >>> I tried out live RC2 from usb stick. Few acpi errors, intel >>> 1000 wifi found. After some time "sysctl hw.acpi" gave me the >>> cpu temperature of 50C. Fan was on. Probably temp gonna go >>> down when I add powerd and cx_lowest to rc.conf on hdd. Is >>> it normal temp for this cpu? >> >> Pretty reasonable. Be sure to set both cx_lowest to "Cmax". It is new >> to 9.1 and fixes some serious issues with C-states on many newer >> platforms. Specifically that some platforms skip some C-states and >> FreeBSD never used the ones saving more power than hte one skipped. >> >> I always remind folks to blow out the heat sink on laptops about one a >> year. Dust is a great insulator and laptops often collect a lot more >> dust than office systems, though my office system started dying during >> buildworld last week and blowing out the CPU heat sink fixed it up, >> but it had been sitting around for almost three years collecting dust. > > I'm trying to do something similar, except with an HD4000 (i5-3570K) on 9.1-RC2. > > The problem I'm having, after setting the make variables as above, is that xorg-drivers port doesn't show the intel driver. In fact, there's the specific part of the Makefile: > > .if (${ARCH} == "amd64" || ${ARCH} == "i386") && !defined(WITH_NEW_XORG) > VIDEO_ON+= intel > .endif > > So what driver should I be using? > > Thanks, > > Neal. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >