Siduction Forum

Siduction Forum => Software - Support => Topic started by: herbie on 2017/04/30, 06:46:29

Title: Getting hundreds of errors in .xsession-errrors
Post by: herbie on 2017/04/30, 06:46:29
Getting errors about painting pixels in so many milliseconds.
Everything appears to be working correctly but was just checking to see if anything was amiss and found about 8,000 lines of that type error.
System is completely up to date.
Any ideas?
Title: Re: Getting hundreds of errors in .xsession-errrors
Post by: dibl on 2017/04/30, 08:14:08
Please post the output of


Code: [Select]
inxi -Fz
Title: Re: Getting hundreds of errors in .xsession-errrors
Post by: devil on 2017/04/30, 12:04:41
I completely got rid of xsession.errors a long time ago as it is completely useless. It had stalled my workstation a couple of times over the years, when some spammy application produced hundreds of gigabytes of useless lines over night until the disk was full. That was the end of it.
Removed the file and sent future manifestations of it to the orkus:
Code: [Select]
ln -s /dev/null ~/.xsession-errors
Title: Re: Getting hundreds of errors in .xsession-errrors
Post by: herbie on 2017/04/30, 14:46:53
Here is just one of the errors.

Painted 124852 pixels in 17.389227ms (127756 in the last 1000ms)

So far today they are pretty minimal but I expect them to return, kinda like in Poltergeist, "They're back." lol
Title: Re: Getting hundreds of errors in .xsession-errrors
Post by: OppaErich on 2017/05/01, 14:41:36
Hi,
doesn't look like an error to me. More like debug information.
Title: Re: Getting hundreds of errors in .xsession-errrors
Post by: herbie on 2017/05/01, 17:06:53
I think you nailed it with it's information, but, damn, a real chatty kathy if you ask me.  Wonder how to shut it up.