diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-07 20:18:02 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-07 20:18:02 +0800 |
commit | e863ac947ab0e27fd30a191b278c4364ede957ac (patch) | |
tree | 410277df1498df3d196171e7b47ec16586d72cdd /x11 | |
parent | 1a060146d0be00b4f62846cfbc805bcbb246b207 (diff) | |
download | freebsd-ports-gnome-e863ac947ab0e27fd30a191b278c4364ede957ac.tar.gz freebsd-ports-gnome-e863ac947ab0e27fd30a191b278c4364ede957ac.tar.zst freebsd-ports-gnome-e863ac947ab0e27fd30a191b278c4364ede957ac.zip |
Advise how to deal with common "not enough shared memory" problem that has
troubled many FreeBSD+nVidia users.
PR: ports/95122
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-driver/files/pkg-message.in | 7 |
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. |