Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gentoo doesn't enable bitmap support despite identifying kitty #2000

Closed
dankamongmen opened this issue Jul 29, 2021 · 7 comments
Closed

gentoo doesn't enable bitmap support despite identifying kitty #2000

dankamongmen opened this issue Jul 29, 2021 · 7 comments
Assignees
Labels
bitmaps bitmapped graphics (sixel, kitty, mmap) bug Something isn't working
Milestone

Comments

@dankamongmen
Copy link
Owner

This is an odd one. I've got a gentoo Docker in which I'm updating our ebuild. We properly identify kitty, and yet....we don't seem to enable any bitmap support.

2021-07-29-073322_1083x1417_scrot

no idea how this is happening, very strange! a good issue #2000.

@dankamongmen dankamongmen added the bug Something isn't working label Jul 29, 2021
@dankamongmen dankamongmen self-assigned this Jul 29, 2021
@dankamongmen dankamongmen added this to the 3.0.0 milestone Jul 29, 2021
@dankamongmen dankamongmen added the bitmaps bitmapped graphics (sixel, kitty, mmap) label Jul 29, 2021
@dankamongmen
Copy link
Owner Author

it's getting reset somewhere between the end of interrogate_terminal() and when we check it in notcurses-info...

@dankamongmen
Copy link
Owner Author

update_term_dimensions() is to blame!

@dankamongmen
Copy link
Owner Author

ahhhh, the ioctl() is not providing the pixel values?

@dankamongmen
Copy link
Owner Author

yep ioctl(3, TIOCGWINSZ, {ws_row=70, ws_col=108, ws_xpixel=0, ws_ypixel=0}) = 0 why?

@dankamongmen
Copy link
Owner Author

the solution in #1891 meanwhile works just fine. so let's implement that, and this will be resolved.

@dankamongmen
Copy link
Owner Author

with the resolution of #1891, this works in the gentoo docker. hurrah!

@dankamongmen
Copy link
Owner Author

2021-07-29-083225_1083x1417_scrot

@dankamongmen dankamongmen modified the milestones: 3.0.0, 2.4.0 Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bitmaps bitmapped graphics (sixel, kitty, mmap) bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant