X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;fp=grml-hwinfo;h=06ef4e57cdab0ab2a7cb8b55ce7b3f0395209507;hb=4900106c9b3b79a64cc01438bcb2acdd451d1cd6;hp=a5374f3da780351dbccc8e814e5daa9755b7dd2a;hpb=3bece2298853b484adae02d5433c11cfc3269478;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index a5374f3..06ef4e5 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -300,6 +300,10 @@ cd "${OUTDIR}" || exit 1 cp /var/log/$i log_$i 2>/dev/null done + if [ -r "$HOME"/.local/share/xorg/Xorg.0.log ] ; then + cp "$HOME"/.local/share/xorg/Xorg.0.log user_Xorg.0.log + fi + cp /etc/X11/xorg.conf xorg.conf 2>/dev/null cp /etc/modules modules 2>/dev/null cp /etc/X11/XF86Config-4 XF86Config-4 2>/dev/null