crash of Xorg file . (running Yumi v.0.6.9)

mmm123

New Member
Joined
Jan 24, 2020
Messages
6
Reaction score
0
Credits
33
When starting laptop, getting system program problem detected every time. Run
me@me:~$ /var/crash
bash: /var/crash: Is a directory
me@me:~$ ls -l /var/crash/
total 2304
-rw-r----- 1 root whoopsie 2357024 Jan 23 18:27 _usr_lib_xorg_Xorg.0.crash
Xorg file attached.

Questions:
1)should I worry about Xorg.0.crash and fix it?
2) if yes, how?
3) should i just disable crash reports if it not going effect proper functality?
 

Attachments

  • xorg_conf_new.txt
    4.8 KB · Views: 527
Last edited:


my solution that helped was
On newer versions of ubuntu (15.04+)
To stop the service:
systemctl stop apport.service



To disable the service at startup:

sudo systemctl disable apport.service



To check the status of the service:

systemctl status apport.service



Finally, you can also prevent the startup of a systemd service by
masking it. The service will not be able to start (even manually) unless
unmasked.

systemctl mask apport.service

This should create symlink from /etc/systemd/system/apport.service to /dev/null. fedoraproject.org
 

Members online


Latest posts

Top