|
From: Sven L. <lu...@la...> - 2002-07-18 07:41:35
|
Hello, ... i am looking again at pm3fb (still old style one though). Permedia3 (and probably permedia2 also) has a problem with accessing vga stuff in mmio mode, which makes it not work correctly when the text from the vga console mode is copied over to the fbcon at the switch. I have the understanding that you moved this stuff over to some other place and not the pm3fb driver itself (but where ?) I now know how to get this data by looking at the framebuffer directly (it is found starting at framebuffer addr + 0 in 8 byte steps.), but need to know how i can hook it in, to write it back. Also, the size of this text is somewhat of a mistery for me still. Ok, that said, i suppose ours are the only boards with such problems, but since there is so much taken out of the drivers in your new setup and put in a common place, would it not solve this problem if there were an additional function which driver could provide (or fill in NULL if there was no proble), for retrieving this data, which fbcon can write back later on ? Friendly, Sven Luther |