From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 13:26:29 2004 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 830EE16A4CE for ; Fri, 3 Sep 2004 13:26:29 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20D243D2F for ; Fri, 3 Sep 2004 13:26:28 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.13.1/8.13.1) with ESMTP id i83DQQRZ001002; Fri, 3 Sep 2004 09:26:26 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Fri, 3 Sep 2004 09:26:26 -0400 (EDT) From: Bryan Liesner To: saw@online.de In-Reply-To: <41381898.6040706@erpicon.de> Message-ID: <20040903092006.P999@gravy.kishka.net> References: <002f01c49020$5e9df560$7890a8c0@gits.invalid> <20040902012216.E864.DSNOFE@msn.com> <20040902224335.8922.DSNOFE@msn.com> <023c01c49180$6cacc580$7890a8c0@gits.invalid> <41381898.6040706@erpicon.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Cyrille Lefevre cc: Deng XueFeng cc: current@freebsd.org Subject: Re: [BETA PATCH] VESA mode support for syscons 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: Fri, 03 Sep 2004 13:26:29 -0000 On Fri, 3 Sep 2004, Sascha Wildner wrote: > Cyrille Lefevre wrote: > >> I have tested this patch also, it seems to work well, >> except that mouse in graphic mode ! it doesn't appear... >> since I have local modifications, I'll get rid of them >> and restart from scratch. > > Do you mean the mouse pointer is not visible? If so, have you tried > 'vidcontrol -m on'? Is moused running? > > If the problem persists after removing your local modifications, I'd like to > know in which mode this happens. Please also attach the output of 'vidcontrol > -i mode' and the dmesg of a verbose boot (boot -v). > > Regards, > Sascha > > _______________________________________________ > 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" > I have tried both versions of the syscons patch, and it works fine in 1024x768 (MODE_279), but blanking the screen with green_saver no longer works. The cursor disappears when the screen saver kicks in, but the screen doesn't go blank (suspend mode). When I hit a key to exit from the screen saver, the screen momentarily blanks, then comes back to life. I'm using an LCD flat panel. It still suspends (DMPS suspend) when using xscreensaver. Thanks for everyone's work on this.