Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Adam Carter
On Thu, Jun 27, 2019 at 11:22 AM Adam Carter wrote: > Missed this, you can use `vainfo` and it should tell you the profiles it >> supports. >> > > $ vainfo > libva info: VA-API version 1.4.0 > X Error of failed request: BadRequest (invalid request code or no such > operation) > > The error

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Adam Carter
> > Missed this, you can use `vainfo` and it should tell you the profiles it > supports. > $ vainfo libva info: VA-API version 1.4.0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 154 (DRI2) Minor opcode of failed request:

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Mike Gilbert
On Wed, Jun 26, 2019, 7:30 PM Neil Bothwick wrote: > On Wed, 26 Jun 2019 18:00:22 -0500, »Q« wrote: > > > > In an OpenRC system there is no loginctl. Consequently, unless we > > > define a separate config in /etc/ to use shutdown (with sudo?) it > > > won't work. This systemd-ism may be worth

Re: [gentoo-user] Re: fdm fails during ./configure: libssl not found

2019-06-26 Thread Bryant Morrow
Aha! Thank you for that, I didn't see those bug reports in my Google searches. Now I know to check the bugtracking projects directly. I've set up a local portage repo with a modified fdm-1.9 ebuild using the patch given in that link, and fdm builds without issue. Thank you! On Tue, 25 Jun 2019

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Neil Bothwick
On Wed, 26 Jun 2019 18:00:22 -0500, »Q« wrote: > > In an OpenRC system there is no loginctl. Consequently, unless we > > define a separate config in /etc/ to use shutdown (with sudo?) it > > won't work. This systemd-ism may be worth a bug report. > > In

[gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread »Q«
On Wed, 26 Jun 2019 11:20:20 +0100 Mick wrote: > On Tuesday, 25 June 2019 17:09:55 BST »Q« wrote: > > On Mon, 24 Jun 2019 21:19:09 +0100 > > > > Mick wrote: > > > Also, the sddm DM shutdown/reboot buttons now do not work. O_O > > > > Those have never worked for me. > > I just looked

Re: [gentoo-user] Re: virtual eselect - how to

2019-06-26 Thread David Haller
Hello, On Wed, 26 Jun 2019, Ian Zimmerman wrote: >On 2019-06-26 14:51, Mick wrote: > >> > I have installed openblas but 'eselect blas list' doesn't know about >> > this. >> >> I assume it doesn't know about it because there is no eselect module >> for blas. > >There definitely is, I have run

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Daniel Frey
On 6/25/19 4:57 PM, Adam Carter wrote: My skylake (i3-6100U) system drops frames when watching x265 movies (in mpv and kodi), with all cores at 100% CPU. I've re-run through https://wiki.gentoo.org/wiki/Intel and tried changing from the intel driver to modsetting, and it appears to use less

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Daniel Frey
On 6/25/19 11:53 PM, Adam Carter wrote: This wouldn't happen to be a 10-bit encoded x265, would it? If it is, 10-bit hardware decoding is only supported in Kaby Lake or newer (this could explain it decoding in software/on CPU instead of GPU.)  That's possible.

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Daniel Frey
On 6/26/19 8:16 AM, Mick wrote: On Wednesday, 26 June 2019 15:22:45 BST Peter Humphrey wrote: On Wednesday, 26 June 2019 11:20:20 BST Mick wrote: I just looked at another installation. The default sddm configuration file (/usr/share/sddm/sddm.conf.d/00default.conf) shows this: [General] #

Re: [gentoo-user] Re: [Was: What the devil?!!] sddm shutdown & reboot

2019-06-26 Thread Mick
On Wednesday, 26 June 2019 16:49:11 BST Arve Barsnes wrote: > On Wed, 26 Jun 2019 at 17:13, Neil Bothwick wrote: > > > Could it be loginctl is there to confirm if a local button operation > > > can run / sbin/poweroff, rather than actually running the command as > > > shown in the sddm config

[gentoo-user] Amazon Corretto JDK?

2019-06-26 Thread Paul B. Henson
Has anybody tried out (or made an ebuild for) the Amazon Corretto jdk package? https://aws.amazon.com/corretto/ This looks like an interesting alternative that is no-cost and promises long term support. It will also be used for almost all AWS java deployments, so it should be well tested

Re: [gentoo-user] Re: [Was: What the devil?!!] sddm shutdown & reboot

2019-06-26 Thread Arve Barsnes
On Wed, 26 Jun 2019 at 17:13, Neil Bothwick wrote: > > Could it be loginctl is there to confirm if a local button operation > > can run / sbin/poweroff, rather than actually running the command as > > shown in the sddm config file? > > No, not when I tried it > > % loginctl poweroff > Unknown

[gentoo-user] Re: virtual eselect - how to

2019-06-26 Thread Ian Zimmerman
On 2019-06-26 14:51, Mick wrote: > > I have installed openblas but 'eselect blas list' doesn't know about > > this. > > I assume it doesn't know about it because there is no eselect module > for blas. There definitely is, I have run across this problem as well. -- Please don't Cc: me

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Mick
On Wednesday, 26 June 2019 15:22:45 BST Peter Humphrey wrote: > On Wednesday, 26 June 2019 11:20:20 BST Mick wrote: > > I just looked at another installation. The default sddm configuration > > file (/usr/share/sddm/sddm.conf.d/00default.conf) shows this: > > > > [General] > > # Halt command > >

Re: [gentoo-user] Re: [Was: What the devil?!!] sddm shutdown & reboot

2019-06-26 Thread Neil Bothwick
On Wed, 26 Jun 2019 15:15:37 +0100, Mick wrote: > > > [General] > > > # Halt command > > > HaltCommand=/usr/bin/loginctl poweroff > > > > > > In an OpenRC system there is no loginctl. Consequently, unless we > > > define a separate config in /etc/ to use shutdown (with sudo?) it > > > won't

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Peter Humphrey
On Wednesday, 26 June 2019 11:20:20 BST Mick wrote: > I just looked at another installation. The default sddm configuration file > (/ usr/share/sddm/sddm.conf.d/00default.conf) shows this: > > [General] > # Halt command > HaltCommand=/usr/bin/loginctl poweroff > > In an OpenRC system there is

[gentoo-user] Re: [Was: What the devil?!!] sddm shutdown & reboot

2019-06-26 Thread Mick
On Wednesday, 26 June 2019 11:34:47 BST Neil Bothwick wrote: > On Wed, 26 Jun 2019 11:20:20 +0100, Mick wrote: > > I just looked at another installation. The default sddm configuration > > file (/ usr/share/sddm/sddm.conf.d/00default.conf) shows this: > > > > [General] > > # Halt command > >

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Daniel Frey
On 6/25/19 11:42 PM, Adam Carter wrote: What about USE flags for mesa and libva?  x11-libs/libva-2.4.0:0/2::gentoo  USE="X drm opengl -utils -vdpau -wayland" media-libs/mesa-19.1.1::gentoo  USE="classic dri3 egl gallium gbm gles2 llvm vaapi -d3d9 -debug -gles1 (-libglvnd) -lm_sensors

Re: [gentoo-user] virtual eselect - how to

2019-06-26 Thread Mick
On Wednesday, 26 June 2019 14:05:27 BST Helmut Jarausch wrote: > Hi, > what is the relationship of a virtual package and eselect. > E.g. > I have installed openblas but 'eselect blas list' doesn't know about > this. I assume it doesn't know about it because there is no eselect module for blas.

[gentoo-user] virtual eselect - how to

2019-06-26 Thread Helmut Jarausch
Hi, what is the relationship of a virtual package and eselect. E.g. I have installed openblas but 'eselect blas list' doesn't know about this. I have even modified virtual/blas to include openblas. How does eselect get the list of alternatives? Many thanks for a hint, Helmut

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Neil Bothwick
On Wed, 26 Jun 2019 11:20:20 +0100, Mick wrote: > I just looked at another installation. The default sddm configuration > file (/ usr/share/sddm/sddm.conf.d/00default.conf) shows this: > > [General] > # Halt command > HaltCommand=/usr/bin/loginctl poweroff > > In an OpenRC system there is no

Re: [gentoo-user] Re: What the devil?!! [or Plasma teething problems Ia.]

2019-06-26 Thread Mick
On Tuesday, 25 June 2019 17:09:55 BST »Q« wrote: > On Mon, 24 Jun 2019 21:19:09 +0100 > > Mick wrote: > > Can someone please explain how the removal of the 'wireless' USE flag > > from powerdevil ends up with no buttons for Suspend-to-RAM, > > Hibernation, Reboot or Shutdown under the Leave tab

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Adam Carter
> > This wouldn't happen to be a 10-bit encoded x265, would it? If it is, > >> 10-bit hardware decoding is only supported in Kaby Lake or newer (this >> could explain it decoding in software/on CPU instead of GPU.) >> > > That's possible. Is there an easy way to tell? > Looked through the output

Re: [gentoo-user] skylake and x265 movie display

2019-06-26 Thread Adam Carter
> What about USE flags for mesa and libva? > x11-libs/libva-2.4.0:0/2::gentoo USE="X drm opengl -utils -vdpau -wayland" media-libs/mesa-19.1.1::gentoo USE="classic dri3 egl gallium gbm gles2 llvm vaapi -d3d9 -debug -gles1 (-libglvnd) -lm_sensors -opencl -osmesa -pax_kernel -pic (-selinux)