Ville Syrjälä wrote:
> On Thu, Feb 15, 2007 at 02:11:45AM +0200, Petri Hintukainen wrote:
>> I've successfully used DirectFB on xbox (gentoo based system, nvidia HW) 
>> for at least two years.
>> Now, DFB updates break system - again: 0.9.22 was ok ; .24 was ok ; 
>> anything else (.23 and everything up to current rc) always freeze whole 
>> system when started ...
>>
>> Any ideas where to start debugging ?
> 
> Sounds like it could be the nvidia driver...
> 
> - try with disable-module=nvidia option
> - try with no-hardware option
> - try to run just dfbinfo
> 

Please try the attached patch and tell us if it works.

-- 
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb
--- DirectFB/gfxdrivers/nvidia/nvidia.c	2006-10-27 11:05:00.000000000 +0200
+++ /home/klan/src/DirectFB/gfxdrivers/nvidia/nvidia.c	2007-02-15 17:08:23.000000000 +0100
@@ -1576,7 +1576,7 @@
                device_info->caps.blitting = NV10_SUPPORTED_BLITTINGFLAGS;
                break;
           case NV_ARCH_20:
-               device_info->caps.flags    = CCF_CLIPPING | CCF_READSYSMEM;
+               device_info->caps.flags    = CCF_CLIPPING /*| CCF_READSYSMEM*/;
                device_info->caps.accel    = NV20_SUPPORTED_DRAWINGFUNCTIONS |
                                             NV20_SUPPORTED_BLITTINGFUNCTIONS;
                device_info->caps.drawing  = NV20_SUPPORTED_DRAWINGFLAGS;
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to