• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Changing console resolution

denism

Junior Member
Hi guys,

I'm running Arch Linux using VMware Fusion.
I tried adding vga=795 in /boot/grub/menu.lst
but that did nothing.

Do i have to enable framebuffer?

Denis
 
What kind of video card do you have?

You might try appending your grub boot line with vga=ask and see if it prompts you with a list. Not all modes work with all cards. (don't make the change perm, just append it to the boot line so it's temp).
 
I'm running it on iMac using vmware. Video card is ATI 4850.

I seem to remember ATI cards having issues with framebuffer in the past, its been awhile though.

When the grub splash screen pops up, hit the 'A' key and then hit 'A' again to append the boot line, try putting vga=ask and hit enter to see if it pops up a list of modes. It could just be that you're trying to use a setting it can't handle (1280x1024) for example.
 
If you're running it in VMware the host video adapter doesn't matter at all. I have 791 at home and it works so you might give that a try. I think it's 1024x768.
 
I got it to work. I set vga=ask that gave me list of modes available. Now I set vga=0x352 which gives me around 1920x1200.

Platypus, thanks for the advice 🙂
 
If you're running it in VMware the host video adapter doesn't matter at all. I have 791 at home and it works so you might give that a try. I think it's 1024x768.

Ah cool, good to know, that makes sense

I got it to work. I set vga=ask that gave me list of modes available. Now I set vga=0x352 which gives me around 1920x1200.

Platypus, thanks for the advice 🙂

No worries, glad you got it working
 
Last edited:
Back
Top