<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-output only updates mouse"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71345#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-output only updates mouse"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71345">bug 71345</a>
              from <span class="vcard"><a class="email" href="mailto:eyes-killer@gmx.de" title="Florian Erfurth <eyes-killer@gmx.de>"> <span class="fn">Florian Erfurth</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=71345#c11">comment #11</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=71345#c10">comment #10</a>)
> > With -d I only got error 'Unable to connect to "-f"'. Maybe wrong
> > parameters? Or am I missing somewhat?

> Silly me. -f -v (-f == stay in foreground and don't detach, -v == verbose).</span >
Um... still not working. :)

f.erfurth@Precision-M6600:~$ intel-virtual-output -f -v > i-v-o.txt
intel-virtual-output: invalid option -- 'v'

I took a look into source:
        while ((i = getopt(argc, argv, "abd:fhS")) != -1) {
                switch (i) {
                case 'd':
                        src_name = optarg;
                        break;
                case 'f':
                        daemonize = 0;
                        break;
                case 'b':
                        bumblebee = 1;
                        break;
                case 'a':
                        all = 1;
                        break;
                case 'S':
                        singleton = 0;
                        break;
                case 'h':
                default:
                        usage(argv[0]);
                        exit(0);
                }
        }

So... no verbose. D'uh!

<span class="quote">> > Not sure if this is important for you:
> > When I call `intel-virtual-output -f` I a crash-report-dialog appears.
> > Please see attachment. Crash doesn't happens everytime but... the funny
> > thing is... KDE4 is running well. Maybe KDE4 crashed on Display :8? Or its
> > just any library.

> No idea. Seems unrelated.</span >

I thought so.

cu Floh</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>