Changing resolution in Ubuntu Server 12.04
I'm new to Linux. I've tried a lot of different ways, but all effort failed - usually because they pertain to Ubuntu desktop, rather than server, and because they rely on packages being present which aren't, or a graphical interface.
I'm running 12.04 - fresh install in a VM
I've tried editing /etc/default/grub
followed by update-grub
and reboot
- this either achieves nothing, or results in a failure to reboot.
I try to run vbeinfo
and it says unknown command.
How can I increase the size of the console window?
I've tried using xrandr
which required a package install of x11-server-utils
, but after installation all I got when I typed xrandr
was Can't open display
Some people have said about "grub menu"... what is it? If I type grub, it tells me to install a package. I do so, and type grub and I get the grub console. Is this helpful?
12.04 server display-resolution
add a comment |
I'm new to Linux. I've tried a lot of different ways, but all effort failed - usually because they pertain to Ubuntu desktop, rather than server, and because they rely on packages being present which aren't, or a graphical interface.
I'm running 12.04 - fresh install in a VM
I've tried editing /etc/default/grub
followed by update-grub
and reboot
- this either achieves nothing, or results in a failure to reboot.
I try to run vbeinfo
and it says unknown command.
How can I increase the size of the console window?
I've tried using xrandr
which required a package install of x11-server-utils
, but after installation all I got when I typed xrandr
was Can't open display
Some people have said about "grub menu"... what is it? If I type grub, it tells me to install a package. I do so, and type grub and I get the grub console. Is this helpful?
12.04 server display-resolution
add a comment |
I'm new to Linux. I've tried a lot of different ways, but all effort failed - usually because they pertain to Ubuntu desktop, rather than server, and because they rely on packages being present which aren't, or a graphical interface.
I'm running 12.04 - fresh install in a VM
I've tried editing /etc/default/grub
followed by update-grub
and reboot
- this either achieves nothing, or results in a failure to reboot.
I try to run vbeinfo
and it says unknown command.
How can I increase the size of the console window?
I've tried using xrandr
which required a package install of x11-server-utils
, but after installation all I got when I typed xrandr
was Can't open display
Some people have said about "grub menu"... what is it? If I type grub, it tells me to install a package. I do so, and type grub and I get the grub console. Is this helpful?
12.04 server display-resolution
I'm new to Linux. I've tried a lot of different ways, but all effort failed - usually because they pertain to Ubuntu desktop, rather than server, and because they rely on packages being present which aren't, or a graphical interface.
I'm running 12.04 - fresh install in a VM
I've tried editing /etc/default/grub
followed by update-grub
and reboot
- this either achieves nothing, or results in a failure to reboot.
I try to run vbeinfo
and it says unknown command.
How can I increase the size of the console window?
I've tried using xrandr
which required a package install of x11-server-utils
, but after installation all I got when I typed xrandr
was Can't open display
Some people have said about "grub menu"... what is it? If I type grub, it tells me to install a package. I do so, and type grub and I get the grub console. Is this helpful?
12.04 server display-resolution
12.04 server display-resolution
edited May 14 '17 at 15:56
Abhishek
617
617
asked Sep 19 '13 at 13:45
user194276user194276
1114
1114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can add kernel parameter vga=792 (depends on your monitor) in /etc/default/grub
VGA Resolution Codes for GRUB & Lilo
--- Depth --
Colors bits 640x480 800×600 1024×768 1152×864 1280×1024 1600×1200
256 8 vga=769 vga=771 vga=773 vga=353 vga=775 vga=796
32000 ? vga=784 vga=787 vga=790 vga= ? vga=793 vga= ?
65000 16 vga=785 vga=788 vga=791 vga=355 vga=794 vga=798
16.7M 24 vga=786 vga=789 vga=792 vga=795 vga=799
add a comment |
Try running
sudo dpkg-reconfigure console-setup
You will be able to choose from a variety of fonts and font sizes for the console.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f347497%2fchanging-resolution-in-ubuntu-server-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can add kernel parameter vga=792 (depends on your monitor) in /etc/default/grub
VGA Resolution Codes for GRUB & Lilo
--- Depth --
Colors bits 640x480 800×600 1024×768 1152×864 1280×1024 1600×1200
256 8 vga=769 vga=771 vga=773 vga=353 vga=775 vga=796
32000 ? vga=784 vga=787 vga=790 vga= ? vga=793 vga= ?
65000 16 vga=785 vga=788 vga=791 vga=355 vga=794 vga=798
16.7M 24 vga=786 vga=789 vga=792 vga=795 vga=799
add a comment |
You can add kernel parameter vga=792 (depends on your monitor) in /etc/default/grub
VGA Resolution Codes for GRUB & Lilo
--- Depth --
Colors bits 640x480 800×600 1024×768 1152×864 1280×1024 1600×1200
256 8 vga=769 vga=771 vga=773 vga=353 vga=775 vga=796
32000 ? vga=784 vga=787 vga=790 vga= ? vga=793 vga= ?
65000 16 vga=785 vga=788 vga=791 vga=355 vga=794 vga=798
16.7M 24 vga=786 vga=789 vga=792 vga=795 vga=799
add a comment |
You can add kernel parameter vga=792 (depends on your monitor) in /etc/default/grub
VGA Resolution Codes for GRUB & Lilo
--- Depth --
Colors bits 640x480 800×600 1024×768 1152×864 1280×1024 1600×1200
256 8 vga=769 vga=771 vga=773 vga=353 vga=775 vga=796
32000 ? vga=784 vga=787 vga=790 vga= ? vga=793 vga= ?
65000 16 vga=785 vga=788 vga=791 vga=355 vga=794 vga=798
16.7M 24 vga=786 vga=789 vga=792 vga=795 vga=799
You can add kernel parameter vga=792 (depends on your monitor) in /etc/default/grub
VGA Resolution Codes for GRUB & Lilo
--- Depth --
Colors bits 640x480 800×600 1024×768 1152×864 1280×1024 1600×1200
256 8 vga=769 vga=771 vga=773 vga=353 vga=775 vga=796
32000 ? vga=784 vga=787 vga=790 vga= ? vga=793 vga= ?
65000 16 vga=785 vga=788 vga=791 vga=355 vga=794 vga=798
16.7M 24 vga=786 vga=789 vga=792 vga=795 vga=799
answered Sep 19 '13 at 14:21
JorenJoren
3,53663151
3,53663151
add a comment |
add a comment |
Try running
sudo dpkg-reconfigure console-setup
You will be able to choose from a variety of fonts and font sizes for the console.
add a comment |
Try running
sudo dpkg-reconfigure console-setup
You will be able to choose from a variety of fonts and font sizes for the console.
add a comment |
Try running
sudo dpkg-reconfigure console-setup
You will be able to choose from a variety of fonts and font sizes for the console.
Try running
sudo dpkg-reconfigure console-setup
You will be able to choose from a variety of fonts and font sizes for the console.
answered Jun 18 '16 at 2:56
Nick WeinbergNick Weinberg
3,46841827
3,46841827
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f347497%2fchanging-resolution-in-ubuntu-server-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown