diff options
author | salo <salo> | 2003-03-30 04:13:31 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-30 04:13:31 +0000 |
commit | 198a1a48370dad586a8d1acfe71b94cd38ecd1df (patch) | |
tree | 3b2444f07bd17e77c56b660fabd0353af745e2dd /emulators | |
parent | be34cd7731c40cedb91dc2d2f9aa49620837ef40 (diff) | |
download | pkgsrc-198a1a48370dad586a8d1acfe71b94cd38ecd1df.tar.gz |
Add MESSAGE describing workaround for "vmware3 shows only black screen" issue,
as described by Frank van der Linden on netbsd-users.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/MESSAGE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware3/MESSAGE b/emulators/vmware3/MESSAGE new file mode 100644 index 00000000000..5a241425fb0 --- /dev/null +++ b/emulators/vmware3/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/03/30 04:13:31 salo Exp $ + +Since VMware 3.x, there is a problem which might be related to shared memory +under Linux emulation, giving as a result black screen. Unfortunately, it's +extremely hard to track down what's going on, so noone has been able to fix +it yet. + +If you experience this problem, setting your DISPLAY environment variable +to "localhost:0" should help. +=========================================================================== |