aboutsummaryrefslogtreecommitdiff
path: root/console-client/vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/vga.c')
-rw-r--r--console-client/vga.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/vga.c b/console-client/vga.c
index 3cc2135a..9e8abb3a 100644
--- a/console-client/vga.c
+++ b/console-client/vga.c
@@ -244,11 +244,11 @@ parse_opt (int key, char *arg, struct argp_state *state)
break;
case 'm':
- vga_display_max_glyphs = 1;
+ vga_display_max_glyphs = 0;
break;
case 'g':
- vga_display_max_glyphs = 0;
+ vga_display_max_glyphs = 1;
break;
case ARGP_KEY_END:
@@ -394,7 +394,7 @@ vga_display_restore_status (void *handle)
/* Read/write in interleaved mode. This is not preserved by the
XFree VESA driver. */
outb (VGA_GFX_MISC_ADDR, VGA_GFX_ADDR_REG);
- outb (VGA_GFX_MISC_CHAINOE | VGA_GFX_MISC_A0TOAF, VGA_GFX_DATA_REG);
+ outb (VGA_GFX_MISC_CHAINOE | VGA_GFX_MISC_B8TOBF, VGA_GFX_DATA_REG);
}