Hi,<br> i am working on a x86 board.<br> facing some trouble with my pvr driver,whenever i enable my hardware acceleration my board hangs randomly and i have to reboot.<br><br> #cat /etc/xorg.conf<br> <br> Section "Device"<br>
Identifier "Video Device"<br> Driver "pvr"<br> Option "FlipChain" "true"<br> Option "NoAccel" "false"<br> Option "Plane" "UPP_B"<br>
Option "CursorPlane" "IAP_B"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen"<br>
Monitor "Monitor"<br> Device "Video Device"<br>EndSection<br><br>Section "DRI"<br> Mode 0666<br>EndSection<br><br>Section "ServerFlags"<br> Option "UseSIGIO" "false"<br>
EndSection<br><br><br>i am not able to debug it as i get no errors in serial console.<br>can anyone tell me where should i start debugging.<br>