All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Didier Spaier <didier.spaier-GqzDj6/B2j8@public.gmane.org>
Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: Blank screen at startup (conflict with VESA VGA)
Date: Tue, 6 Apr 2010 19:20:19 +0200	[thread overview]
Message-ID: <20100406172019.GA2744@joi.lan> (raw)
In-Reply-To: <4BBAF07E.9070005-GqzDj6/B2j8@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

On Tue, Apr 06, 2010 at 10:27:42AM +0200, Didier Spaier wrote:
> Thansk for your answer, kernel logs are attached.
> 

Can you check attached patch? It's a quick hack to kick vesa before
we initialize the hardware.

Marcin


[-- Attachment #2: remove_vesa_earlier.diff --]
[-- Type: text/plain, Size: 611 bytes --]

diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c
index 1de974a..9db8482 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.c
@@ -401,6 +401,17 @@ static struct drm_driver driver = {
 
 static int __init nouveau_init(void)
 {
+	int i;
+
+	for (i = 0 ; i < FB_MAX; i++) {
+		if (!registered_fb[i])
+			continue;
+
+		printk(KERN_ERR "nouveau: removing %s driver\n",
+			       registered_fb[i]->fix.id);
+		unregister_framebuffer(registered_fb[i]);
+	}
+
 	driver.num_ioctls = nouveau_max_ioctl;
 
 	if (nouveau_modeset == -1) {

[-- Attachment #3: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

  parent reply	other threads:[~2010-04-06 17:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-05 20:59 Blank screen at startup (conflict with VESA VGA) Didier Spaier
     [not found] ` <4BBA4F3C.9070606-GqzDj6/B2j8@public.gmane.org>
2010-04-05 21:45   ` Marcin Slusarz
     [not found]     ` <20100405214559.GA4230-OI9uyE9O0yo@public.gmane.org>
2010-04-06  8:27       ` Didier Spaier
     [not found]         ` <4BBAF07E.9070005-GqzDj6/B2j8@public.gmane.org>
2010-04-06  8:48           ` Didier Spaier
2010-04-06 17:20           ` Marcin Slusarz [this message]
     [not found]             ` <20100406172019.GA2744-OI9uyE9O0yo@public.gmane.org>
2010-04-06 18:43               ` Didier Spaier
     [not found]                 ` <4BBB80B8.5000806-GqzDj6/B2j8@public.gmane.org>
2010-04-06 19:21                   ` Marcin Slusarz
     [not found]                     ` <20100406192109.GA2943-OI9uyE9O0yo@public.gmane.org>
2010-04-06 19:29                       ` Didier Spaier
     [not found]                         ` <20100410220119.GA2949@joi.lan>
     [not found]                           ` <4BC1DF11.3000603@epsm.fr>
     [not found]                             ` <20100411153919.GA12618@joi.lan>
     [not found]                               ` <4BC1FA45.1050808@epsm.fr>
     [not found]                                 ` <20100411170535.GA4016@joi.lan>
     [not found]                                   ` <4BC2231C.2060509@epsm.fr>
     [not found]                                     ` <4BC2BA76.8040509@epsm.fr>
     [not found]                                       ` <20100412101413.GA2733@joi.lan>
     [not found]                                         ` <4BC2F69E.6000905@epsm.fr>
     [not found]                                           ` <4BC2F69E.6000905-GqzDj6/B2j8@public.gmane.org>
2010-04-12 10:50                                             ` Marcin Slusarz
     [not found]                                               ` <20100412105013.GA2789-OI9uyE9O0yo@public.gmane.org>
2010-04-12 11:17                                                 ` Didier Spaier
2010-04-12 17:04                                                 ` Pekka Paalanen
     [not found]                                                   ` <20100412200458.0380a4fe-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>
2010-04-13  1:15                                                     ` Christopher James Halse Rogers
2010-04-13 11:34                                                       ` Marcin Slusarz
     [not found]                                                         ` <20100413113451.GA10009-OI9uyE9O0yo@public.gmane.org>
2010-04-15 20:19                                                           ` Aaron Plattner
     [not found]                                                             ` <20100415201941.GA20030-J3EY2hv0KmgMOYszX5p1ytBPR1lH4CV8@public.gmane.org>
2010-04-16 17:19                                                               ` Marcin Slusarz
2010-04-05 22:43   ` Pekka Paalanen
     [not found]     ` <20100406014338.752ab0a3-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>
2010-04-06  8:47       ` Didier Spaier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100406172019.GA2744@joi.lan \
    --to=marcin.slusarz-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=didier.spaier-GqzDj6/B2j8@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.