summaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/main.c b/sway/main.c
index b9f8936f..ab6ecc1f 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -63,8 +63,7 @@ void detect_proprietary() {
63 break; 63 break;
64 } 64 }
65 if (strstr(line, "nvidia")) { 65 if (strstr(line, "nvidia")) {
66 fprintf(stderr, "\x1B[1;31mWarning: Proprietary nvidia drivers do NOT support Wayland. Use nouveau.\x1B[0m\n"); 66 fprintf(stderr, "\x1B[1;31mWarning: Proprietary nvidia driver support is considered experimental.\x1B[0m\n");
67 fprintf(stderr, "\x1B[1;31mYes, they STILL don't work with the newly announced wayland \"support\".\x1B[0m\n");
68 free(line); 67 free(line);
69 break; 68 break;
70 } 69 }