aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-08 16:41:36 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-08 16:41:36 +0000
commit6c32347553453f3f31929c448d717bd5f2e49d1f (patch)
tree38242400ec05856849dcd1c3abbd0470c578d68f /emulators
parent9db76f15346320611a6a3689c95921b6b6456d9f (diff)
downloadports-6c32347553453f3f31929c448d717bd5f2e49d1f.tar.gz
ports-6c32347553453f3f31929c448d717bd5f2e49d1f.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware_xf4mod/Makefile4
-rw-r--r--emulators/vmware_xf4mod/pkg-descr7
2 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
index 5c6331aa13aa..fb0b94a21762 100644
--- a/emulators/vmware_xf4mod/Makefile
+++ b/emulators/vmware_xf4mod/Makefile
@@ -20,6 +20,10 @@ NO_BUILD= yes
USE_X_PREFIX= yes
+ONLY_FOR_ARCHS= i386
+
+RESTRICTED= "Not sure if we can redistribute it"
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
diff --git a/emulators/vmware_xf4mod/pkg-descr b/emulators/vmware_xf4mod/pkg-descr
index 3b3038b15fc5..cda9d9270e09 100644
--- a/emulators/vmware_xf4mod/pkg-descr
+++ b/emulators/vmware_xf4mod/pkg-descr
@@ -9,4 +9,11 @@ Section "Device"
BusID "PCI:0:15:0"
EndSection
+The BusID line is required or X will think that the virtual ISA VGA card
+(where the text screens live) is the primary one and it will fail.
+
+Be sure to use the same depth on the guest as you do on the host or the
+X server won't start. You can arrange for this simply by not including a
+"DefaultDepth" line. The driver will then supply the correct default.
+
WWW: http://www.vmware.com/support/reference/common/guest_linux_xf864.html