On 28/03/16 07:28, martin f krafft wrote:
> Hi,
>
> I am not sure the following is an X.org issue, but I hope you'll let
> me start here.
>
> Please see attached screenshot. This is on a laptop and occurs
> occasionally after I bring the system back from suspend. Everything
> works just fine, exc
On Mon, Mar 28, 2016 at 08:28:37AM +0200, martin f krafft wrote:
At first I thought this is limited to GTK apps (Firefox,
Thunderbird, ssh-ask-pass, gscan2pdf), but I also see this with e.g.
the Awesome window manager, which does not link with GTK.
Awesome however links pango and cairo, two ver
Can anyone help me understand where the error messages, especially the
major and minor opcodes, come from in an error like this one? Are these
defined by Xorg, by the driver (Nvidia, in this case), or somewhere else
entirely?
> X Error of failed request: BadAlloc (insufficient resources for
> op
On Wed, 2016-03-30 at 10:03 -0600, Lloyd Brown wrote:
> Can anyone help me understand where the error messages, especially the
> major and minor opcodes, come from in an error like this one? Are these
> defined by Xorg, by the driver (Nvidia, in this case), or somewhere else
> entirely?
The major
Hi Lloyd,
see here: http://www.x.org/wiki/Development/Documentation/Protocol/OpCodes/
In your case you are trying to allocate way too much memory. This can
happen, for example, if you by accident try to create enormously large
pixmaps. Of course there's many things that can cause this. Decoding t
Ingo,
Thank you for this.
Just for clarification, are we talking about system RAM or video card's RAM?
The reason I ask is this. Since we're an HPC lab, we do limit system
memory via memory cgroups, based on what the user's job requested. But
since seeing your email, I've gone as high as 64GB
Hi Lloyd,
Adam already decoded the opcode for you. Just a quick Google search of
request name + "BadAlloc" gives at least a few results. It might be
worth checking those out. I'm not familiar with GLX, unfortunately.
Regards
Ingo
On 03/30/2016 08:38 PM, Lloyd Brown wrote:
> Ingo,
>
> Thank you