Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 2 Dec 2002 16:08:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 2 Dec 2002 16:07:59 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:36110 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Mon, 2 Dec 2002 16:07:57 -0500 Date: Mon, 2 Dec 2002 21:15:09 +0000 (GMT) From: James Simmons To: Antonino Daplas cc: Linux Fbdev development list , Linux Kernel Mailing List Subject: Re: [Linux-fbdev-devel] [PATCH] FBDev: fix for fbcon Oops In-Reply-To: <1038468191.1092.48.camel@localhost.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1394 Lines: 39 > This fixes fbcon oopsing at load time which is due to the fb_cursor's > palette index entries being improperly updated. Fixed. > A new kind of 'emacs glitch' appeared, though. This can be described as > a block of text that is incompletely copied, ie when "tabbing" a line > of text. This is present with all hardware I tested, soft accel and > hardware accel, which indicates a problem in the higher layers (probably > fbcon). vgacon works okay. Its is fbcon. If you play with the low level driver to draw things you noticed everything is okay. I have to track it down. > Other changes: > > 1. optimization of fbcon_accel_putcs() Applied. If you look at my patch I attempted to make fbcon_pixmap dynamic instead of a static memeory area. It oops so I have that code commented out for now. Actually I applied it when the fix came out rigth away. > 2. enabling logo displays at all packed pixel formats (as long as > fb_imageblit is supported) This didn't apply well. Only thing missing. > 3. Various fbcon_accel_cursor() fixes which would have resulted in > wrong cursor colors or an invisible cursor. Applied. Worked now :-) - 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/