From owner-freebsd-current@FreeBSD.ORG Sun May 4 19:05:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC1637B401; Sun, 4 May 2003 19:05:55 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFB343FBD; Sun, 4 May 2003 19:05:54 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4525rA7039613; Sun, 4 May 2003 20:05:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 04 May 2003 20:04:53 -0600 (MDT) Message-Id: <20030504.200453.99587468.imp@bsdimp.com> To: mb@imp.ch From: "M. Warner Losh" In-Reply-To: <20030504123034.O33100@cvs.imp.ch> References: <20030504123034.O33100@cvs.imp.ch> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: anholt@freebsd.org cc: current@freebsd.org Subject: Re: ACPI-Sleep broken for radeon mobility chips ? (on Current) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 05 May 2003 02:05:55 -0000 In message: <20030504123034.O33100@cvs.imp.ch> Martin Blapp writes: : : Hi all, : : I have these two problems: : : - Black screen in the console after wakeup. Console is dead. : - Shaded screen in X which turns white after a while with nice patterns on it : after wakeup. : : OS is still alive. One can login over the network and reboot. : : Looks like other people got the same problem: : : http://groups.google.com/groups?q=vga0+radeon+freebsd&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=20030217230308.GA594_lenny.anarcat.ath.cx%40ns.sol.net&rnum=9 : : Does anyone of you know what the problem is exactly ? : : Here are the dmesg parts: : : VESA: v2.0, 65536k memory, flags:0x1, mode table:0xc04bdc82 (1000022) : VESA: ATI MOBILITY RADEON 9000 : : vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 : : drm0: port 0xa000-0xa0ff mem : 0xec100000-0xec10ffff,0 : xf0000000-0xf7ffffff irq 11 at device 0.0 on pci1 : info: [drm] AGP at 0xe8000000 64MB : info: [drm] Initialized radeon 1.8.0 20020828 on minor 0 : : I tried tried to turn of dri, agp and vesa modules, but with out without : makes zero difference. I have the same problem with my machine as well: drm0: port 0xcc00-0xccff mem 0xfcffc000-0xfcffffff,0xe8000000-0xebffffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xe4000000 64MB info: [drm] Initialized r128 2.3.0 20021029 on minor 0 It is one reason that suspend/resume for cardbus breaks sometimes mysteriously... Warner