summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc
diff options
context:
space:
mode:
authorXavier Bestel <xavier.bestel@free.fr>2008-07-29 13:06:10 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-29 13:06:10 -0400
commitbb2cacd33eb85f39b9e7fa554545611957df677d (patch)
tree9d16ccfdb24e3abc2228f65362e589a2b287c2c7 /hw/xfree86/ddc
parenta70754a9fdb019d85fbfca1898699f3c6f609fdd (diff)
Cosmetic fix to EDID decoding.
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r--hw/xfree86/ddc/print_edid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/print_edid.c b/hw/xfree86/ddc/print_edid.c
index 5e89b40c4..0dd4bcaf9 100644
--- a/hw/xfree86/ddc/print_edid.c
+++ b/hw/xfree86/ddc/print_edid.c
@@ -148,7 +148,8 @@ print_dpms_features(int scrnIndex, struct disp_features *c,
}
} else {
int enc = c->display_type;
- xf86DrvMsg(scrnIndex, X_INFO, "\nSupported color encodings: "
+ xf86ErrorF("\n");
+ xf86DrvMsg(scrnIndex, X_INFO, "Supported color encodings: "
"RGB 4:4:4 %s%s\n",
enc & DISP_YCRCB444 ? "YCrCb 4:4:4 " : "",
enc & DISP_YCRCB422 ? "YCrCb 4:2:2" : "");