summaryrefslogtreecommitdiff
path: root/src/mga_2064_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_2064_output.c')
-rw-r--r--src/mga_2064_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_2064_output.c b/src/mga_2064_output.c
index d2d148c..e344b6a 100644
--- a/src/mga_2064_output.c
+++ b/src/mga_2064_output.c
@@ -182,7 +182,7 @@ Mga2064OutputInit(ScrnInfoPtr scrn)
if (!data)
return NULL;
- output = xf86OutputCreate(scrn, &output_funcs, "VGA 1");
+ output = xf86OutputCreate(scrn, &output_funcs, "VGA");
if (!output) {
xfree(data);
return NULL;