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

test_output.c on fbdev shows native console text while waiting #27

Closed
ysangkok opened this issue Aug 31, 2012 · 3 comments
Closed

test_output.c on fbdev shows native console text while waiting #27

ysangkok opened this issue Aug 31, 2012 · 3 comments

Comments

@ysangkok
Copy link
Contributor

When running test_output I assumed that the output with --fbdev would be identical to the output without --fbdev. It is not.

http://i.imgur.com/rMB1t.jpg

@dvdhrm
Copy link
Owner

dvdhrm commented Aug 31, 2012

Why would you assume that?
Using --fbdev is racy when not synchronized with VT's. test_output is really just a way to test the uterm library. Try starting it from X instead of your console. Or add a VT layer to it. However, you need to switch to fbcon and back to X to make X redraw the screen (or actually re-enable the correct DRM-FB).

@ysangkok
Copy link
Contributor Author

I assumed it because I thought every video output method was supposed to have the same end-user-visible effect. No problem if it is not, I merely wanted to give this matter the benefit of doubt.

@dvdhrm
Copy link
Owner

dvdhrm commented Aug 31, 2012

This assumption is right, but "test_output" is not intended to do that exactly. It's just a small hack to test video-output.

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

No branches or pull requests

2 participants