Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756892AbZAWMW2 (ORCPT ); Fri, 23 Jan 2009 07:22:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753353AbZAWMWU (ORCPT ); Fri, 23 Jan 2009 07:22:20 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:35346 "EHLO mail-fx0-f20.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753237AbZAWMWU (ORCPT ); Fri, 23 Jan 2009 07:22:20 -0500 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=gad1C+4SQOjqgxpF2/fQh7Skr2Z0NL84aNhDg+LsiLK1GLj/plh+TjbKFFKMVznyll 2Bcb69slAyRh4pghAv9J1Bu1TNOgy81PvTrNnvtHwdM98TcVJ6BrKVsLEX010VOTxPzl dB9IB7NF+68vEmQ6RrgKEmEdbR/syj60veT5Y= MIME-Version: 1.0 In-Reply-To: <46e1c7760901221223x480a3d4ctded298ae89ac4187@mail.gmail.com> References: <46e1c7760901221023r2766a57ey4564d05c05751b6e@mail.gmail.com> <20090122190432.55696781@lxorguk.ukuu.org.uk> <46e1c7760901221153i3fa9b2b6w8432d60119545c8f@mail.gmail.com> <46e1c7760901221223x480a3d4ctded298ae89ac4187@mail.gmail.com> Date: Fri, 23 Jan 2009 14:22:18 +0200 Message-ID: <46e1c7760901230422rdd82355l8232f94e703b862b@mail.gmail.com> Subject: Re: [PATCH] vt - fb: hide cursor in graphics mode From: Risto Suominen To: Alan Cox Cc: adaplas@pol.net, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 998 Lines: 28 2009/1/22 Risto Suominen : > 2009/1/22 Risto Suominen : >> 2009/1/22 Alan Cox : >>> >>> NAK. You need to work out what your real problem is I think. When we >>> enter graphics mode we hide the cursor automatically and always have done. >>> >>> See set_cursor() and also do_blank_screen(1) >>> >> Could it be that console != fg_console, and we never reach do_blank_screen? >> >> Risto >> > Wait, I have a better theory: fbcon_is_inactive() hinders > fbcon_cursor() from doing anything, if the vc is already in graphics > mode. > > Risto > Well, looks like this theory holds. I'll send another patch, this time for fbcon.c, that demonstrates this by fixing the problem. Risto -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/