sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit b036ad9b547f6b0bdc7ee248fbf3166621f733bb
parent cd3c48fb9d70fd49c53922b0b294828130fcaaa5
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon,  3 Apr 2017 07:44:36 -0400

Downgrade nvidia proprietary driver warning

Diffstat:
Msway/main.c | 3+--
Msway/sway.1.txt | 3---
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/sway/main.c b/sway/main.c @@ -63,8 +63,7 @@ void detect_proprietary() { break; } if (strstr(line, "nvidia")) { - fprintf(stderr, "\x1B[1;31mWarning: Proprietary nvidia drivers do NOT support Wayland. Use nouveau.\x1B[0m\n"); - fprintf(stderr, "\x1B[1;31mYes, they STILL don't work with the newly announced wayland \"support\".\x1B[0m\n"); + fprintf(stderr, "\x1B[1;31mWarning: Proprietary nvidia driver support is considered experimental.\x1B[0m\n"); free(line); break; } diff --git a/sway/sway.1.txt b/sway/sway.1.txt @@ -51,9 +51,6 @@ rather than switch to something else. Launch sway directly from a tty or via your favorite Wayland-compatible login manager. -*Important note for nvidia users*: The proprietary nvidia driver does _not_ have -support for Wayland as of 2016-06-10. Use nouveau. - Commands --------