mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 06:24:20 +01:00
Downgrade nvidia proprietary driver warning
This commit is contained in:
parent
cd3c48fb9d
commit
b036ad9b54
@ -63,8 +63,7 @@ void detect_proprietary() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (strstr(line, "nvidia")) {
|
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;31mWarning: Proprietary nvidia driver support is considered experimental.\x1B[0m\n");
|
||||||
fprintf(stderr, "\x1B[1;31mYes, they STILL don't work with the newly announced wayland \"support\".\x1B[0m\n");
|
|
||||||
free(line);
|
free(line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -51,9 +51,6 @@ rather than switch to something else.
|
|||||||
Launch sway directly from a tty or via your favorite Wayland-compatible login
|
Launch sway directly from a tty or via your favorite Wayland-compatible login
|
||||||
manager.
|
manager.
|
||||||
|
|
||||||
*Important note for nvidia users*: The proprietary nvidia driver does _not_ have
|
|
||||||
support for Wayland as of 2016-06-10. Use nouveau.
|
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user