Re: radeonfb doesn't work with an ati X800 pcie card
From: Jimmy Jazz <hidden>
Date: 2007-03-28 21:08:08
Jimmy Jazz a écrit :
Certainly not related to the current issue, radeonfb and x11 disagree how many memories the video card really has. radeonfb found half the content and detects the dvi connector where the flat screen is attached to quite well but identifies a CRT monitor instead of a TMDS.
this one was easy, the size was just limited to less then 256 :) # diff -ruN radeon_base.c.patched2 radeon_base.c
--- radeon_base.c.patched2 2007-03-26 14:15:47.000000000 +0200
+++ radeon_base.c 2007-03-28 23:03:53.000000000 +0200@@ -2139,10 +2139,6 @@ /* mem size is bits [28:0], mask off the rest */ rinfo->video_ram = tmp & CONFIG_MEMSIZE_MASK; - /* Limit memory to 128 megs for now */ - if (rinfo->video_ram > MAX_VRAM) - rinfo->video_ram = MAX_VRAM; - /* * Hack to get around some busted production M6's * reporting no ram -------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV