From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound6-blu-R.bigfish.com (outbound-blu.frontbridge.com [65.55.251.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTP id 35C60DDEEF for ; Wed, 7 Mar 2007 10:27:56 +1100 (EST) Message-ID: <45EDF8F5.9090009@am.sony.com> Date: Tue, 06 Mar 2007 15:27:49 -0800 From: Geoff Levand MIME-Version: 1.0 To: Edward Strong Subject: Re: Updated ps3fb usage? References: <29902.81.170.115.218.1173205803.squirrel@onkeh.net> <29265.81.170.117.164.1173218499.squirrel@onkeh.net> In-Reply-To: <29265.81.170.117.164.1173218499.squirrel@onkeh.net> Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Edward Strong wrote: >> I modified ps3fb to support the standard fbdev modedb framework, so you >> should >> be able to say e.g. `video=720p' or `video=ps3fb:720p' now. >> >> It should still work the old way (`video=ps3fb:mode:%u'), though (I'll >> give it >> a try when I get back to the office). >> >> Gr{oetje,eeting}s, > > Thanks Geert, just tried this and I'm still getting a "no signal" from my > TV after kboot, I'm pretty sure it's booting fine since I can see > hard-drive activity and the system reboots on ctrl+alt+delete. > > My last working compile was version 2.6.20-gd96197dd. I used the > ps3_defconfig, and my TV supports 480p/720p/1080i so not quite sure where > I'm going wrong here. Any pointers would be much appreciated. Sorry for the trouble, I accidentally applied the patch ps3-hires-defconfig.diff (below) when committing. 'mode:5' is 1080p, which your monitor does not support. Just set the mode to one your monitor supports. BTW, you need to build the video mode into kernel with CONFIG_CMDLINE since I don't yet have the code to parse and use the command line from kboot done. -Geoff --- ps3-linux-dev.orig/arch/powerpc/configs/ps3_defconfig +++ ps3-linux-dev/arch/powerpc/configs/ps3_defconfig @@ -213 +213,1 @@ -CONFIG_CMDLINE="root=/dev/sda1 ip=dhcp" +CONFIG_CMDLINE="root=/dev/sda1 ip=dhcp video=ps3fb:mode:5"