From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932355AbVHYSuc (ORCPT ); Thu, 25 Aug 2005 14:50:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932377AbVHYSuc (ORCPT ); Thu, 25 Aug 2005 14:50:32 -0400 Received: from smtp3.wanadoo.fr ([193.252.22.28]:30826 "EHLO smtp3.wanadoo.fr") by vger.kernel.org with ESMTP id S932355AbVHYSub (ORCPT ); Thu, 25 Aug 2005 14:50:31 -0400 X-ME-UUID: 20050825185022770.BC0811C0021B@mwinf0307.wanadoo.fr Message-ID: <430E1246.5020107@worldonline.fr> Date: Thu, 25 Aug 2005 20:47:34 +0200 From: Sylvain Meyer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: fr-fr, en-us MIME-Version: 1.0 To: Sebastian Kaergel Cc: "Antonino A. Daplas" , torvalds@osdl.org, linux-kernel@vger.kernel.org Subject: Re: Linux-2.6.13-rc7 References: <20050825194954.6db42e90.mailing@wodkahexe.de> <430DF08C.8010604@gmail.com> <20050825210148.4f60e531.mailing@wodkahexe.de> X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Sorry but could you re-explain me the problem. Tony, you've only CC'ed me the end of the story. Just a correction the options are video=intelfb:accel=0,hwcursor=0 with = and not : Regards Sylvain Sebastian Kaergel a écrit: >On Fri, 26 Aug 2005 00:23:40 +0800 >"Antonino A. Daplas" wrote: > > > >>Sebastian Kaergel wrote: >> >> >>>On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) >>>Linus Torvalds wrote: >>> >>> >>> >>>>Sylvain Meyer: >>>> intelfb: Do not ioremap entire graphics aperture >>>> >>>> >>Probably this one. If vram is less than stolen size, intelfb >>will only ioremap the framebuffer memory, excluding the >>ringbuffer and the cursor memory. >> >>Try booting with video=intelfb:accel:0,nohwcursor:0. If you get >>a display, try this patch. >> >>CC'ed Sylvain. >> >>Signed-off-by: Antonino Daplas >>--- >> >> > > >Hi, >thanks for your quick reply, but it did not work. the screen remains >black when booting with video=intelfb:accel:0,{,no}hwcursor:0 > > >