cannot enlarge window in ubuntu using VB

Asked by Don

I have installed virtual box on my imac osx lion. I installed ubuntu into the VB. I can not enlarge the ubuntu window to full screen. Any suggestions?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu virtualbox-ose Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Did you install the guest additions?

Revision history for this message
Don (dons1634-comcast) said :
#2

I installed the VB indicated for use with mac osx with extensions. I do not think it indicated if it included guest additions.

Revision history for this message
Don (dons1634-comcast) said :
#3

located guest additions and downloaded them. program indicated that they were installed. still no effect noted.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Then run:

gksudo gedit /etc/X11/xorg.conf

add this text:

Section "Device"
 Identifier "Configured Video Device"
 Driver "vboxvideo"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
 Option "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
  Modes "1024x768"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
EndSection

Save the new file and reboot, should be ok

Can you help with this problem?

Provide an answer of your own, or ask Don for more information if necessary.

To post a message you must log in.