| Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-24-2011, 05:33 PM
|
#1
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Rep:
|
Full screen resolution for Bodhi 1.2.1 in VirtualBox possible?
Hi.
I have many distros installed in VirtualBox like Ubuntu 11.10, Xubuntu 11.10, Kubuntu 11.10 etc.
Getting them to go full screen resolution is simple.
How would I do this in Bodhi Linux?
Thanks.
|
|
|
|
10-25-2011, 10:10 AM
|
#2
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
Do you install the VirtualBox Guest Additions in those distros? That's the only way afaik.
And have you tried to install Guest Additions in Bodhi?
|
|
|
|
10-25-2011, 02:52 PM
|
#3
|
|
Guru
Registered: Mar 2008
Posts: 8,547
|
I don't think it can hurt to try to add in additions but I am not sure it will fix it either.
A few issues. Does Bodhi offer a compatible driver for the virtualized video card? Can it run an a compatible mode like vesa?
Did you try to change the display/monitor properties in Bohdi to the native host settings? I assume you know the hot keys to go full screen and back.
|
|
|
|
10-27-2011, 04:21 AM
|
#4
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
The max resolution I can get in it is 800*600.
I don't see any where to install drivers.
How would I access VESA mode?
I tried to install Guest Additions but got this: http://i.imgur.com/iJNPz.png
If anyone can get full screen resolution for Bodhi 1.2.1 in VirtualBox -- please post the necessary steps.
|
|
|
|
10-27-2011, 02:09 PM
|
#5
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
Guest Additions needs Linux headers and a complete build system ... I think Ubuntu and derivatives strip some of this out. Try installing packages linux-headers-generic (or linux-headers-$(uname -r)) and build-essential first.
I also find that dkms is useful.
|
|
|
1 members found this post helpful.
|
10-27-2011, 03:20 PM
|
#6
|
|
Guru
Registered: Mar 2008
Posts: 8,547
|
The max resolution is a result of the drivers available in the distro. You seem to be stuck in vesa already.
Simple enough to try a more main stream distro or search the virtualbox documentation for exactly what driver is needed. At one time vmware had a real issue with even big OS's. Everyone had to fool with getting a vmware driver.
|
|
|
|
10-28-2011, 07:11 AM
|
#7
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
Quote:
Originally Posted by jefro
The max resolution is a result of the drivers available in the distro. You seem to be stuck in vesa already.
Simple enough to try a more main stream distro or search the virtualbox documentation for exactly what driver is needed. At one time vmware had a real issue with even big OS's. Everyone had to fool with getting a vmware driver.
|
I have many distros installed in VB already. Most of the Ubuntu family and they are all in fullscreen with little effort required. I want to try Bodhi because it looks decent and is lightning quick but it is not ideal with such a low resolution.
|
|
|
|
10-28-2011, 07:16 AM
|
#8
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
Quote:
Originally Posted by SecretCode
Guest Additions needs Linux headers and a complete build system ... I think Ubuntu and derivatives strip some of this out. Try installing packages linux-headers-generic (or linux-headers-$(uname -r)) and build-essential first.
I also find that dkms is useful.
|
I tried those steps, cheers. Then I tried the guest additions ISO but it frequently crashes (when I run the x86.run file). I presume a future release of Bodhi will allow for full screen resolution easily.
|
|
|
|
10-28-2011, 07:37 AM
|
#9
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
It does work!
I've just got 32-bit Bodhi 1.0.0 running full-screen in VirtualBox 4.0.12, via the following commands:
Code:
sudo aptitude update
sudo aptitude safe-upgrade
ignoring warnings about untrusted packages
reboot (because there is a new kernel)
OK to lots of messages about error loading module
Code:
sudo aptitude install build-essential dkms linux-headers-$(uname -r)
reboot (might not be necessary)
insert Guest Additions CD
does not seem to automount - use PCManFM to mount
Code:
cd /media/VBOXADDITIONS...
(./autorun.sh doesn't seem to help - flashes a window and does nothing) - instead:
Code:
sudo ./VBoxLinuxAdditions.run
reboot
Enjoy resizable or full-screen display! 
Last edited by SecretCode; 10-28-2011 at 02:44 PM.
|
|
|
2 members found this post helpful.
|
10-28-2011, 09:15 PM
|
#10
|
|
Guru
Registered: Mar 2008
Posts: 8,547
|
I saw that the other day on a bodhi wiki site and was going to post it but SecretCode beat me to it.
|
|
|
|
11-01-2011, 04:13 PM
|
#11
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
Quote:
Originally Posted by SecretCode
It does work!
I've just got 32-bit Bodhi 1.0.0 running full-screen in VirtualBox 4.0.12, via the following commands:
[CODE]sudo aptitude update
...
|
Hi SecretCode. I tried all the steps in your post but with no luck. I am still stuck with 800*600 resolution. Perhaps it is because I am on Bodhi 1.2.1 instead of Bodhi 1.0.0?
|
|
|
|
11-09-2011, 07:40 AM
|
#12
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
Sorry for only replying now - I have been away from the board.
Tried it (from scratch) with the 1.2.1 iso, and it still works fine for me.
What version of vbox are you running? What video memory have you assigned to the guest, and have you enabled 3D acceleration?
|
|
|
1 members found this post helpful.
|
11-10-2011, 03:55 AM
|
#13
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
Quote:
Originally Posted by SecretCode
Sorry for only replying now - I have been away from the board.
Tried it (from scratch) with the 1.2.1 iso, and it still works fine for me.
What version of vbox are you running? What video memory have you assigned to the guest, and have you enabled 3D acceleration?
|
Here is the info. Thanks for sticking by.
|
|
|
|
11-10-2011, 04:08 AM
|
#14
|
|
Member
Registered: Apr 2011
Location: UK
Distribution: Kubuntu 11.10
Posts: 562
Rep: 
|
Bump the video memory to 64MB, or even 128MB.
If that doesn't do it, try the latest version of vbox - I think 4.1.6 is out, though I'm using 4.0.12 (I've had no problems with video effects on any 4.x version).
Also, reinstall VBoxLinuxAdditions.run and post all the output you get.
|
|
|
1 members found this post helpful.
|
11-10-2011, 10:06 AM
|
#15
|
|
Member
Registered: Mar 2010
Location: Ireland
Distribution: Linux Mint 13 MATE
Posts: 145
Original Poster
Rep:
|
Quote:
Originally Posted by SecretCode
Bump the video memory to 64MB, or even 128MB.
If that doesn't do it, try the latest version of vbox - I think 4.1.6 is out, though I'm using 4.0.12 (I've had no problems with video effects on any 4.x version).
Also, reinstall VBoxLinuxAdditions.run and post all the output you get.
|
Will do that and report back. Cheers.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:42 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|