convertxtodvd_logo

ConvertXtoDVD

VSO ConvertXtoDVD is considered to be one of the best Video converters. It combines high speeds, high quality and many options for your personalized DVD menus.

ConvertXtoDVD guide
Free Download ConvertXtoDVD

Linux Books

Of course the Internet along with the help of Google is a great source of information. You can answer almost any question you have about Linux and find many tutorials, guides and help. However many people prefer reading this information on a printed book accesssible even when they are not online or don't have a computer in front of them. I've received many e-mails asking me to propose them a few good books regarding Linux commands, administration and for specific distributions such as Ubuntu, Fedora etc. So, I've search for a few good books. Here they are. Happy reading!

Linux Books

Ubuntu guides

Ubuntu is a free Operating System based on Debian GNU/Linux. It has been rated as the most popular Linux distribution amongst Linux users according to Distrowatch. As it happens every six months a new version of Ubuntu has been released. Ubuntu 10.04 Lucid Lynx is here! Below you can find some helpful tutorials for old and new users!

Ubuntu 10.04 Lucid Lynx Post Installation Guide
Ubuntu 9.10 Karmic Koala Post Installation Guide
Ubuntu 9.04 Jaunty Jackalope Post Installation Guide
How to install Ubuntu Linux on Windows using VirtualBox

Fedora 12 Installation Guide

Fedora 12, codenamed Constantine, is released! Just for the info, Fedora is an RPM based Linux Distribution, an Operating system in other words, developed by the community supported Fedora Project and sponsored by Red Hat. Fedora contains only free and Open Source software. Some of Fedora's 12 new features are Gnome 2.28, KDE 4.3, better web cam support!, and many others.

Fedora 12 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide in Chinese

ubuntu.jpgUbuntu 9.04 codenamed Jaunty Jackalope is released. The servers all over the world are trying really hard to overcome the traffic generated by users who either download the new version of Ubuntu or are upgrading their Ubuntu 8.04 Intrepid Ibex. As I was curious to see the new features of this version I downloaded an ISO image and installed it on my computer. However I used VirtualBox 2.2.0 for this installation since I didn't want to make a new partition on my hard disk drive. I have published a guide in the past on How to install Ubuntu Linux on Windows using VirtualBox . The installation was fast and it used 2.3GB of hard disk space. However I faced a problem when the installation finished. There was no mouse pointer integration. Pressing the ctrl button didn't capture the mouse. As I made a little google search I read that other users had the same problem both on Windows and Linux hosts. Here is what I did to enable the mouse integration.
My first thought was that installing the VirtualBox Guest Additions would solve the problem. But it didn't. Anyway you should no matter install VirtualBox Guest Additions so here is how to do it, without using the mouse.

After you login Ubuntu in the VirtualBox window press Devices -> Install Guest Additions. The Guest Additions ISO image should be automatically mounted. Next move your cursor inside the Ubuntu desktop and press Alt+F2. The Run Application window should appear. Write gnome-terminal and press Enter.



In the terminal window write:

32bit users:

sudo /media/cdrom/VBoxLinuxAdditions-x86.run
64bit users:

sudo /media/cdrom/VBoxLinuxAdditions-amd64.run
and press Enter. Type your password and when you are prompted to reboot the system just type:

sudo reboot


When you reboot if mouse integration is still not working press again Alt+F2 and run gnome-terminal just like before.

Now type:

sudo gedit /etc/X11/xorg.conf
and type in the following lines:

Section "InputDevice"
        Identifier      "vboxmouse"
        Driver          "vboxmouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
EndSection
Press Ctrl+S to save and Alt+F4 to close gedit.



Finally type:
sudo rebootNow you should have automatic mouse pointer integration which means that the cursor changes automatically from the Host to the Guest OS e.g. Ubuntu 9.04 as you move it. Now you can enjoy your Ubuntu installation!

Add this page to your favorite Social Bookmarking websites

Trackback(0)

TrackBack URI for this entry

Comments (18)

Subscribe to this comment's feed
Very timely article, thanks!
This probably saved me an hour of futzing about trying to fix this myself. Thanks!
AngryTechnician , April 25, 2009
Thanks
It just works. Thanks smilies/smiley.gif
Piotr , April 25, 2009
...
I am glad to hear it worked for you! smilies/smiley.gif
axel , April 25, 2009
Excellent
Thanks for sharing this. I'm sure it's saving a lot of people some time and making the Jaunty transition more acceptable for folks!
Justin Cook , April 25, 2009
...
It works! Thank you smilies/cheesy.gif
Gene , April 25, 2009
...
thanks a lot!
Dia , April 26, 2009
Thanks!
Thanks a lot. Clear and concise, saved much time!
cryptocore , April 26, 2009
...
thanks for this smilies/smiley.gif
piskie , April 26, 2009
...
Worked flawlessly on my guest Ubuntu 9.04 (32-bits) over my Fedora 10 (64-bits) host.
Many thanks !
WIlliam S. , April 27, 2009
...
Thanks. That worked very well. I didn't have to edit xorg.conf in Ubuntu 8.04 and 8.10. Maybe this is some incompatibility between VirtualBox 2.2.0 and Ubuntu 9.04.
Ali , April 28, 2009
...
Thanks everyone for your comments!

Ali I also didn't have to edit xorg.conf in Ubuntu 8.10 but I remember I had the same problem on Fedora 10 for a previous version of VirtualBox.

Anyway since this problem is easily solved everything is ok.
axel , April 29, 2009
...
Apparently, it was a problem with VirtualBox 2.2.0. I just reinstalled Ubuntu 9.04 in VirtualBox 2.2.2. And after installing guest addition and a restart everything worked fine.
Ali , April 30, 2009
...
I saw the changelog of VirtualBox 2.2.0 and read about the guest additions mouse pointer integration fix, but I didn't have any time to make a new installation.

Thanks for the heads up Ali! smilies/smiley.gif
axel , May 01, 2009
...
I just ran

sudo apt-get install xserver-xorg-input-vmmouse


after a fresh install of 9.04-desktop (amd64) and vmware-tools (from vm-workstation 6.5.2) after reading the comments at http://curiouscreature.net/blo...omment-659

codywohlers , May 22, 2009
...
Thank you for the info codywohlers. smilies/cheesy.gif
axel , May 24, 2009
and with hyper-v...?
How would I manipulate the terminal code for Hyper-V? Id be really keen to get the mouse and rdp working there too! Best, Stuart smilies/smiley.gif
Stuart Kibbe , June 22, 2009
mouse integration
Thanks for the tip about xorg.conf.
I had to do it with a RHEL 5.1 (x86), as a guest under Jaunty (x64). Otherwise mouse integration would not work.

rgds
gsalem , June 22, 2009
...
Sorry Stuart, but I have no idea about Hyper-V. smilies/sad.gif

gsalem, I am glad it worked for RHEL also. smilies/cheesy.gif
axel , June 23, 2009

Write comment

smaller | bigger
security image
Write the displayed characters

busy

Login Form

Follow me on...

  • Digg: axelgr
  • Facebook Page: 379363054400
  • FeedBurner: my-guidesnet
  • Twitter: myguidesnet
  • External Link: http://feedburner.google.com/fb/a/mailverify?uri=my-guidesnet

Member Login