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

Corrupted display #10

Open
hlbstd opened this issue Feb 1, 2023 · 2 comments
Open

Corrupted display #10

hlbstd opened this issue Feb 1, 2023 · 2 comments

Comments

@hlbstd
Copy link

hlbstd commented Feb 1, 2023

Hi,

ddlm display is broken on my machine. The pixels seem to be at the proper height but they're "dispersed" on the x axis, which makes the greeter illegible. The greeter seems to work fine apart from the display issue (I can make out the characters appearing on screen as I type, I can see that there are 3 input I can select because I see a yellow line changing height).

I have cloned the repository and removed the into_raw_mode call as it prevents logging the program output as seen in #8. The behavior did no seem to change but I got no log at all, the program seems to think that everything is fine (and from what I can see, besides the illegible aspect, it is).

I'm have an nvidia gpu, do you know if ddlm is expected to function properly on them ?
I also have a 21:9 display, are they supported ?

Lastly the program prevents tty switching, which is nice, but makes debugging difficult, it would be nice to have the option to disable this behavior. In the meantime could you direct me to where this is done so I can remove it for my tests ?

@deathowl
Copy link
Owner

deathowl commented Feb 2, 2023

I also use an nvidia gpu, and everything is fine. The 21:9 aspect ratio seems to seems to be the issue.

@deathowl
Copy link
Owner

deathowl commented Feb 2, 2023

as we're setting the framebuffer to 1024x768 as that seems to be a good common denominator. If you wish adding aspect ratio support would be a quite welcome addition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants