Rubin Simons

Results 117 comments of Rubin Simons

Hi @fredizzimo, here is the output of `fc-match -v "PragmataPro Mono"`: ```shell # fc-match -v "PragmataPro Mono" Pattern has 44 elts (size 48) family: "PragmataPro Mono"(s) familylang: "en"(s) style: "Regular"(s)...

I did check the font with fontdrop.info. It can see 32 opentype styles, only `calt` seems to be enabled by default. Do you think this is a bug in swash?

That seems to result in a normal PragmataPro look: ![Screenshot from 2024-09-18 15-31-55](https://github.com/user-attachments/assets/206179a6-c87b-4deb-905c-767ae11df325)

@fredizzimo When I reported the issue, I was running the `neovide` Arch linux package from extras, version 0.13.3-2 (so just `pacman -S neovide`, no self-built version). I notice that 0.13.3-2...

I just re-checked with latest commit on master (f3a164e95ecd7778ddb71823f703a76769e1c150), just to be sure, but same thing happens. Let me know if I can do something to maybe get more relevant...

I noted that #1631 is similar error-wise, but @cgutman indicates that it's likely another issue and a new issue should be filed.

I collected the stdout/err in build-output.log, got `.ninja.log` from the Cmake build_dir. [build-output.log](https://github.com/user-attachments/files/16199032/build-output.log) [ninja.log](https://github.com/user-attachments/files/16199033/ninja.log) Is this helpful?

@ReenigneArcher is there a way I can get more logging? I tried `min_log_level = debug` but it didn't give me significantly more information about why Sunshine seems to be unable...

Update: I think it is due to NvFBC being X11 only. Once I removed nvfbc from my config, sunshine correctly picks up the display. Source: https://github.com/LizardByte/Sunshine/discussions/2060

I think this issue can be closed because currently, NVIDIA has no support yet for FBC with Wayland. I did see it mentioned on a recent presentation of development work...