linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pontus Fuchs <pontus.fuchs@tactel.se>
To: Peter Chubb <peter@chubb.wattle.id.au>
Cc: linux-kernel@vger.kernel.org, ajoshi@shell.unixbox.com
Subject: Re: Radeon framebuffer problems i 2.6.0-test6
Date: Wed, 01 Oct 2003 10:03:13 +0200 (CEST)	[thread overview]
Message-ID: <1064995393.3f7a8a411bf1f@mail.tactel.se> (raw)
In-Reply-To: <16250.4701.976132.141380@wombat.chubb.wattle.id.au>

Hi,

Quoting Peter Chubb <peter@chubb.wattle.id.au>:
> Try this patch that's been floating around for a while.
> 
> Ani, can you please push this patch to Linus?  It fixes the Radeon
> problems for a lot of people.

In addition I need the following patch for radeonfb to work on my Asus L5.
See http://bugs.xfree86.org/show_bug.cgi?id=561 for more info.

--- radeonfb.c.orig	2003-09-20 11:47:53.000000000 +0200
+++ radeonfb.c	2003-10-01 09:38:23.000000000 +0200
@@ -1099,7 +1099,7 @@
 	printk("radeonfb: detected DFP panel size from BIOS: %dx%d\n",
 		rinfo->panel_xres, rinfo->panel_yres);
 
-	for(i=0; i<20; i++) {
+	for(i=0; i<21; i++) {
 		tmp0 = rinfo->bios_seg + readw(tmp+64+i*2);
 		if (tmp0 == 0)
 			break;

Pontus Fuchs


  reply	other threads:[~2003-10-01  8:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-30 20:12 Radeon framebuffer problems i 2.6.0-test6 Henrik Christian Grove
2003-09-30 22:05 ` Peter Osterlund
2003-09-30 23:31 ` Peter Chubb
2003-10-01  8:03   ` Pontus Fuchs [this message]
2003-10-01  9:02   ` Henrik Christian Grove
2003-10-01 22:20   ` Ani Joshi
     [not found] <Bz8D.La.11@gated-at.bofh.it>
2003-09-30 21:03 ` Henrik Christian Grove

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=1064995393.3f7a8a411bf1f@mail.tactel.se \
    --to=pontus.fuchs@tactel.se \
    --cc=ajoshi@shell.unixbox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@chubb.wattle.id.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).