From: Geert U. <ge...@li...> - 2001-06-08 13:47:31
|
On Fri, 8 Jun 2001, Florian Lechner wrote: > ANYBODY OUT there to help me? >=20 > So my Question: >=20 > I'm trying to rotate the fb by 180=B0.=20 In the console, or in X? > Reason: > I have an embedded board ElanSC400, C&T 65550, etc.=20 >=20 > I'm reading the driver/video code for a couple of days now, and pinned > down myself to three points where I have to do changes to rotate the > display. >=20 > fbcon.c --> fbcon_putc > fbcon.c --> fbcon_putcs > fbmem.c --> fb_write >=20 > Is that correct? For the console, I'd just write my own fbcon-*.c replacement (e.g. fbcon-cfb8-r180.c, cloned from fbcon-cfb8.c) where you take the rotation = in mind in the following functions: - bmove - clear - putc - putcs - revc - clear_margins =20 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6= 8k.org In personal conversations with technical people, I call myself a hacker. = But when I'm talking to journalists I just say "programmer" or something like= that. -- Linus Torvalds |