All of lore.kernel.org
 help / color / mirror / Atom feed
* radeonfb
@ 2003-08-08  5:11 Warren Turkal
  2003-08-10 20:36 ` radeonfb Benjamin Herrenschmidt
  0 siblings, 1 reply; 13+ messages in thread
From: Warren Turkal @ 2003-08-08  5:11 UTC (permalink / raw)
  To: linux-fbdev-devel

Does the benh patchset include any fixes for radeonfb on non-powerpc archs?
I have a laptop with a Radeon M7 that turns the screen solid white if I use
the fb at all. This includes the fbset or any sdl game on the console.

Warren Turkal
-- 
Treasurer, GOLUM, Inc.
http://www.golum.org



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RadeonFB
@ 2004-03-15 16:01 Oystein Haare
  2004-03-17 22:17 ` RadeonFB James Simmons
       [not found] ` <1080187819.2763.1.camel@kennedy>
  0 siblings, 2 replies; 13+ messages in thread
From: Oystein Haare @ 2004-03-15 16:01 UTC (permalink / raw)
  To: linux-kernel

Hi!

I'm having some problems with radeon framebuffer and the newer kernels.
I have a HP/Compaq nx7010 laptop computer, that is supposed to have a
Radeon 9200 graphics board.

Now.. in 2.6.1, it seems to work ok. But in 2.6.4 it just flickers alot.
Are there anyone else than me experiencing this problem? 

This is what it outputs:

radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=250.00 Mhz,
System=220.00 MHz
Non-DDC laptop panel detected
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: Samsung LTN150P1-L02    
radeonfb: detected LVDS panel size from BIOS: 1400x1050
radeondb: BIOS provided dividers will be used
radeonfb: Assuming panel size 1400x1050
radeonfb: Power Management enabled for Mobility chipsets
radeonfb: ATI Radeon Lf  DDR SGRAM 64 MB

Could the flickering have something to do with the fact that the lcd
panel on my laptop can only do 1280x800 resolution? Or doesn't the
1400x1050 have anything to do with resolution at all?

PS: Please CC replies to me as I am not on the list.

thanks 


^ permalink raw reply	[flat|nested] 13+ messages in thread
* RadeonFB
@ 2004-02-23 17:03 Grahame Bowland
  0 siblings, 0 replies; 13+ messages in thread
From: Grahame Bowland @ 2004-02-23 17:03 UTC (permalink / raw)
  To: linux-fbdev-devel

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


Hi guys

I own a Sapphire Radeon 9700 PRO. It's never worked with radeonfb in the
past. I just installed Linux 2.6.3-mm3 and suddenly radeonfb will
actually load. However, if I try to fbset to any mode other than the
default, I end up with what looks like a corrupt version of the screen
the VGA bios displays when I turn on the computer.

Does anyone have any hints on what I could do to make progress on this?
I can program, but don't know where to start or what to try. I'm
attaching the relevant logged output after I insmod the radeonfb module
- I've compiled it with the new debugging option.

(in the past I was just getting a "radeonfb: cannot map map FB" logged)

Cheers!
Grahame


[-- Attachment #2: fbdev.txt --]
[-- Type: application/octet-stream, Size: 945 bytes --]

radeonfb_pci_register BEGIN
radeonfb: probed SDR SGRAM 131072k videoram
radeonfb: mapped 16384k videoram
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=325.00 Mhz, System=310.00 MHz
1 chips in connector info
 - chip 1 has 2 connectors
  * connector 0 of type 2 (CRT) : 2300
  * connector 1 of type 3 (DVI-I) : 3201
Starting monitor auto detection...
radeonfb: I2C (port 1) ... not found
radeonfb: I2C (port 2) ... not found
radeonfb: I2C (port 3) ... found CRT display
radeonfb: I2C (port 4) ... not found
radeonfb: I2C (port 2) ... not found
radeonfb: I2C (port 4) ... not found
radeonfb: I2C (port 3) ... found CRT display
radeonfb: Monitor 1 type CRT found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Monitor Operating Limits: From EDID
     H: 30-98KHz V: 50-160Hz DCLK: 170MHz
radeonfb: ATI Radeon ND  SDR SGRAM 128 MB
radeonfb_pci_register END

^ permalink raw reply	[flat|nested] 13+ messages in thread
* radeonfb
@ 2002-01-13 16:02 Jacek Popławski
  2002-01-13 19:01 ` radeonfb Benjamin Herrenschmidt
  0 siblings, 1 reply; 13+ messages in thread
From: Jacek Popławski @ 2002-01-13 16:02 UTC (permalink / raw)
  To: linux-kernel

I compiled 2.4.18-pre3 with radeonfb patch. Console works without problems, but
every time I start fbi or fbtv:
- colors are bad (depth problem)
- when I quit application - monitor turns off (probably bad mode setting, but
  why mode is changed?), it turns on when I switch virtual console (then I can
  go back)
When I use "fbset 800x600-100" I have 24 bit depth, but I can't set
800x600-24@100 as lilo parameter. Only 800x600-16@100 works OK. 
Is there any radeonfb documentation or project page available?

-- 
decopter - free SDL/OpenGL simulator under heavy development
download it from http://decopter.sourceforge.net

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-03-26  5:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-08  5:11 radeonfb Warren Turkal
2003-08-10 20:36 ` radeonfb Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2004-03-15 16:01 RadeonFB Oystein Haare
2004-03-17 22:17 ` RadeonFB James Simmons
2004-03-18  0:56   ` RadeonFB Oystein Haare
     [not found] ` <1080187819.2763.1.camel@kennedy>
2004-03-25 22:38   ` RadeonFB Benjamin Herrenschmidt
2004-03-26  4:19     ` RadeonFB Oystein Haare
2004-03-26  4:27       ` RadeonFB Benjamin Herrenschmidt
2004-03-26  4:49         ` RadeonFB Oystein Haare
2004-03-26  4:58           ` RadeonFB Benjamin Herrenschmidt
2004-02-23 17:03 RadeonFB Grahame Bowland
2002-01-13 16:02 radeonfb Jacek Popławski
2002-01-13 19:01 ` radeonfb Benjamin Herrenschmidt

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.