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

Display-output broken #170

Closed
WereCatf opened this issue Feb 21, 2016 · 7 comments
Closed

Display-output broken #170

WereCatf opened this issue Feb 21, 2016 · 7 comments

Comments

@WereCatf
Copy link
Contributor

Some recent change has broken display-output on the OPi PC. I have an HDMI TV connected to it and in 5.01 it worked without me having to adjust anything. Now I can't seem to make it work. I just tried with the Loboris fex - file and it didn't do squat, so it's something else that's caused this -- the display is initialized, the TV says it's 1080p as it should be, but content stays black, no matter what.

@igorpecovnik
Copy link
Member

I also experience no HDMI and later figured out that this is causing the problem:
65830b7

The problem must be elsewhere since this particular switch should not affect. I am having OPi+ and I have HDMI out with latest images from download section (5.03).

@WereCatf
Copy link
Contributor Author

I was fiddling with the kernel while I was testing 5.01 and at that time turning that flag on or off didn't break display. Something since then has changed, though I can't fathom why changing that flag would affect HDMI - display o_o

@WereCatf
Copy link
Contributor Author

Yeah, I can confirm: turning optimize for size on fixes display, turning it off breaks it -- just tested it.

@ThomasKaiser
Copy link
Contributor

@WereCatf if you want to give it a try again I would suspect it's patch 0006. This patch would allow to set display resolution through kernel cmd_line but in an incompatible way compared to all other sunxi boards (there 'disp.screen0_output_mode=1920x1080p60' with out patch 'disp.screen0_output_mode=10'). So I wouldn't mind if we disable this patch for now (maybe someone ports all the other sun7i display stuff like correct EDID initialisation and so on) and try whether we can go with disabled 'optimize for size'?

@WereCatf
Copy link
Contributor Author

No, doesn't look like it's that. I did try without, but there was no change. I don't think optimize for size being broken is a major issue at the moment as it doesn't break anything else and considering how long it always takes for me to compile everything and all I don't really have much interest in fiddling with it right now. I'm just gonna leave this issue open in case someone else gets bored and wants to dig into this.

@ThomasKaiser
Copy link
Contributor

@WereCatf Thx for the try, then I will check 0007 instead the next time I rebuild things.

@ThomasKaiser
Copy link
Contributor

Disabling 0007-fbdev-fixes.patch didn't also work. HDMI output is enabled but screen is still blank when #CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

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

No branches or pull requests

4 participants