[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hwo to get the display on external monitor or videoprojector



On 2005-10-07 12:25:54 +0200, Philippe Hupé wrote:
> I made the modifications suggested by Peter. But nothing happens. At
> boot, my external monitor keeps white.
> 
> Does anybody have an idea?

On my PowerBook G4 (PowerBook3,2) with ATI Technologies Inc Rage
Mobility M3 AGP 2x (rev 02), I use m3mirror and the attached
kernel patch (by Julien BLACHE).

This has the advantage to work with the console too.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
--- arch/ppc/syslib/prom_init.c.old	2005-03-02 08:38:33.000000000 +0100
+++ arch/ppc/syslib/prom_init.c	2005-04-16 22:51:20.000000000 +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];
 		node = prom_display_nodes[j];
 		prom_print("opening display ");

Reply to: