]> git.sur5r.net Git - i3/i3/commitdiff
--help: note that nVidia’s driver supports RandR from 302.17 on
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Sep 2012 15:52:56 +0000 (17:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Sep 2012 15:52:56 +0000 (17:52 +0200)
src/main.c

index 7936e75889bb15946251104f7b8e4515becbdc79..8bae9957db894e3fac02363b37e857ef49f9ad4f 100644 (file)
@@ -391,7 +391,8 @@ int main(int argc, char *argv[]) {
                 fprintf(stderr, "\t--force-xinerama\n"
                                 "\tUse Xinerama instead of RandR.\n"
                                 "\tThis option should only be used if you are stuck with the\n"
-                                "\tnvidia closed source driver which does not support RandR.\n");
+                                "\told nVidia closed source driver (older than 302.17), which does\n"
+                                "\tnot support RandR.\n");
                 fprintf(stderr, "\n");
                 fprintf(stderr, "\t--get-socketpath\n"
                                 "\tRetrieve the i3 IPC socket path from X11, print it, then exit.\n");