Comment 73 for bug 274340

Revision history for this message
In , Ivan (ivan-redhat-bugs) wrote :

(In reply to comment #27)
> Ivan's symptoms look familiar to me. Opencrome has worked here fine since I
> switched to EXA with some extra parameters. No more crashes or cpu hogs.
>
> Option "AccelMethod" "EXA"
> Option "ExaNoComposite" "True"
> Option "MigrationHeuristic" "greedy"
> Option "ExaScratchSize" "8192"
> Option "MaxDRIMem" "16384"
>
> I believe some non-EXA problems are avoided with;
> Option "SWCursor" "true"
> Option "NoXVDMA" "true"
>
> From some tests I also have still active this;
> Section "Extensions"
> Option "Composite" "enable"
> EndSection
>

Hello,

With settings that Vesa Ruokonen returned and set the drive and restart the
openchrome X, xorg was ok, not giving the problem of high consumption of CPU. I
believe my problem was resolved.
So my xorg.conf was as follows:

Section "Device"
         Identifier "Videocard0"
         Driver "openchrome"
         Option "AccelMethod" "EXA"
         Option "ExaNoComposite" "True"
         Option "MigrationHeuristic" "greedy"
         Option "ExaScratchSize" "8192"
         Option "MaxDRIMem" "16384"
EndSection

Thanks to friends for help.

Regards,

Ivan Paes