Michael Renner <[EMAIL PROTECTED]> writes: > I forgot to mention that this machine is a remote machine. So I start a ssh > connection to the server. Later, when everything is running I want to use rdp > instead a redirected X session. But therefor .... it must start. > > > > The log entry end with > > > > 00:01:59.164 Display::handleDisplayResize(): uScreenId = 0, > > pvVRAM=00002aaaacc33000 w=640 h=480 bpp=32 cbLine=0xA00 > > > > Is there any change to get a more helpfull output? I get the same error > > when I try to start an other installation CD like Solaris or FreeBSD. I > > disabled the most things (e.g. USB, sound and network), but the result is > > the same. > > > > Any hint? If you use ssh X-Forwarding, try to start the ssh session with -Y instead of -X.
-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls. With Qemu the -Y works for remote forwarding sessions. A second hint: Try a headless virtualmachine. env DISPLAY=buggerthis /opt/VirtualBox/VBoxHeadless -s SomeMachine http://unixsadm.blogspot.com/2008/06/making-virtualbox-work-in-headless-mode.html _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
