mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Downgrade nvidia proprietary driver warning
This commit is contained in:
parent
cd3c48fb9d
commit
b036ad9b54
2 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue