From owner-freebsd-x11@FreeBSD.ORG Thu Jan 6 00:29:04 2011 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 D72CD106566C for ; Thu, 6 Jan 2011 00:29:04 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id ADC828FC17 for ; Thu, 6 Jan 2011 00:29:04 +0000 (UTC) Received: from mdaemon.pldrouin.net (CPE0023695b905f-CM001a666aca96.cpe.net.cable.rogers.com [99.245.231.142]) by smtp.cyberfingers.net (Postfix) with ESMTP id 17A17AB6C0F; Wed, 5 Jan 2011 19:29:04 -0500 (EST) Message-ID: <4D2510E8.9060607@pldrouin.net> Date: Wed, 05 Jan 2011 19:46:32 -0500 From: Pierre-Luc Drouin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20110104 Thunderbird/3.1.7 MIME-Version: 1.0 To: Jan Henrik Sylvester References: <20110105091240.GF1850@uriah.heep.sax.de> <20110105082509.GA57232@somecodehere.com> <20110105132302.GG1850@uriah.heep.sax.de> <4D24D817.9050009@janh.de> <4D24E600.7040108@janh.de> <4D250357.60404@janh.de> <4D250B2C.3060904@pldrouin.net> <4D2508C0.1040303@janh.de> In-Reply-To: <4D2508C0.1040303@janh.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: x11-list freebsd Subject: Re: xf86-video-intel upgrade, anyone? 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: Thu, 06 Jan 2011 00:29:04 -0000 On 01/05/11 19:11, Jan Henrik Sylvester wrote: > On 01/06/2011 01:22, Pierre-Luc Drouin wrote: >> On 01/05/11 18:48, Jan Henrik Sylvester wrote: >>> suspend/resume work, even though that is only possible for a few month >>> now. Since then, it has never failed to resume for me, but I rarely >>> use it. >> >> When you say that it works, does it require to turn off SMP or anything >> that affects performance or battery life? > > Turning of SMP would not be "it works" for me. As I said, Firewire > does not survive suspend/resume and produces many messages about it > for the log, but I have not noticed anything else failing, yet. > > Cheers, > Jan Henrik I don't mind having to unload any kernel module not required by X before suspending. The only thing I want to make sure is that I don't have to boot the computer using only a single core or that I have to exit from X before suspending in order to be able to resume correctly. So that part works, right? Thanks