diff --git a/README.md b/README.md index 2d6e8e3d0..6487d0e70 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ pyfiglet -s -f small_slant $(fastfetch -s os --format json | jq -r '.[0].result. ![image](https://github.com/fastfetch-cli/fastfetch/assets/6134068/6466524e-ab8c-484f-848d-eec7ddeb7df2) +### Q: My image logo behaves weird. How can I fix it? + +See troubleshooting section: + ### Q: Fastfetch runs in white and black on shell startup. Why? This issue usually happens when using fastfetch with `p10k`. There are known incompatibility between fastfetch and p10k instant prompt. @@ -186,9 +190,19 @@ You can always use `fastfetch --pipe false` to force fastfetch running in colorf See [#1096](https://github.com/fastfetch-cli/fastfetch/issues/1096). +### Q: Fastfetch shows less dpkg packages than neofetch, is it a bug? + +Neofetch incorrectly counts `rc` packages ( the package has been removed, but that the configuration files remain ). Bug https://github.com/dylanaraps/neofetch/issues/2278 + ### Q: I use Debian / Ubuntu / Debian deserved distro. My GPU is detected as `XXXX Device XXXX (VGA compatible)`. Is it a bug? -See [#1282](https://github.com/fastfetch-cli/fastfetch/issues/1282) +Try upgrading `pci.ids`: Download and overwrite file `/usr/share/hwdata/pci.ids`. For AMD GPUs, you should also upgrade `amdgpu.ids`: Download and overwrite file `/usr/share/libdrm/amdgpu.ids` + +Alternatively, you may try to use `fastfetch --gpu-driver-specific`, so that `fastfetch` will try to ask the driver for GPU name if supported. + +### Q: Fastfetch cannot detect my awesome 3rd-party macOS window manager! + +Try `fastfetch --wm-detect-plugin`. See also [#984](https://github.com/fastfetch-cli/fastfetch/issues/984) ### Q: I want feature A / B / C. Will fastfetch support it?