From owner-freebsd-mobile@FreeBSD.ORG Sat Mar 5 13:02:52 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821F216A4CE for ; Sat, 5 Mar 2005 13:02:52 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9832843D46 for ; Sat, 5 Mar 2005 13:02:51 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so1060998wra for ; Sat, 05 Mar 2005 05:02:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KxPfDzJEk+HFOqBFiI9BstH9Q89QsJKoNSgCEU5UX+CYx2v+K2wQjxtlhp6wLJ78DD8Gh1bJb9WF5bCMw21GjWd+F9+k1NIgitytpZztwcN7+Enc63Iny7IAeryh4s+8smp4JechPsLFz1Av7bxewPMGAweFBZpN8a37awYnIwA= Received: by 10.54.81.18 with SMTP id e18mr111850wrb; Sat, 05 Mar 2005 05:02:51 -0800 (PST) Received: by 10.54.7.56 with HTTP; Sat, 5 Mar 2005 05:02:50 -0800 (PST) Message-ID: <6eb82e050305050284084ca@mail.gmail.com> Date: Sat, 5 Mar 2005 21:02:50 +0800 From: Rong-En Fan To: Ian Dowse In-Reply-To: <6eb82e05030219447bdda412@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502281016.aa49779@salmon.maths.tcd.ie> <200502282026.aa38504@salmon.maths.tcd.ie> <6eb82e05030219447bdda412@mail.gmail.com> cc: freebsd-mobile@freebsd.org Subject: Re: Using VESA to restore display settings on resume X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-En Fan List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 13:02:52 -0000 On Thu, 3 Mar 2005 11:44:59 +0800, Rong-En Fan wrote: > > so that the VESA code allows up to 8k of state storage and will > > fail if the BIOS claims to need more space. Could you try this with > > the vesa module loaded and with both 0 and 1 for hw.acpi.reset_video? > > I use 3/3's current with this patch on IBM TP X31. I can now successfully > suspend/resume in X with dri enable on RADEON! (can't do that before, with > dri, after resume screen mess up). reset_video 0 or 1 both works. It even I was wrong. drm was broken that time, after apply patch on cvs-all with dri, after resume, my screen mess up as before. rafan. > works without vesa module loaded. The only problem is that my tracepoint > (psm0) dead after resume.