diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-14 14:22:53 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-14 14:22:53 +0000 |
commit | 9a0d869db9eea1afba743cf8fcedc18d187ade89 (patch) | |
tree | 4c97666ba87cd2dc7ef09e9ed60e38773791902e | |
parent | - Update to 0.5.2 (diff) |
Add a note about nvidia-driver in X.org 7.3 entry.
Reminded by: Lowell gilbert on -questions
Notes
Notes:
svn path=/head/; revision=199490
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -16,6 +16,17 @@ upgrades. # portupgrade -R xorg + Users of nvidia-driver will have to make sure Composite extension is + turned off and start Xorg with the following command: + + $ startx -- -ignoreABI + + The -ignoreABI option is a Xorg option. If you're using gdm, kdm or + xdm, you will have to modify your configuration file so that Xorg + starts with this option. + + An updated nvidia-driver should be released soon. + 20070905: AFFECTS: testers of net/openldap24-server AUTHOR: delphij@FreeBSD.org |