<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No mouse cursor (invisible) with dual monitors and DVI/VGA "Y" cable, no display on DVI"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94259#c56">Comment # 56</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - No mouse cursor (invisible) with dual monitors and DVI/VGA "Y" cable, no display on DVI"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94259">bug 94259</a>
              from <span class="vcard"><a class="email" href="mailto:kevinbrace@gmx.com" title="Kevin Brace <kevinbrace@gmx.com>"> <span class="fn">Kevin Brace</span></a>
</span></b>
        <pre>Hi Eric,

I think CN700 has a hardware level limitation that does not allow simultaneous
display of hardware cursors (Note: strictly speaking, VIA calls this hardware
icon).
In order to workaround this limitation, you will like to put the following
xorg.conf under /etc/X11.

___________________________________________________________________________
Section "Device"
        Identifier      "openchrome"
        Driver          "openchrome"    
        Option          "SWCursor"      "true"
EndSection
___________________________________________________________________________


This will disable hardware cursor and use software cursor instead.
This should workaround the cursor problem when you are using two monitors.
In the future, software cursor may have to be forced if the user is using two
display controllers simultaneously for the older chipsets.</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>