El Martes, 19 de Julio de 2005 09:27, David Martínez Moreno escribió: > Excuse me, but I do not understand this. You claim to have 6.8.2.dfsg.1-3, > but your report has XFree86 logs and information. Maybe there is a problem > with the xlibmesa-dri reportbug script. I will take a look this morning, > but meanwhile, please supply /etc/X11/xorg.conf and /var/log/Xorg.0.log. Hello, David. Please apply the attached patch to xlibmesa-dri.bug.script in order to report correct values. Best regards, Ender. -- We accidentally replaced your heart with a baked potato. You have about three seconds to live. -- Dr. Doctor to Kenny (South Park). -- Debian developer
--- xlibmesa-dri.bug.script.orig 2005-07-19 11:24:40.680518497 +0200
+++ xlibmesa-dri.bug.script 2005-07-19 11:42:26.735044196 +0200
@@ -14,15 +14,15 @@
printf "\n" >&3
-XFREE86_LOGS=$(ls -dt /var/log/XFree86.*.log 2>/dev/null)
+XORG_LOGS=$(ls -dt /var/log/Xorg.*.log 2>/dev/null)
-if [ -n "$XFREE86_LOGS" ]; then
- printf "XFree86 X server log files on system:\n" >&3
- ls -dlrt /var/log/XFree86.*.log >&3 2>/dev/null
+if [ -n "$XORG_LOGS" ]; then
+ printf "X.Org X server log files on system:\n" >&3
+ ls -dlrt /var/log/Xorg.*.log >&3 2>/dev/null
printf "\n" >&3
- for LOG in $XFREE86_LOGS; do
+ for LOG in $XORG_LOGS; do
if [ -f "$LOG" ]; then
- printf "Contents of most recent XFree86 X server log file\n" >&3
+ printf "Contents of most recent X.Org X server log file\n" >&3
printf "%s:\n" "$LOG" >&3
cat "$LOG" >&3
# the log files are large; only show the most recent
@@ -30,7 +30,7 @@
fi
done
else
- printf "No XFree86 X server log files found.\n" >&3
+ printf "No X.Org X server log files found.\n" >&3
fi
printf "\n" >&3
Attachment:
pgpgwLRlkcSJy.pgp
Description: PGP signature