[Bug 71345] intel-virtual-output only updates mouse
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 8 02:55:24 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71345
--- Comment #12 from Florian Erfurth <eyes-killer at gmx.de> ---
(In reply to comment #11)
> (In reply to comment #10)
> > 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).
Um... still not working. :)
f.erfurth at 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!
> > 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.
I thought so.
cu Floh
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20131108/b900506b/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list