<br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 5:35 AM, Alessandro Boggiano <span dir="ltr"><<a href="mailto:boggiano@gmail.com">boggiano@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
I have a big problems with my Dell Optiplex 780 and KDE 4.2. (FC10).<br>
<br>
Here the beahvior:<br>
If I don't use any xorg.conf file, and let the system probes the hw,<br>
the monitor enters in power save and the computer locks up (not always but VERY OFTEN).<br>
(no answers at all, I can't even ssh in it!)<br>
<br>
So I used system-config-display in order to generate a xorg.conf file.<br>
<br>
Everything works fine until I enable  desktop effects.<br>
The problem is that the graphic is really choppy: often,<br>
I have to close and reopen  a window several times in order to see it correctly.<br>
<br>
I have read this<br>
<a href="http://userbase.kde.org/GPU-Performance#Desktop_Effects_causes_random_freezes" target="_blank">http://userbase.kde.org/GPU-Performance#Desktop_Effects_causes_random_freezes</a><br>
and I tried to add le line:<br>
Option "AccelMethod" "EXA"<br>
but no luck at all!<br>
<br>
And right now,while I'm typing, X is locked up and I can see (in ssh) in /var/log/Xorg.0.log a lot of these:<br>
<br>
[mi] EQ overflowing. The server is probably stuck in an infinite loop.<br>
[mi] mieqEnequeue: out-of-order valuator event; dropping.<br>
<br>
<br>
The GPU is an Intel Q45/Q43 (using driver intel)<br>
and the monitor is a DELL E178FP.<br>
<br>
<br>
What else can I try?<br>
<br>
</blockquote><div><br>I had the same problem as yours and ended up <br>hooking an nvidia card in my box. However,<br>I heard that the modifications below can activated the 3D engine.<br>Just use the appropriate resolution for your case. It may help:<br>
<p>Section "Device"<br>        Identifier  "Videocard0"<br>        Driver      "intel"<br><strong>        Option     "Tiling" "False"</strong><br>EndSection<br> </p>Section "Screen"<br>
        Identifier "Screen0"<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>        SubSection "Display"<br>                Viewport   0 0<br>                Depth     24<br>
<strong>                Modes    "1280x800" "1024x768"</strong> <strong>"800x600"</strong><br>        EndSubSection<br>EndSection <br></div></div><br clear="all"><br>-- <br>Paulo Roma Cavalcanti<br>
LCG - UFRJ<br>