I even tried several settings of the xorg.conf (e.g. included example from this page).
Please share your solution

thank you very much in advance
emil
Code: Select all
/usr/bin/VBoxClient --clipboard
/usr/bin/VBoxClient --display
/usr/bin/VBoxClient --seamless
Code: Select all
VBoxManage modifyvm "your-vm-name" --mouse ps2
After see:dll wrote:My setup: Win8.1 64-bit host, Puppy 5.7 (frugal) guest, VirtualBox 4.3.10
I'm interested in using Slacko Puppy Linux 5.7 (frugal) as a guest in VirtualBox 4.3.10 with Windows 8.1 64bit host
The problem arises with the mouse that stops work in some parts of the virtual desktop (PuppyLinux guest machine). In other words "some screen area is not accesible by the mouse pointer"
I tried running the "Guest Additions" from the VirtualBox (VBoxGuestAdditions.iso) but when I run the file VBoxLinuxAdditions.run shows "Unable to determine correct library path".
Neither is available, or I have not found a PET with Guest Additions for VirtualBox version 4.3.10.
Please, can someone help me?
----
Estoy interesado en usar Puppy Linux Slacko 5.7 (frugal) como invitado de VirtualBox 4.3.10 en un host con Windows 8.1 64bits
El problema surge con el ratón que deja de trabajar en algunas partes del escritorio virtual (PuppyLinux huésped de la máquina). En otras palabras "algún área de la pantalla no es accesible por el puntero del ratón".
He intentado ejecutar las "Guest Additions" desde el VirtualBox (VBoxGuestAdditions.iso) pero cuando ejecuto el archivo VBoxLinuxAdditions.run, muestra "Unable to determine correct library path".
Tampoco hay disponible, o no he encontrado un PET con las Guest Additions para el VirtualBox versión 4.3.10.
¿Alguien puede ayudarme por favor?
After see:dll wrote: BUT THE PROBLEM PERSIST: some screen area is not accesible by the mouse pointer in Slacko Puppy Linux 5.7 (frugal) as a guest in VirtualBox 4.3.10. Sometimes, the mouse pointer can't be managed when you are in the VirtualBox 4.3.10 console.
On fatdog64 I added this lines as you suggested just before the section where the windiws manager stuff begins and it worked. If you insert it at the end of the file it seems not to work.zenn wrote: 5. After installation of Guest Additions, I added the following code to .xinitrcafter the line . /etc/rc.d/BOOTCONFIG. I got the code from /opt/VBoxGuestAdditions-4.1.14/bin/VBoxClient-allCode: Select all
/usr/bin/VBoxClient --clipboard /usr/bin/VBoxClient --display /usr/bin/VBoxClient --seamless
I/m going to try adding your code inzenn wrote:Hi everyone, my first post in the forum.Been using Wary for some time, decided to try virtualizing Puppy but I can't take 800x600 res on a 1920x1080 screen if Guest Additions is not installed. I can confirm what SFR said here http://www.murga-linux.com/puppy/viewto ... 125#590125 works for me. So I decided to briefly share what I did.
My setup: Win7x64 host, Puppy 5.2.0 guest, VirtualBox 4.1.14.77440
1. I got my Puppy 5.2.0 image from here as I didn't want to install Lucid Puppy from scratch:
http://virtualboxes.org/images/puppy-linux/
2. Downloaded lupu_devx_520.sfs & kernel_src_L4-2.6.33.2-patched.sfs from here:
ftp://distro.ibiblio.org/puppylinux/pet-packages-lucid/
3. I got my sfs_load-1.9.4.pet from here and used it to load both of the sfs above:
http://www.murga-linux.com/puppy/viewtopic.php?t=64354
4. VBox Menu: Devices -> CD/DVD Devices -> VBoxGuestAdditions.iso
5. After installation of Guest Additions, I added the following code to .xinitrcafter the line . /etc/rc.d/BOOTCONFIG. I got the code from /opt/VBoxGuestAdditions-4.1.14/bin/VBoxClient-allCode: Select all
/usr/bin/VBoxClient --clipboard /usr/bin/VBoxClient --display /usr/bin/VBoxClient --seamless
After rebooting, the shared clipboard and seamless mode works. However, the autoresizing doesn't. Neither does restarting the guest Puppy's X server after resizing the window. I'm fine with it as I usually use the Xorg wizard to run Puppy at 1440x900. If I want to, I can use Xorg wizard to run Puppy at 1920x1080. It'll appear in windowed mode and then I'll use VirtualBox to switch to fullscreen. Oh and I also disabled mouse integration.
Code: Select all
/etc/rc.d/init.d/vboxadd-service
Code: Select all
/etc/rc.d/init.d/vboxadd
Code: Select all
/usr/bin/VBoxClient --display
Code: Select all
/usr/bin/VBoxClient --clipboard
/usr/bin/VBoxClient --seamless