Skip to content

Commit 10868ed

Browse files
committed
Doc: update README [ci skip]
1 parent fc94746 commit 10868ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ Fastfetch uses `format` to generate output. For example, to make the `GPU` modul
152152
"modules": [
153153
{
154154
"type": "gpu",
155-
"format": "{2}" // See `fastfetch -h gpu-format` for detail
155+
"format": "{name}" // See `fastfetch -h gpu-format` for detail
156156
}
157157
]
158158
}
159159
```
160160

161-
. . which is equivalent to `fastfetch -s gpu --gpu-format '{2}'`
161+
. . which is equivalent to `fastfetch -s gpu --gpu-format '{name}'`
162162

163163
See `fastfetch -h format` for information on basic usage. For module specific formattion, see `fastfetch -h <module>-format`
164164

@@ -186,6 +186,10 @@ You can always use `fastfetch --pipe false` to force fastfetch running in colorf
186186

187187
See [#1096](https://github.com/fastfetch-cli/fastfetch/issues/1096).
188188

189+
### Q: I use Debian / Ubuntu / Debian deserved distro. My GPU is detected as `XXXX Device XXXX (VGA compatible)`. Is it a bug?
190+
191+
See [#1282](https://github.com/fastfetch-cli/fastfetch/issues/1282)
192+
189193
### Q: I want feature A / B / C. Will fastfetch support it?
190194

191195
Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script:

0 commit comments

Comments
 (0)