|
From: Antonino D. <ad...@po...> - 2003-01-19 15:51:37
|
On Sun, 2003-01-19 at 19:29, Fredrik Noring wrote: > Hi, > > > To summarise: > > insmod rivafb causes "Badness in kobject_register" every time > > ( after pci_register_driver() in rivafb_init(),see below ) > > after insmod rivafb, I have a green screen, which can be cleared by fbset > > ( fbset now changes resolution of all VTs, this is different from 2.4.x ) > > after clearing green screen using fbset, text colours are wrong > > I get similar results, but I have to run and stop XFree86 4.2 before > "insmod rivafb". Otherwise the screen will not be cleared by fbset. > > > now ( 2.5.59 ), I can insmod fbcon, and screen looks OK again ( apart from > > the left-hand-most column of screen appears at right-hand side of screen ) > > With 2.5.59 with and without the patch Antonino Daplas sent to the > kernel list (17 Jan), loading fbcon only displays garbage on the screen. > The graphics card is TNT AGP. > Unfortunately, the first patch I submitted will only fix wrong colors with user applications. If you already have garbage with the unmodified driver, the patch will not fix it. The other patch (in reply to Jak) should hopefully fix the initial screen corruption on insmod and the kobject trace message. Can you try running an fbdev-based application, such as X, at 8bpp, just to find out if the hardware is incorrectly initialized from the very start or if this is more fbcon-related? Tony |