1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

1. Be a bit more verbose about how to set it up.

2. Restrict the distribution and don't try and make this work for non
x86.
This commit is contained in:
Nick Sayer 2001-03-08 16:41:36 +00:00
parent 9db76f1534
commit 6c32347553
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39267
2 changed files with 11 additions and 0 deletions

View File

@ -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}

View File

@ -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