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

How to change display orientation #11

Open
laRob95 opened this issue Mar 9, 2022 · 3 comments
Open

How to change display orientation #11

laRob95 opened this issue Mar 9, 2022 · 3 comments

Comments

@laRob95
Copy link

laRob95 commented Mar 9, 2022

Hello

I downloaded your custom XCSoar archive from https://github.com/olup/kobowriter/releases, and I successfully started kobowriter.
However, display orientation is not landscape. Is there a way to change this?

@olup
Copy link
Owner

olup commented Mar 9, 2022

This is strange, what is your device model ? I think I read from FBINK that rotation is not always working...

@laRob95
Copy link
Author

laRob95 commented Mar 15, 2022

I used kobo GLO HD

@bcmpinc
Copy link

bcmpinc commented May 9, 2024

I'm also running into the problem kobowrite runs in the default portrait orientation. I would prefer landscape.

I noticed in the following line in the code:

exec.Command(`fbdepth`, `--rota`, `2`).Run()

But it does not seem to do anything. My guess is that the fbdepth program is not installed. Unfortunately I don't know how I can read the log output, so I have no means to debug this.

@olup: Could it be that you installed fbdepth separately but did not include it in the release build?

Edit: The fbdepth executable missing indeed seems to be the issue. For instructions, see my repo. You also need to build my version as it has the path to fbdepth hardcoded.

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

3 participants