Julien BLACHE <[EMAIL PROTECTED]> wrote: > According to BenH, you can get the CRT to work with m3mirror again by > only initializing the first screen reported by OF at boot.
> I'll post a patch if it works. So here's the oneliner that makes it work again. ISTR that it was more complicated than that. It's the same for a 2.4 kernel, btw, but it won't apply because the context changed (in the 2.4 kernel there is a comment above the for ()). JB. -- Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169
--- prom_init.c.orig 2004-09-07 11:31:26.534522288 +0200 +++ prom_init.c 2004-09-07 11:32:20.460324320 +0200 @@ -401,7 +401,7 @@ break; } - for (j=0; j<prom_num_displays; j++) { + for (j=0; j<1; j++) { path = prom_display_paths[j]; prom_print("opening display "); prom_print(path);