From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 16:35:01 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 6BD871065ED5 for ; Tue, 24 Mar 2009 16:35:01 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id E48BA8FC1E for ; Tue, 24 Mar 2009 16:35:00 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: by ey-out-2122.google.com with SMTP id 4so419868eyf.7 for ; Tue, 24 Mar 2009 09:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e0pHEDgjtzDWiUogLEv9OMjgwkYKUH/hucYYrk5ePu4=; b=JXjmErle2tvGIpNZ3kvC/IQ9VNduTLf5p9v0U5wG3RDORv6UHqZWUWPUju2YrfO/v3 MsmZJV2y3SNusmcNQrDixkd4MR9zHtaly/iZGedafma7yEoHni8WcnI/fn4SuBlobdak /EHl3v44f0Db40+S4ib6f95EAWZTaxvtXnz6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cUF6SUFHVKKwS6uL5tYXWll83iUPYxvEGjFGKkgHyGtovbt2CpX+0dUwyUYsgEu5WA C58fXKSRawmkaDho9qNMATrRWP9LMgnFK8L2DOZQVCP2HvTo1kf/SLdDpEZG23Z6olgc x99EPhhjEUnX9Ts5IBIfIEiysLCpdBQkiYeUY= MIME-Version: 1.0 Received: by 10.210.115.17 with SMTP id n17mr6437483ebc.43.1237912499868; Tue, 24 Mar 2009 09:34:59 -0700 (PDT) In-Reply-To: <49C905DE.1020402@entel.upc.edu> 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> <179b97fb0903240906w19629407u36fb737348f2a41e@mail.gmail.com> <49C905DE.1020402@entel.upc.edu> Date: Tue, 24 Mar 2009 11:34:59 -0500 Message-ID: <179b97fb0903240934k762b010n4e51e1a28c9e8a82@mail.gmail.com> From: Brandon Gooch To: Gustau Perez Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org 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 16:35:10 -0000 On Tue, Mar 24, 2009 at 11:10 AM, Gustau Perez wrote= : > >> >> For now, it seems X is required. The "switch-to-VTY-and-back-again" >> solution works for me: >> >> http://www.freebsd.org/doc/en/articles/laptop/power-management.html >> >> In my /etc/rc.suspend: >> >> ... >> /usr/sbin/vidcontrol -s 1 < /dev/console >> ... >> >> In my /etc/rc.resume: >> >> ... >> /usr/sbin/vidcontrol -s 9 < /dev/console >> ... >> >> I've also seen various posts in forums and on mailing lists >> about using the "vbetool" program (in ports), but I haven't messed >> with it myself. >> >> See here for more detail on this issue (under "Low Priority Tasks"): >> >> http://www.freebsd.org/projects/acpi/#todo-list >> >> -Brandon >> > > =A0Thank you, =A0I'll try it at home (leaving work in a few second ;)) Ho= wever, > what I cannot understand is why if_bge is giving me problems, while I've > seen some successful reports of people with the same hard (at least > supported by the same driver). > > =A0Greets, > > =A0Gus > _______________________________________________ > 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= " > Well, I just went through a suspend/resume cycle on my notebook without the 'vidcontrol' statements in my /etc/rc.* (from Xorg) and my display lit right up! I guess I no longer require the VTY switch to save the video state as I once did... -Brandon