summaryrefslogtreecommitdiff
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-07 12:18:02 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-07 12:18:02 +0000
commit763d6c30444cb6b684a1576ff1072430d7b6eee6 (patch)
tree5b8b849a6b492e602e4f0ec87ab5e68b9208b0fb /x11/nvidia-driver
parent- Update to 3.4.2 (diff)
Advise how to deal with common "not enough shared memory" problem that has
troubled many FreeBSD+nVidia users. PR: ports/95122
Notes
Notes: svn path=/head/; revision=172473
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/files/pkg-message.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/nvidia-driver/files/pkg-message.in b/x11/nvidia-driver/files/pkg-message.in
index 7a6247193a2e..622ade6121b3 100644
--- a/x11/nvidia-driver/files/pkg-message.in
+++ b/x11/nvidia-driver/files/pkg-message.in
@@ -23,4 +23,11 @@ linux.ko is available as well (or have it compiled in kernel).
Note that this driver does not support PAE-enabled kernels.
+If X.org cannot start and reports
+
+ (EE) NVIDIA(0): Failed to obtain a shared memory identifier.
+
+in /var/log/Xorg.0.log while actually you have ``options SYSVSHM''
+enabled in kernel, the sysctl ``kern.ipc.shmall'' should be increased.
+
See %%PREFIX%%/share/doc/NVIDIA_GLX-1.0/README for more information.