[openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- From: "Urias McCullough" <umccullough@xxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Mon, 5 Feb 2007 17:16:27 -0800
On 1/23/07, Paulo Estrela <paulojbe@xxxxxxxxxxxx> wrote:
Hi Eric,
I'm using vmware 5.5.1 with beos 5 pe (5.0.1 netserver). CardID is 405. I
simply copied vmware.accelerant from the latest Haiku hd image to
/BeOS5PE/beos/system/add-ons/accelerants/ and vmware to
/BeOS5PE/beos/system/add-ons/kernel/drivers/bin/. On serial debug file no
clue about vmware. I will try to compile vmware driver for r5 target as
suggested by François and Axel to see what happens.
[]'s
Paulo Estrela
On that topic, I went ahead and modified the jamfiles to create a jam
package from this (for the factory) - built using TARGET_PLATFORM=r5.
Hummin in #haiku tested it with his R5-in-VMWare environment and he said it
worked great!
Attached is the patch if someone wants to commit it.
Note: I think the package names are a bit odd... should we remove the "-cvs"
entirely? change them all to "-svn"? - put "r5" in the filename somewhere?
Index: src/add-ons/kernel/drivers/graphics/vmware/Jamfile
===================================================================
--- src/add-ons/kernel/drivers/graphics/vmware/Jamfile (revision 20066)
+++ src/add-ons/kernel/drivers/graphics/vmware/Jamfile (working copy)
@@ -10,3 +10,8 @@
driver.c
device.c
;
+
+Package haiku-vmware-video-svn :
+ vmware :
+ boot home config add-ons kernel drivers bin ;
+PackageDriverSymLink haiku-vmware-video-svn : graphics vmware ;
Index: src/add-ons/accelerants/vmware/Jamfile
===================================================================
--- src/add-ons/accelerants/vmware/Jamfile (revision 20066)
+++ src/add-ons/accelerants/vmware/Jamfile (working copy)
@@ -18,3 +18,7 @@
SetDisplayMode.c
: false
;
+
+Package haiku-vmware-video-svn :
+ vmware.accelerant :
+ boot home config add-ons accelerants ;
- Follow-Ups:
- [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- From: François Revol
Other related posts:
- » [openbeos] Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- » [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
Hi Eric, I'm using vmware 5.5.1 with beos 5 pe (5.0.1 netserver). CardID is 405. I simply copied vmware.accelerant from the latest Haiku hd image to /BeOS5PE/beos/system/add-ons/accelerants/ and vmware to /BeOS5PE/beos/system/add-ons/kernel/drivers/bin/. On serial debug file no clue about vmware. I will try to compile vmware driver for r5 target as suggested by François and Axel to see what happens. []'s Paulo Estrela
- [openbeos] Re: Haiku VMware video driver in BeOS 5 PE?
- From: François Revol