Mailinglist Archive: radeonhd (400 mails)

< Previous Next >
[radeonhd] [PATCH] give a hint on using conntest if card is unknown
  • From: Evgeni Golov <sargentd@xxxxxxxxxxxx>
  • Date: Sat, 22 Sep 2007 10:37:59 +0200
  • Message-id: <20070922083805.07089BABEE@xxxxxxxxxxxxxxxxxx>
Hi,

attached you find a patch, which extends the message thrown by Xorg,
when an unknown card is detected. Now the people will know that they
have to run conntest, and not only post the Xorg log.

Additionally, this replaces one MAILINGLIST placeholder with the correct
ml-address (commit 9ffef0fb88318a12025fbcb90bb654cf5fb902ae did forget
that).

Regards
Evgeni
 src/rhd_id.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/rhd_id.c b/src/rhd_id.c
index 4ceb2fb..7c37cfb 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -436,8 +436,9 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
               Pci->chipType, Pci->subsysVendor, Pci->subsysCard);
     xf86Msg(X_NONE, "\t"
            "Your card might not work or might not work optimally.\n\t"
-           "To rectify this, please contact MAILINGLIST.\n\t"
-           "Include your X log and the full name of the device.\n");
+           "To rectify this, please contact radeonhd@xxxxxxxxxxxxx\n\t"
+           "Include your X log, the full name of the device\n\t"
+           "and the conntest (found in utils/conntest) output.\n");
 
     return NULL;
 }
< Previous Next >
Follow Ups