blob: ac1da3d0705d8e3a2ab487a5cc89e836a99aead6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Display saize in console
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Display%20saize%20in%20console&In-Reply-To=%3C515D6E39.8000508%40roadrunner.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="009378.html">
<LINK REL="Next" HREF="009387.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Display saize in console</H1>
<B>Frank Griffin</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Display%20saize%20in%20console&In-Reply-To=%3C515D6E39.8000508%40roadrunner.com%3E"
TITLE="[Mageia-discuss] Display saize in console">ftg at roadrunner.com
</A><BR>
<I>Thu Apr 4 14:12:41 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="009378.html">[Mageia-discuss] Display saize in console
</A></li>
<LI>Next message: <A HREF="009387.html">[Mageia-discuss] Display saize in console
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9379">[ date ]</a>
<a href="thread.html#9379">[ thread ]</a>
<a href="subject.html#9379">[ subject ]</a>
<a href="author.html#9379">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 04/04/2013 07:50 AM, Renaud (Ron) Olgiati wrote:
><i> When I Alt-Ctrl-Fx to go to a console, the characters are displayed in an
</I>><i> illegibly small size.
</I>><i> Same problem with the display during booting or shutdown.
</I>><i>
</I>><i> Is there a way to resize to consile display size ?
</I>><i>
</I>><i>
</I>This is usually set by the "vga=" keyword in your kernel parms. Open
/boot/grub/menu.lst in an editor as root (or temporarily change it to
world-writable to make the change), and look for the "kernel" line
corresponding to your booted system. Note the vga= value if there is
one, and either change it to or add "vga=788" to the end of the line
(don't include the quotes). Save it, restore the permissions if needed,
and reboot, and you should see a difference. You may also be able to do
this in a more user-friendly way from the MCC "Boot" dialog.
You can probably google around to find the complete list of valid vga
values.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="009378.html">[Mageia-discuss] Display saize in console
</A></li>
<LI>Next message: <A HREF="009387.html">[Mageia-discuss] Display saize in console
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#9379">[ date ]</a>
<a href="thread.html#9379">[ thread ]</a>
<a href="subject.html#9379">[ subject ]</a>
<a href="author.html#9379">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|