aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sway/main.c b/sway/main.c
index 23689757..0db116d3 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -70,18 +70,6 @@ void detect_proprietary(int allow_unsupported_gpu) {
70 } 70 }
71 break; 71 break;
72 } 72 }
73 if (strstr(line, "fglrx")) {
74 if (allow_unsupported_gpu) {
75 sway_log(SWAY_ERROR,
76 "!!! Proprietary AMD drivers are in use !!!");
77 } else {
78 sway_log(SWAY_ERROR, "Proprietary AMD drivers do NOT support "
79 "Wayland. Use radeon. To try anyway, launch sway with "
80 "--unsupported-gpu and DO NOT report issues.");
81 exit(EXIT_FAILURE);
82 }
83 break;
84 }
85 } 73 }
86 free(line); 74 free(line);
87 fclose(f); 75 fclose(f);