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
>
> 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:
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 a
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
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 /usr/share/sddm/sddm.conf.d/00default.c
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 at
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 acr
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 CPU
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.
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]
# Hal
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 file
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
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 oper
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 private
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
> >
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 work
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 n
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
> > Halt
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
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.
>
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
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 lo
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 o
23 matches
Mail list logo