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

Fullscreen showing very small window #376

Open
Anntoin opened this issue Jun 12, 2018 · 5 comments
Open

Fullscreen showing very small window #376

Anntoin opened this issue Jun 12, 2018 · 5 comments

Comments

@Anntoin
Copy link

Anntoin commented Jun 12, 2018

Hi,

I'm having a similar issue to that described here: #350

When trying to maximize a video to fullscreen a very small window displays by the cursor and that's it.

I'm using Kodi in standalone mode on arch.

I'm guessing Kodi doesn't respond to the wm hints that are set to maximize the window after creation. I was thinking this should work if the dimensions are specified in freshplayer.conf but this doesn't appear to effect the window size.

Appreciate any tips

@i-rinat
Copy link
Owner

i-rinat commented Jun 12, 2018

How do you use web browser in Kodi? I've managed to start kodi-standalone under Xephyr (which turned out to be slooooooow, about 1 fps or less). But I can't find a browser there. There is a Web Viewer addon, but it only displays text, and doesn't try to render HTML at all, let alone Flash.

@Anntoin
Copy link
Author

Anntoin commented Jun 12, 2018

I'm using the 'advanced emulator launcher' plugin to launch browsers in Kodi. You can configure a launcher with arguments, e.g. /use/bin/firefox --width 1920 --height 1080 www.netflix.com

It's a fairly bare bones Arch install, this provides the systemd unit for kodi-standalone https://aur.archlinux.org/packages/kodi-standalone-service/

@i-rinat
Copy link
Owner

i-rinat commented Jun 13, 2018

I think the only way is to add a configuration option that forces fullscreen window position. I'll take a look.

@i-rinat
Copy link
Owner

i-rinat commented Jun 15, 2018

I've just pushed 2f9b5cc to the master branch. It doesn't detect non-WM mode automatically, but there is new configuration file option, fullscreen_window_geometry. Try to set it to "0,0,1920,1080". As you can guess, that's for 1920 by 1080 window at the top left corner of the screen.

@Anntoin
Copy link
Author

Anntoin commented Jun 16, 2018

Thank you!!! 🍾 🥂

Just tested and with that option it works a treat 😃

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