Windowed mode @ 800x480 cutting bottom half of screen
#1
I have a small touchscreen display running XBMC at 800x480. to get the touchscreen working I run it on top of openbox and I set the <window> tag in ~/.xbmc/userdata/guisettings.xml like so

Code:
<window>
        <height>480</height>
        <width>800</width>
    </window>

The screen maximises but only in width. xrandr is detecting the screen correctly and in fullscreen mode the problem does not exist. See the picture for more detail, the white part is my terminal in the background showing what part of the screen is missing.

http://madeo.co.uk/images/screen.jpg

Also in System info - video information the screen resolution is said to be : 800x480 windowed. Which it isn't. I've tried changing themes to Aeon65 and PM3.HD but to no change.

I'm using ubuntu 9.04 with XBMC revision r28256.

Thanks!

I said half but really i mean 30 or so pixels.... sorry but can't change the title anymore!
Reply
#2
Solved my own problem.

Code:
<application name="xbmc.bin">
                <decor>no</decor>
                <maximized>true</maximized>
</application>

Seems like openbox doesn't play ball with XBMC and forces a weird starting res. Now it works just fine by forcing xbmc.bin to go full screen.
Reply

Logout Mark Read Team Forum Stats Members Help
Windowed mode @ 800x480 cutting bottom half of screen0