Re: [gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Adam Carter
On Thu, Sep 19, 2019 at 9:58 AM Walter Dnes wrote: > On Wed, Sep 18, 2019 at 09:14:44PM +0100, Mick wrote > > > Yes, you only have one card 0. The first device (default) is the > analogue. > > > > What does 'arecord -l' show? > > List of CAPTURE Hardware Devices > card 0: PCH [HDA Inte

Re: [gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Walter Dnes
On Wed, Sep 18, 2019 at 09:14:44PM +0100, Mick wrote > Yes, you only have one card 0. The first device (default) is the analogue. > > What does 'arecord -l' show? List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CX20641 Analog [CX20641 Analog] Subdevices: 1/1

Re: [gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Mick
On Wednesday, 18 September 2019 19:03:02 BST Walter Dnes wrote: > On Wed, Sep 18, 2019 at 11:16:41AM +0100, Mick wrote > > > On Wednesday, 18 September 2019 10:10:16 BST Walter Dnes wrote: > > > ffmpeg -f alsa -ac 2 -i hw:0 -video_size 1920x1080 -framerate 25 -f > > > x11grab > > > -i :0.0 output.

Re: [gentoo-user] UEFI data corruption? [SOLVED, mostly]

2019-09-18 Thread Mick
On Wednesday, 18 September 2019 17:26:25 BST Peter Humphrey wrote: > On Wednesday, 18 September 2019 14:20:11 BST Mick wrote: > > I think --label can only be specified when you --create a new entry in the > > UEFI boot menu. If there is an entry already present, I think you cannot > > modify it.

Re: [gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Walter Dnes
On Wed, Sep 18, 2019 at 11:16:41AM +0100, Mick wrote > On Wednesday, 18 September 2019 10:10:16 BST Walter Dnes wrote: > > > > ffmpeg -f alsa -ac 2 -i hw:0 -video_size 1920x1080 -framerate 25 -f x11grab > > -i :0.0 output.mp4 > > The above should work, but only if your active audio card has Card

Re: [gentoo-user] Re: firefox 68

2019-09-18 Thread Daniel Pielmeier
Mick schrieb am 18.09.19 um 11:47: > On Monday, 16 September 2019 17:55:45 BST Daniel Pielmeier wrote: > >> What fixed the issue for me was deleting the files addons.json and >> addonStartup.json.lz4. As well as addons.sqlite which is superseded by >> addons.json anyway. >> >> After this firefox s

Re: [gentoo-user] UEFI data corruption? [SOLVED, mostly]

2019-09-18 Thread Peter Humphrey
On Wednesday, 18 September 2019 14:20:11 BST Mick wrote: > On Wednesday, 18 September 2019 09:43:11 BST Peter Humphrey wrote: > > On Tuesday, 17 September 2019 07:23:10 BST Peter Humphrey wrote: > > > > Well, it seems to be working now - mostly. > > > > The fix was to write a new gpt label, creat

Re: [gentoo-user] Re: problem with named restarting

2019-09-18 Thread John Covici
On Wed, 18 Sep 2019 11:47:37 -0400, Ian Zimmerman wrote: > > On 2019-09-17 20:40, John Covici wrote: > > > On Tue, 17 Sep 2019 18:33:51 -0400, > > Ian Zimmerman wrote: > > > > > > On 2019-09-17 13:01, John Covici wrote: > > > > > > > > > Also, when I restart named (which I have now done automat

[gentoo-user] Re: problem with named restarting

2019-09-18 Thread Ian Zimmerman
On 2019-09-17 20:40, John Covici wrote: > On Tue, 17 Sep 2019 18:33:51 -0400, > Ian Zimmerman wrote: > > > > On 2019-09-17 13:01, John Covici wrote: > > > > > > > Also, when I restart named (which I have now done automatically by > > > > > systemd) it gives me a lot of errors like the following:

Re: [gentoo-user] UEFI data corruption? [SOLVED, mostly]

2019-09-18 Thread Mick
On Wednesday, 18 September 2019 09:43:11 BST Peter Humphrey wrote: > On Tuesday, 17 September 2019 07:23:10 BST Peter Humphrey wrote: > > Well, it seems to be working now - mostly. > > The fix was to write a new gpt label, create all the partitions and build a > new system: no use of earlier pack

Re: [gentoo-user] Slow UI for firefox 68

2019-09-18 Thread Mick
On Wednesday, 18 September 2019 08:51:54 BST Emmanuel Vasilakis wrote: > On 18/9/19 1:19 π.μ., Walter Dnes wrote: > > On Tue, Sep 17, 2019 at 06:16:22PM +0300, Emmanuel Vasilakis wrote > > > >> I've compiled firefox using these use flags: > >> > >> clang custom-cflags custom-optimization dbus gmp

Re: [gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Mick
On Wednesday, 18 September 2019 10:10:16 BST Walter Dnes wrote: > I'm trying to do a video+audio capture of my desktop, e.g. a Youtube > video playing, or whatever. I've got video capture working, but not > audio. I've compiled ffmpeg with both "alsa" and "oss" USE flags and > tried the command

Re: [gentoo-user] Re: firefox 68

2019-09-18 Thread Mick
On Monday, 16 September 2019 17:55:45 BST Daniel Pielmeier wrote: > What fixed the issue for me was deleting the files addons.json and > addonStartup.json.lz4. As well as addons.sqlite which is superseded by > addons.json anyway. > > After this firefox started fine. Having had problems with addon

[gentoo-user] [OT] ffmpeg video+audio capture question

2019-09-18 Thread Walter Dnes
I'm trying to do a video+audio capture of my desktop, e.g. a Youtube video playing, or whatever. I've got video capture working, but not audio. I've compiled ffmpeg with both "alsa" and "oss" USE flags and tried the commands... ffmpeg -f alsa -ac 2 -i hw:0 -video_size 1920x1080 -framerate 25 -

Re: [gentoo-user] UEFI data corruption? [SOLVED, mostly]

2019-09-18 Thread Peter Humphrey
On Tuesday, 17 September 2019 07:23:10 BST Peter Humphrey wrote: Well, it seems to be working now - mostly. The fix was to write a new gpt label, create all the partitions and build a new system: no use of earlier packages. User data came from backups. Meanwhile, I used bootctl and efibootmgr t

Re: [gentoo-user] Re: problem with named restarting

2019-09-18 Thread Adam Carter
> > > which left me puzzled: the libressl flag docstring talks about a ssl > > flag which doesn't exist for this package. > > > > Try running "ldd /usr/sbin/named". Is openssl (ie. libssl and > > libcrypto) part of the output? > libcrypto is there along with libgnutls, but no libssl. > > FWIW, on

Re: [gentoo-user] Question : Fixing @x11-module-rebuild

2019-09-18 Thread Mickaël Bucas
Le mer. 18 sept. 2019 à 04:31, Corbin a écrit : > > > On 9/17/19 2:41 PM, Jack wrote: > > I have one older box which still behaves "correctly." On my newer box, > > built about a month ago, I get the same behavior you describe. I have > > no explanation. > > > > Jack > > Looks like an emerge bug

Re: [gentoo-user] Slow UI for firefox 68

2019-09-18 Thread Emmanuel Vasilakis
On 18/9/19 1:19 π.μ., Walter Dnes wrote: On Tue, Sep 17, 2019 at 06:16:22PM +0300, Emmanuel Vasilakis wrote I've compiled firefox using these use flags: clang custom-cflags custom-optimization dbus gmp-autoupdate hwaccel lto pgo screenshot startup-notification system-av1 system-harfbuzz system