summaryrefslogtreecommitdiff
path: root/panels
diff options
context:
space:
mode:
authorNorbert Pfeiler <norbert.pfeiler+git@gmail.com>2022-01-29 11:10:04 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-23 09:36:24 +0000
commita57d31f0cf86ee763fd16a4dd6bb49c1ddef6704 (patch)
tree6f945e1edc064cff8ebea47401189349c1d4d340 /panels
parent16fc5a95f8fde3b02d0b0e5c4b427d956f058fa5 (diff)
downloadgnome-control-center-a57d31f0cf86ee763fd16a4dd6bb49c1ddef6704.tar.gz
info-overview: Add some commonly used trademarks
Those are not always present in the device string. Guidance was taken from the usage on vendor websites. NVIDIA actually has the rights to GTX™ but doesn’t seem to use it, in contrast to RTX™.
Diffstat (limited to 'panels')
-rw-r--r--panels/info-overview/info-cleanup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/panels/info-overview/info-cleanup.c b/panels/info-overview/info-cleanup.c
index 7d640bb64..ceeb61025 100644
--- a/panels/info-overview/info-cleanup.c
+++ b/panels/info-overview/info-cleanup.c
@@ -39,6 +39,7 @@ prettify_info (const char *info)
{ "Mesa DRI ", ""},
{ "[(]R[)]", "\302\256"},
{ "[(](tm|TM)[)]", "\342\204\242"},
+ { "(ATI|EPYC|AMD FX|Radeon|Ryzen|Threadripper|GeForce RTX) ", "\\1\342\204\242 "},
{ "Gallium \\d+\\.\\d+ on (.*)", "\\1"},
{ " CPU| Processor| \\S+-Core| @ \\d+\\.\\d+GHz", ""},
{ " x86|/MMX|/SSE2|/PCIe", ""},