192 |
- |
1 |
EVENT=post-create type=xorg remote!=1
|
|
|
2 |
# Blacklist known binary-only modules.
|
|
|
3 |
# Generate duplicate detection hashes.
|
|
|
4 |
abrt-action-analyze-xorg
|
|
|
5 |
#
|
|
|
6 |
# Get versions of binaries listed in Xorg backtrace
|
|
|
7 |
abrt-action-list-dsos -m backtrace -o dso_list
|
|
|
8 |
#
|
|
|
9 |
test -f /var/log/Xorg.0.log && cp /var/log/Xorg.0.log .
|
|
|
10 |
test -f /etc/X11/xorg.conf && cp /etc/X11/xorg.conf .
|
|
|
11 |
test -d /etc/X11/xorg.conf.d && tar czf etc_X11_xorg_conf_d.tar.gz /etc/X11/xorg.conf.d
|
|
|
12 |
test -d /usr/share/X11/xorg.conf.d && tar czf usr_share_xorg_conf_d.tar.gz /usr/share/X11/xorg.conf.d
|
|
|
13 |
#
|
|
|
14 |
# >> instead of > is due to bugzilla.redhat.com/show_bug.cgi?id=854266
|
|
|
15 |
dmesg >>dmesg
|
|
|
16 |
#
|
|
|
17 |
# save lspci -vvv output?
|
|
|
18 |
|
|
|
19 |
EVENT=report_Bugzilla type=xorg
|
|
|
20 |
reporter-bugzilla -b
|
|
|
21 |
# TODO? -F /etc/libreport/plugins/bugzilla_format_xorg.conf
|
|
|
22 |
|
|
|
23 |
# Automatic/simple GUI-based xorg problems reporting will do this:
|
|
|
24 |
EVENT=report-gui type=xorg
|
|
|
25 |
report-gtk -- "$DUMP_DIR"
|
|
|
26 |
|
|
|
27 |
EVENT=report-cli type=xorg
|
|
|
28 |
report-cli -- "$DUMP_DIR"
|