<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:manio@skyboo.net" title="Mariusz Białończyk <manio@skyboo.net>"> <span class="fn">Mariusz Białończyk</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server is crashing/eats 100% cpu when turning on monitor"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98383">bug 98383</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>xorg-team@lists.x.org
           </td>
           <td>nouveau@lists.freedesktop.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>major
           </td>
           <td>critical
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>unspecified
           </td>
           <td>git
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Priority</td>
           <td>medium
           </td>
           <td>high
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Server/General
           </td>
           <td>Driver/nouveau
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>skeggsb@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server is crashing/eats 100% cpu when turning on monitor"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98383#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server is crashing/eats 100% cpu when turning on monitor"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98383">bug 98383</a>
              from <span class="vcard"><a class="email" href="mailto:manio@skyboo.net" title="Mariusz Białończyk <manio@skyboo.net>"> <span class="fn">Mariusz Białończyk</span></a>
</span></b>
        <pre>Hello again,
Guys, recently I switched to the recent Xorg and nouveau from git.
The 100% cpu problem seems to be gone (at least so far), but the nouveau is
still crashing the xserver.

I still has to apply the following patch:
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index dd9fa27..a468223 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -1542,7 +1542,7 @@ drmmode_handle_uevents(ScrnInfoPtr scrn)
        if (!dev)
                return;

-       RRGetInfo(xf86ScrnToScreen(scrn), TRUE);
+       //RRGetInfo(xf86ScrnToScreen(scrn), TRUE);
        udev_device_unref(dev);
 }
 #endif

Otherwise - when I turn on the TV on other Xorg instance (with intel driver),
the xorg is crashing. Maybe nouveau is trying to do something wrong with the
randr event on other xorg instance?

It is now over a five months from the time when I reported it. Is it really so
hard to cooperate with me to get rid of this bug? I can try your patches, give
you additional debug information, I have programming skills.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>