[vbox-dev] Graphic device?

2008-12-18 Thread Jun Koi
Hi,

I am wondering why VB doesnt use the original video devices from QEMU
(cirrus, vmware, vga), but it has its own PCI video device? What are
the differences with QEMU video devices?

Thanks,
Jun

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Linux Compiz fails on 2.1.0 ?

2008-12-18 Thread Frank Mehnert
The documentation clearly says that OpenGL is currently only supported
for Windows guests (and supported for all our hosts). Support for other
guests is work-in-progress.

Kind regards,

Frank

On Thursday 18 December 2008, Jun Koi wrote:
 I forget to say that I run 2.1.0 on Linux host (Ubuntu 8.10), and
 tried to enable Compiz in Linux guest (also Ubuntu 8.10), but failed
 as described below.

 Besides, Compiz in the host works well.

 Thanks,
 Jun

 On Thu, Dec 18, 2008 at 4:27 PM, Jun Koi junkoi2...@gmail.com wrote:
  Hi,
 
  I tried to enable Compiz on Ubuntu 8.10, but only got the message like
  Effects could not be enabled. Is that expected, given that I already
  enabled 3D acceleration? Anybody experienced the same problem??
 
  (I can confirm that I already installed Guest additions for Linux, and
  vboxvideo driver is already loaded by X.org.)
 
  Another question: From inside the Linux guest, how can I verify that
  3D acceleration is already enable?
 
  Thanks,
  Jun

 ___
 vbox-dev mailing list
 vbox-dev@virtualbox.org
 http://vbox.innotek.de/mailman/listinfo/vbox-dev



-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
 On Wednesday 17 December 2008, Antonio Doldo wrote:
 During the last svn, I obtain an error with dpkg-buildpackage:

 Should be fixed now. Thanks for the report.
Frank, thanks for fix.
excuse me, but i have a similar error on the new and fresh source code
VirtualBox-2.1.0-OSE.tar.bz2
can you explain me about the error on debian tree of official stable
source code?
I have compiled the svn tree (15630) successfully.

mv
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/opt/VirtualBox-2.1.0_OSE/VirtualBox.desktop
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/applications/VirtualBox.desktop
install -d -g 0 -o 0
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/pixmaps
install -d -g 0 -o 0
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/lintian/overrides
sed \
-e 's|%VERPKG%|virtualbox-ose|g' \
debian/lintian-override.in  \

/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/lintian/overrides/virtualbox-ose
sed: impossibile leggere debian/lintian-override.in: Nessun file o
directory
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2


Thanks for your useful fork.
Best regards,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJSgwgd/eBSx+n1DoRAmrYAJ4vIdwL/NN93NgYwKvysOs7VZTY/gCdGkuJ
C4WdKq7aNh3FebgTfpo4JcM=
=idr4
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] Error in User manual of 2.1.0

2008-12-18 Thread Jun Koi
Hi,

The manual of 2.1.0 still says that Enable 3D acceleration is in
Advances tab, while it has been moved to General tab from this
version. So that should be fixed.

Thanks,
Jun

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Graphic device?

2008-12-18 Thread Frank Mehnert
Jun,

On Thursday 18 December 2008, Jun Koi wrote:
 I am wondering why VB doesnt use the original video devices from QEMU
 (cirrus, vmware, vga), but it has its own PCI video device? What are
 the differences with QEMU video devices?

Our VGA device is based on the Qemu code but we improved the performance.
In contrast to Qemu, VirtualBox knows a so-called 'raw mode', that is,
as many code as possible is executed in the guest context. Even parts of
the device emulation (including VGA).

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Graphic device?

2008-12-18 Thread Jun Koi
On Thu, Dec 18, 2008 at 5:44 PM, Frank Mehnert frank.mehn...@sun.com wrote:
 Jun,

 On Thursday 18 December 2008, Jun Koi wrote:
 I am wondering why VB doesnt use the original video devices from QEMU
 (cirrus, vmware, vga), but it has its own PCI video device? What are
 the differences with QEMU video devices?

 Our VGA device is based on the Qemu code but we improved the performance.
 In contrast to Qemu, VirtualBox knows a so-called 'raw mode', that is,
 as many code as possible is executed in the guest context. Even parts of
 the device emulation (including VGA).

Interesting! How much is that faster than the original QEMU device? Do
you have any number?

Thanks,
Jun

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] OpenGL in 2.1.0?

2008-12-18 Thread Jun Koi
Hi,

I am wondering how OpenGL support is done in 2.1.0. I found
src/VBox/Additions/WINNT/Graphics/crOpenGL, but not sure what it is
doing, and how it is connected to Display/ and Miniport/. (??)

Any hint?

Thanks a lot,
Jun

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] DirectX support?

2008-12-18 Thread Jun Koi
On Thu, Dec 18, 2008 at 5:37 PM, Frank Mehnert frank.mehn...@sun.com wrote:
 On Thursday 18 December 2008, Jun Koi wrote:
 Could anybody inform us users the current progress of supporting
 DirectX in VirtualBox?

 If I am not wrong, VirtualBox has a great chance to be the 1st VM
 solution that supports DirectX?

 Cant wait to play D3D games in VB :-)

 This will still take time and we cannot give you any ETA. Some Windows
 games have an option like -opengl which forces the application to use
 OpenGL instead of DirectX.

How are you going to support DirectX for guests on Linux host? Will
you translate it to OpenGL using Wine, or you go another way?

Thanks,
Jun

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Graphic device?

2008-12-18 Thread Frank Mehnert
On Thursday 18 December 2008, Jun Koi wrote:
 On Thu, Dec 18, 2008 at 5:44 PM, Frank Mehnert frank.mehn...@sun.com 
wrote:
  Jun,
 
  On Thursday 18 December 2008, Jun Koi wrote:
  I am wondering why VB doesnt use the original video devices from QEMU
  (cirrus, vmware, vga), but it has its own PCI video device? What are
  the differences with QEMU video devices?
 
  Our VGA device is based on the Qemu code but we improved the performance.
  In contrast to Qemu, VirtualBox knows a so-called 'raw mode', that is,
  as many code as possible is executed in the guest context. Even parts of
  the device emulation (including VGA).

 Interesting! How much is that faster than the original QEMU device?

Much faster :)

 Do you have any number?

No.

Seriously: Another reason is that we had to adapt the code to our needs.

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Frank Mehnert
On Thursday 18 December 2008, Antonio Doldo wrote:
 Frank Mehnert ha scritto:
  On Wednesday 17 December 2008, Antonio Doldo wrote:
  During the last svn, I obtain an error with dpkg-buildpackage:
 
  Should be fixed now. Thanks for the report.

 Frank, thanks for fix.
 excuse me, but i have a similar error on the new and fresh source code
 VirtualBox-2.1.0-OSE.tar.bz2
 can you explain me about the error on debian tree of official stable
 source code?

Thanks again. Actually that one slipped through. I've added the file
to the local archive but did not replace the archive on the download
service. Which I did right now so the OSE archive should now contain
that file as well.

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Antonio Doldo
Frank Mehnert ha scritto:
 On Thursday 18 December 2008, Antonio Doldo wrote:
   
 Frank Mehnert ha scritto:
 
 On Wednesday 17 December 2008, Antonio Doldo wrote:
   
 During the last svn, I obtain an error with dpkg-buildpackage:
 
 Should be fixed now. Thanks for the report.
   
 Frank, thanks for fix.
 excuse me, but i have a similar error on the new and fresh source code
 VirtualBox-2.1.0-OSE.tar.bz2
 can you explain me about the error on debian tree of official stable
 source code?
 

 Thanks again. Actually that one slipped through. I've added the file
 to the local archive but did not replace the archive on the download
 service. Which I did right now so the OSE archive should now contain
 that file as well.

 Kind regards,

 Frank
   
Excuse me, what is the file that is copied from svn?
if I undesrstand well,  the archive will be substitued in next hours/days?
Happy day,
cheers,
A.


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Frank Mehnert
On Thursday 18 December 2008, Antonio Doldo wrote:
  Frank, thanks for fix.
  excuse me, but i have a similar error on the new and fresh source code
  VirtualBox-2.1.0-OSE.tar.bz2
  can you explain me about the error on debian tree of official stable
  source code?
 
  Thanks again. Actually that one slipped through. I've added the file
  to the local archive but did not replace the archive on the download
  service. Which I did right now so the OSE archive should now contain
  that file as well.

 Excuse me, what is the file that is copied from svn?
 if I undesrstand well,  the archive will be substitued in next hours/days?

That is exactly that file.  And the archive was replaced about 1 hour
ago.

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] NAT/slirp issue?

2008-12-18 Thread Huihong Luo
I have a windows xp host PC that has two network interfaces, one is for 
internal local network without internet connection, the other can connect to 
internet. These two interfaces have 2 different IPs.
 
Somehow, vbox vm (configured as NAT) running on this pc can NOT browse any 
internet websites, but it works for the local network. I checked the settings 
inside vm, the adapter and ip are correct, and there is traffice between this 
vm and the host.
 
It seems somehow the vm is hooked to the internal network on host, rather than 
the one that can browse internet. I don't know how slirp works internally, but 
I assume it uses windows socket api to send/receive packets. Any chance that 
traffic is bounded to a specific interface?
 
Huihong___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] NAT/slirp issue?

2008-12-18 Thread Frank Mehnert
On Thursday 18 December 2008, Huihong Luo wrote:
 I have a windows xp host PC that has two network interfaces, one is for
 internal local network without internet connection, the other can connect
 to internet. These two interfaces have 2 different IPs. 
 Somehow, vbox vm (configured as NAT) running on this pc can NOT browse any
 internet websites, but it works for the local network. I checked the
 settings inside vm, the adapter and ip are correct, and there is traffice
 between this vm and the host. 
 It seems somehow the vm is hooked to the internal network on host, rather
 than the one that can browse internet. I don't know how slirp works
 internally, but I assume it uses windows socket api to send/receive
 packets. Any chance that traffic is bounded to a specific interface? 

Please try again in NAT mode. Then have a look at the VBox.log
file yourself. Search for 'NAT: ...' lines and have a look at
lines which mention name servers. Please check if the correct
name server is passed to the guest.

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] NAT/slirp issue?

2008-12-18 Thread Frank Mehnert
On Friday 19 December 2008, Huihong Luo wrote:
 Yes, you are right. From the vbox.log, I found those NAT: DNS lines, it
 indeed picked the wrong DNS server. It basically pick the DNS from the
 internal network, rather the interface that can browse internet. 
 I also verified that IE works from vm is using ip address directly, so it's
 purely DNS issue. 
 Perhaps, can perform some kind of checks, and pick the DNS that can resolve
 internet names? 

Yes, this is a long planned feature to solve this annoying bug.

Thanks for your feedback,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev