Hi, i am working on a x86 board. facing some trouble with my pvr driver,whenever i enable my hardware acceleration my board hangs randomly and i have to reboot.
#cat /etc/xorg.conf Section "Device" Identifier "Video Device" Driver "pvr" Option "FlipChain" "true" Option "NoAccel" "false" Option "Plane" "UPP_B" Option "CursorPlane" "IAP_B" EndSection Section "Monitor" Identifier "Monitor" EndSection Section "Screen" Identifier "Screen" Monitor "Monitor" Device "Video Device" EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" Option "UseSIGIO" "false" EndSection i am not able to debug it as i get no errors in serial console. can anyone tell me where should i start debugging.
_______________________________________________ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com