From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 19:10:34 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324241065673 for ; Tue, 24 Mar 2009 19:10:34 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from violet.upc.es (violet.upc.es [147.83.2.51]) by mx1.freebsd.org (Postfix) with ESMTP id ACB578FC23 for ; Tue, 24 Mar 2009 19:10:33 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from hamilton.upcnetadm.upcnet.es (hamilton.upcnetadm.upcnet.es [147.83.2.240]) by violet.upc.es (8.14.1/8.13.1) with ESMTP id n2OJANGq006107 for ; Tue, 24 Mar 2009 20:10:24 +0100 Received: from [192.168.100.184] ([88.11.103.61]) by hamilton.upcnetadm.upcnet.es (Lotus Domino Release 5.0.12) with ESMTP id 2009032420103134:179555 ; Tue, 24 Mar 2009 20:10:31 +0100 Message-ID: <49C92FA6.20608@entel.upc.edu> Date: Tue, 24 Mar 2009 20:08:22 +0100 From: Gustau Perez User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 CC: freebsd-current@freebsd.org References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> <49C8FA92.7020104@entel.upc.edu> <1237920918.1859.1.camel@balrog.2hip.net> In-Reply-To: <1237920918.1859.1.camel@balrog.2hip.net> X-MIMETrack: Itemize by SMTP Server on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 24/03/2009 20:10:31, Serialize by Router on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 24/03/2009 20:10:32, Serialize complete at 24/03/2009 20:10:32 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (violet.upc.es [147.83.2.51]); Tue, 24 Mar 2009 20:10:24 +0100 (CET) Subject: Re: [HEADSUP] amd64 suspend/resume code to be comitted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 19:10:34 -0000 Robert Noland wrote: > On Tue, 2009-03-24 at 16:21 +0100, Gustau Perez wrote: > >> Brandon Gooch wrote: >> >>> On Mon, Mar 16, 2009 at 7:53 PM, Jung-uk Kim wrote: >>> >>> >>>> On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: >>>> >>>> >>>>> Jung-uk Kim wrote: >>>>> >>>>> >>>>>> With popular demands, I will commit the following patch in next >>>>>> few days unless a showstopper is found or "over-my-dead-body" >>>>>> type of review is received. ;-) >>>>>> >>>>>> http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff >>>>>> >>>>>> FYI, it was originally posted here: >>>>>> >>>>>> http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim >>>>>> >>>>>> and here: >>>>>> >>>>>> http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim >>>>>> >>>>>> Please read the original threads for more information about the >>>>>> patch. >>>>>> >>>>>> >>>>> Have just retested this with just updated 8-CURRENT. Still works >>>>> fine as before with my Acer TM6292 >>>>> (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this >>>>> letter just after successful resume. >>>>> >>>>> There is still some DRI resume problems (will try one rnoland@ >>>>> patch tomorrow) and my touch pad does not wakes up for some reason, >>>>> but that is probably unrelated. >>>>> >>>>> >>>> I went ahead and committed slightly different version. Please resync >>>> the source if you tested the old version. >>>> >>>> Cheers, >>>> >>>> Jung-uk Kim >>>> _______________________________________________ >>>> freebsd-current@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >>>> >>>> >>>> >>> >>> >> Hi there, >> >> in my Latitude D630 with 8-0 current updated this morning (+1 UTC) it >> seems is trying to work. It has no xorg, just text console. >> > > The D630 should have an Intel 965GM in it with suspend/resume support in > drm, so X *should* be good to go. > > robert. > > Hi Roland, this one comes with an nvidia Quadro NVS 135M (I think they made two o three different models). It was possible to customize them via web. My mistake was to choose an nvidia (well, I've been able to play nice games with it, but now it's giving me a lot of headaches). With this model (without X's, just text console) suspending and resuming seems to work except the video. I can type thing and send them to a file (checked). After resuming, it throws a little of text (i can see some debug about suspending and resuming firewire and usb) and then video is lost. With if_bge within the kernel I don't get that semi-successful result. It starts complaining about PHY read/write timeout so I have it as a module. Offtopic : In the other hand right now I'm going to try the patch you sent to use nouveau in i386 mode (not amd64, I have a separate partition for amd64) with libdrm and xf86-video-nouveau.I tried inserting the .ko before leaving to home (and I worked). Will let you now my results in the Take two thread :) Greets, Gus >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >>