Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old June 14th, 2007   #1
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Ubuntu 7.04 in VirtualBox on Vista

Now have this working with networking (I'm posting this from there) and sound. However the maximum screen resolution I'm offered is 1024x768 which is painfully underwhelming on a laptop with 1280x800 capability (which I use in Vista).

Any ideas if I can get a better screen resolution?
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #2
starcraft.man
Ubuntu Member
 
starcraft.man's Avatar
 
Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,805
Kubuntu 9.10 Karmic Koala
Re: Ubuntu 7.04 in VirtualBox on Vista

Quote:
Originally Posted by MacScotland View Post
Now have this working with networking (I'm posting this from there) and sound. However the maximum screen resolution I'm offered is 1024x768 which is painfully underwhelming on a laptop with 1280x800 capability (which I use in Vista).

Any ideas if I can get a better screen resolution?
You have to install the additions package like any other VM.

1) Open up terminal of any kind and paste this in:

Code:
sudo aptitude dist-upgrade
then

Code:
sudo aptitude install build-essential
If you need a restart do so.

2) When your ready go to the top of the VM and click Devices > Install Guest Additions... Copy and paste the contents to your desktop. Open the terminal again, paste the following in.

Code:
cd Desktop
Then

Code:
sudo sh ./VBoxLinuxAdditions.run
Restart again.

Thats it to getting the additions in, then go to the menu Machine > and the top 3 let your resize the window I believe. I haven't had need but that should do it... any problems post back.
starcraft.man is offline   Reply With Quote
Old June 14th, 2007   #3
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

Screen shot attached.
Attached Thumbnails
Click image for larger version

Name:	screen.jpg
Views:	97
Size:	148.7 KB
ID:	35389  
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #4
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

Also - anyone know how I can install these VirtualBox Additions (see image)?
Attached Thumbnails
Click image for larger version

Name:	screen2.jpg
Views:	57
Size:	150.9 KB
ID:	35390  
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #5
starcraft.man
Ubuntu Member
 
starcraft.man's Avatar
 
Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,805
Kubuntu 9.10 Karmic Koala
Re: Ubuntu 7.04 in VirtualBox on Vista

Quote:
Originally Posted by MacScotland View Post
Also - anyone know how I can install these VirtualBox Additions (see image)?
I gave you the commands you need to run to install the additions, read up please.

I got messed up though at end, you have to set the Guest to whatever resolution you want. In linux, I guess we'll have to edit the xorg manually (I think if you run "sudo dpkg-reconfigure xserver-xorg" you will mess up the custom xorg), give me a sec to look into it... and post yours please.

Last edited by starcraft.man; June 14th, 2007 at 04:17 PM..
starcraft.man is offline   Reply With Quote
Old June 14th, 2007   #6
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

Ok, up to 2nd last step - see image...

I didn't do a reboot after 1st step (wasn't prompted), but I did a reboot when this 2nd last step didn't work...image shows attempt after reboot.
Attached Thumbnails
Click image for larger version

Name:	screen3.jpg
Views:	37
Size:	141.5 KB
ID:	35394  
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #7
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

Oops - I know I missed the "sh".

I had it correct before reboot with the same result as you can see here -
Attached Thumbnails
Click image for larger version

Name:	screen4.jpg
Views:	21
Size:	118.1 KB
ID:	35395  
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #8
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

Sorry wrong image (too tired today, maybe a mod can tidy up after me ?)

See here -
Attached Thumbnails
Click image for larger version

Name:	screen5.JPG
Views:	30
Size:	37.8 KB
ID:	35396  
MacScotland is offline   Reply With Quote
Old June 14th, 2007   #9
starcraft.man
Ubuntu Member
 
starcraft.man's Avatar
 
Join Date: Mar 2007
Location: Birthplace of Hockey
Beans: 2,805
Kubuntu 9.10 Karmic Koala
Re: Ubuntu 7.04 in VirtualBox on Vista

I think you missed a step. After you go Devices > Install Guest Additions you have to copy the contents of the mounted CD, it contains the files needed to install the additions. Paste them to your desktop. Then cd to desktop and try the sh command again.

After that works, reboot and you will have additions in. When you get back, open a terminal and I need your xorg to manually edit it. Type into the terminal

Code:
gksudo gedit /etc/X11/xorg.conf
Copy and paste all of the contents and paste them here (not an ss please, I have to edit it). Put them in the code tags (# sign in bar). Then you will be almost done.
starcraft.man is offline   Reply With Quote
Old June 15th, 2007   #10
MacScotland
5 Cups of Ubuntu
 
MacScotland's Avatar
 
Join Date: Jun 2007
Location: Scotland, UK
Beans: 27
Ubuntu 7.04 Feisty Fawn
Re: Ubuntu 7.04 in VirtualBox on Vista

This is what the current file contains. I haven't yet been able to get the sh command to work - from Desktop... there is a CD icon on the desktop though as shown in image attached.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Attached Thumbnails
Click image for larger version

Name:	screen6.JPG
Views:	21
Size:	73.0 KB
ID:	35443  
MacScotland is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:24 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry