From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752523AbYDGQl2 (ORCPT ); Mon, 7 Apr 2008 12:41:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754068AbYDGQlL (ORCPT ); Mon, 7 Apr 2008 12:41:11 -0400 Received: from hs-out-0708.google.com ([64.233.178.245]:39108 "EHLO hs-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753649AbYDGQlJ (ORCPT ); Mon, 7 Apr 2008 12:41:09 -0400 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:content-transfer-encoding:content-disposition:references; b=Ata8ikG4LpVp9k6aIa5Qbgeg/OUgRbEG/c4cNeHP6f1iX03uil15+Dm62wqGYBOcmoDE5ijYb1KmqaBx184v73N6i/7p+0Q2m4P4L/qB1mKUzaNFKo3MkanEEG6wSzFHXYiNddeT1dL/c9+b+MLddT+JONRaZmxGorZduVe/fUc= Message-ID: Date: Mon, 7 Apr 2008 16:41:06 +0000 From: "Justin Mattock" To: "R. J. Wysocki" Subject: Re: suspend issue Cc: "Pavel Machek" , "Soeren Sonnenburg" , "Linux Kernel" In-Reply-To: <200804071041.11899.Rafal.Wysocki@fuw.edu.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080406232849.GA789@elf.ucw.cz> <200804071041.11899.Rafal.Wysocki@fuw.edu.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I wouldn't mind trying out git. Hopefully I know what I'm doing. regards; Justin P. Mattock On Mon, Apr 7, 2008 at 8:41 AM, R. J. Wysocki wrote: > On Monday, 7 of April 2008, Justin Mattock wrote: > > Hello; I don't know how to do a git bisect(too much of a noob) > > regards; > > First, please don't top post. Looking at this message you can see why it > really doesn't make sense. :-) > > Now, in short, to run a git bisection: > > (1) clone the Linus' tree (see http://linux.yyz.us/git-howto.html#download_first_time) > (2) from within the kernel source code directory downloaded in (1) run > $ git bisect start > $ git bisect bad > (this will mark the last revision as a failing one) > (3) If you have already verified that 2.6.24 works correctly, run > $ git bisect good v2.6.24 > (this will mark the 2.6.24 kernel as a good one) > (4) as a result of this, git will select a kernel revision between 2.6.24 and > the most recent one for testing. Compile it, install it and check if it > works. If it does, run > $ git bisect good > Otherwise, run > $ git bisect bad > (5) repeat (4) until there's no more revisions to test. > > If you encounter any problems, please ask what to do next. > > Thanks, > Rafael > > > > On Sun, Apr 6, 2008 at 11:28 PM, Pavel Machek wrote: > > > On Sun 2008-04-06 13:55:04, Soeren Sonnenburg wrote: > > > > On Sun, 2008-04-06 at 04:03 +0000, Justin Mattock wrote: > > > > > Hello; I seem to have discovered something with echo mem > /sys/power/state. > > > > > I recompile the kernel and had forgotten to compile fglrx, when > > > > > performing a suspend without fglrx I was confronted with the dreaded > > > > > blank screen and a reboot. then as a test I compiled fglrx and loaded, > > > > > and to my amazement suspend reacted properly again. > > > > > > > > Yeah, but I it does not even work without X - console only! > > > > > > > > s2ram -f -p used to work since at least 2.6.20 ... and is now not > > > > anymore in 2.6.25-* > > > > > > Can you do git bisect? > > > Pavel > > > -- > > > (english) http://www.livejournal.com/~pavelmachek > > > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html > > > > > > > > > > > > > -- > Rafael J. Wysocki, Ph.D. > Institute of Theoretical Physics > Faculty of Physics of Warsaw University > ul. Hoza 69, 00-681 Warsaw > [tel: +48 22 55 32 263] > [mob: +48 60 50 53 693] > ---------------------------- > One should not increase, beyond what is necessary, > the number of entities required to explain anything. > -- William of Ockham > -- Justin P. Mattock