[gentoo-user] Plasma multi monitor issues

2016-10-06 Thread Coert
Hello all, I have a machine with 4 monitors attached from 2 nvidia GPUs Using the proprietary nvidia drivers. Plasma works, and is aware of the 4 screens, but if I maximize a window, it goes over all 4 screens. I looked in the Plasma settings under window management, but cannot disable this beh

Re: [gentoo-user] Fluid -- the fltk gui designer...how to get it?

2016-10-06 Thread waltdnes
On Sun, Sep 25, 2016 at 03:43:40PM +0200, meino.cra...@gmx.de wrote > Hi, > > I neither found appropiate USE flags nor a seperate package > for this... > > How can I get FLUID -- the fltk gui designer? Bug https://bugs.gentoo.org/show_bug.cgi?id=595246 has been fixed. I don't know how long it

Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org

2016-10-06 Thread Alexander Kapshuk
On Thu, Oct 6, 2016 at 2:52 AM, Daniel Frey wrote: > On 10/05/2016 09:52 AM, Alexander Kapshuk wrote: >>> >>> Is it possible the fonts are not active on your system? `eselect >>> fontconfig list` ? >>> >>> Dan >>> >> >> eselect fontconfig list >> Available fontconfig .conf files (* is enabled): >>

[gentoo-user] Strive for zero swap usage?

2016-10-06 Thread Grant
Swap usage on Linux always seems a little tricky to me. Should my goal on a web server be zero swap usage, meaning the attached graph should show no green lines at all if I'm doing it right? - Grant

Re: [gentoo-user] Strive for zero swap usage?

2016-10-06 Thread Rich Freeman
On Thu, Oct 6, 2016 at 5:51 PM, Grant wrote: > Swap usage on Linux always seems a little tricky to me. Should my > goal on a web server be zero swap usage, meaning the attached graph > should show no green lines at all if I'm doing it right? > No. You want things that aren't in use to be swappe

Re: [gentoo-user] Strive for zero swap usage?

2016-10-06 Thread Grant
>> Swap usage on Linux always seems a little tricky to me. Should my >> goal on a web server be zero swap usage, meaning the attached graph >> should show no green lines at all if I'm doing it right? >> > > No. You want things that aren't in use to be swapped, like memory > leaks and such. You d

[gentoo-user] Re: Brother scanner wants libusb-0.1.so.4

2016-10-06 Thread Jonathan Callen
On 10/05/2016 05:45 PM, Bertram Scharpf wrote: > Hi, > > my olde Brother printer/scanner device MFC-7420 needs > libraries that are provided as binaries on the Brother site. > Until I switched to amd64 they worked well on a x64 system. > > Now I loaded down the amd64 version but it doesn't work.

Re: [gentoo-user] Re: Brother scanner wants libusb-0.1.so.4

2016-10-06 Thread Bertram Scharpf
On Friday, 07. Oct 2016, 00:23:54 -0400, Jonathan Callen wrote: > On 10/05/2016 05:45 PM, Bertram Scharpf wrote: > > > > # SANE_DEBUG_DLL=1 scanimage -L > > [sanei_debug] Setting debug level of dll to 1. > > [dll] sane_init: SANE dll backend version 1.0.13 from sane-backends 1.0.24 > > [dl

[gentoo-user] dmcrypt boot

2016-10-06 Thread Coert
Hello all, I have configured dmcrypt to open my home partition with a passphrase. in /etc/conf.d/dmcrypt i have: target=crypt-home source='/dev/vg1/chome' in /etc/fstab i have: /dev/mapper/crypt-home/homexfsnoatime0 2 I added dmcrypt to the boot runlevel with rc-update However

SOLVED Re: [gentoo-user] dmcrypt boot

2016-10-06 Thread Coert
My bad, the encrypted home partition is on LVM, so I added "after lvm" to the depend section of /etc/init.d/dmcrypt. Works like a charm now On 07/10/2016 08:52, Coert wrote: Hello all, I have configured dmcrypt to open my home partition with a passphrase. in /etc/conf.d/dmcrypt i have: tar