From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 27 14:32:42 2014 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C74562A; Mon, 27 Jan 2014 14:32:42 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id C7C2E1ED6; Mon, 27 Jan 2014 14:32:41 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 4393017FCA6; Mon, 27 Jan 2014 15:32:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 6BC84160D42; Mon, 27 Jan 2014 15:33:30 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uN0ZRZ3uVrRf; Mon, 27 Jan 2014 15:33:29 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 594CA160D41; Mon, 27 Jan 2014 15:33:29 +0100 (CET) Message-ID: <52E66E44.6080206@bitfrost.no> Date: Mon, 27 Jan 2014 15:33:40 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Marat N.Afanasyev" , freebsd-multimedia@FreeBSD.org Subject: Re: strange behaviour of audacious References: <52E25BF3.5000203@li.ru> <52E39B5C.8000402@li.ru> <52E65F5A.9010500@li.ru> <52E66AA8.2000108@bitfrost.no> <52E66BAA.7020607@li.ru> In-Reply-To: <52E66BAA.7020607@li.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-gnome@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 14:32:42 -0000 On 01/27/14 15:22, Marat N.Afanasyev wrote: > Hans Petter Selasky wrote: >> On 01/27/14 14:30, Marat N.Afanasyev wrote: >>> Marat N.Afanasyev wrote: >>>> Marat N.Afanasyev wrote: >>>>> Hello! >>>>> >>>>> I have a very strange behaviour of multimedia/audacious that can be >>>>> described as 'one-click-dialog'. After starting audacious it cannot >>>>> run >>>>> even one dialog completely, opening dialog and clicking on any active >>>>> element leads to all other elements being irresponsible, e.g. opening >>>>> global Preferences and then Output Plugin Preferences gives me totally >>>>> unusable "OSS4 Output Settings" dialog that can be only closed by WM >>>>> close button, and everything is like this. >>>>> >>>>> PS. I don't subscribed to ml yet, so, if you want to answer me, CC: to >>>>> me too >>>>> >>>> It seems that latest transmission has the same kind of problem, in >>>> settings dialog for torrent 'Close' button works if, and only if it >>>> was >>>> the first element to click. If I click on somewhere else, I can close >>>> this dialog only using WM's 'Close' button >>>> >>> And more. Both multimedia/audacious and net-p2p/transmission-gtk >>> interfaces ignore key/mouse events after first click, but if I switch >>> workspace there and back again they process next event. I found that >>> something similar to my case was happening in evince3 >>> https://bbs.archlinux.org/viewtopic.php?pid=1305904#p1305904 but there's >>> no solution also. I suppose that this is a very rare and strange >>> problem, so I wonder how can I debug event passing to gtk3 windows to >>> make conditions when this problem is happening as clear as possible. >>> >> >> Hi, >> >> Are all your devices USB based? Audio, keyboard and mouse. Maybe there >> is too little bandwidth and then this will happen :-( >> >> --HPS Hi, What sample rate are you using? Is your audio device configured for surround. Most likely your USB audio device is eating all the USB bandwidth in the Host OS leaving your other USB devices non-responsive. This is a well known issue. USB audio has priority over mouse and keyboard. This will not happen if you install FreeBSD on your computer instead of running it inside a VM. Can you supply more details about USB devices connected to your computer? --HPS > I have ps/2 keyboard, usb mouse and usb audio, but this happens always, > regardless of uaudio usage. I can try to find usb-to-ps2 adapter for > mouse and plug off uaudio, to locate culprit. I don't understand why > gtk3 process exactly one type of event and why it processes next after > switching workspaces >