Kodi Community Forum
Video is shrinked and the rest of screen is blured - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Video is shrinked and the rest of screen is blured (/showthread.php?tid=36927)



Video is shrinked and the rest of screen is blured - kerosin - 2008-09-09

Hi Everybody,

I'm having problem playing all of my video files with XBMC, see the screenshot below:

Image

The result is the same if resolution is set to auto or eve if I set XBMC resolution to 1024x768 (FS) and the same resolution for media player.

No such problem when playing directly with MPlayer.

Have anybody experienced this before?

Thank you Smile



P.S.: HP nc6000, ATI Mobility Radeon 9600, Catalyst 8.8, WinXP SP3


- jmarshall - 2008-09-09

Yes - lots and lots of people have. Search for "glrectanglehack"


- kerosin - 2008-09-09

I have created this file

C:\Program Files\XBMC\userdata\advancedsettings.xml :

Code:
<advancedsettings>
    <glrectanglehack>yes</glrectanglehack>
</advancedsettings>

but the result is the same.

I'm wondering if the XBMC is reading this file at all ... because I have made some modifications to rss feeds in C:\Program Files\XBMC\userdata\RssFeeds.xml and I don't see those changes to be reflected when running XBMC


- WiSo - 2008-09-09

http://wiki.xbmc.org/?title=XBMC_for_Windows_specific_FAQ#What_are_platform_directories_.3F

If you start XBMC via the installer link you run it in platform mode. See the link above where the platform directories are.


- kerosin - 2008-09-09

Ok, the correct file path for me was:

C:\Documents and Settings\[user]\AppData\XBMC\userdata\advancedsettings.xml

Now the video plays perfectly.


Thanks jmarshall and WiSo !!!