warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
20.19k stars 332 forks source link

Lag + Graphics Gliches while running ncmpcpp #4858

Open xiro-codes opened 1 month ago

xiro-codes commented 1 month ago

Discord username (optional)

No response

Describe the bug

Graphical Gliches in ncmpcpp visualizer

To reproduce

Run ncmpcpp

Expected behavior

No response

Screenshots

https://youtu.be/w572_YZz154?si=JYVCzeTn8n2TC9lv

Operating system

Linux

Operating system and version

Linux 6.6.21 #NixOS

Shell Version

No response

Current Warp version

No response

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

alokedesai commented 1 month ago

Hi @xiro-codes would you mind checking if this still reproduces on the latest version of Warp? We fixed a source of rendering delays in the latest release that should fix this issue. Thank you!

xiro-codes commented 1 month ago

lag is gone, but graphics issues still present

alokedesai commented 1 month ago

Could you share the output of your warp logs so can debug further?

xiro-codes commented 1 month ago

No problem but where do I find them

alokedesai commented 1 month ago

thank you! You can find info on how to access your warp logs here: https://docs.warp.dev/help/sending-us-feedback#gathering-warp-logs

xiro-codes commented 1 month ago

but what about linux only mentions macos

On Sun, May 5, 2024 at 8:05 PM Aloke Desai @.***> wrote:

thank you! You can find info on how to access your warp logs here: https://docs.warp.dev/help/sending-us-feedback#gathering-warp-logs

— Reply to this email directly, view it on GitHub https://github.com/warpdotdev/Warp/issues/4858#issuecomment-2095037854, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC2TQS5GJPAV3CCGILCTQPDZA3JMNAVCNFSM6AAAAABHA3HNNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJVGAZTOOBVGQ . You are receiving this because you were mentioned.Message ID: @.***>

alokedesai commented 1 month ago

There should be a Linux section as well, posting it as a screenshot here as well!

image
dannyneira commented 4 weeks ago

Hi @xiro-codes I'm struggling to reproduce this issue on nixos. Can you please provide a copy of your /etc/mpd.conf and your ~/.ncmpcpp/config? This will help us with reproducing the issue with ncmpcpp visualizer.

xiro-codes commented 4 weeks ago

it appear to be a theme issue as it goes away on some themes. heres my configs ncmpcpp

execute_on_song_change=notify-send -i /tmp/.music_cover.png "Playing" "$(mpc --format '%title% - %album%' current)"
mpd_music_dir=/mnt/hdd/music
visualizer_data_source=/tmp/mpd.fifo
visualizer_in_stereo=yes
visualizer_look=+|
visualizer_output_name=visualizer
visualizer_type=spectrum

mpd

        audio_output {
          type "pipewire"
          name "Pipewire"
        }
        audio_output {
          type "fifo"
          name "Visualizer"
          path "/tmp/mpd.fifo"
          format "44100:16:2"
        }