MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2006-07-27, 22:19   #11 (permalink)
Portal Member
 
Join Date: Jul 2006
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts


Default

well I hope thats not the case, because theres no way I could read anything without things set to large (a 37" 1080p monitor, from about 8 feet away), so this will be something that stops me from using MediaPortal, unfortunately. Although what's really weird for me is that if I start a bunch of different files, after a while the video will return.
jhoff81 is offline   Reply With Quote
Old 2006-07-28, 11:33   #12 (permalink)
Portal Member
 
Join Date: May 2005
Location: The Netherlands
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I get the impression this is limited to nvidia chip owners. Is this correct?

By the way, I only had to set the fontsize back to normal again. No reinstall was needed in my case. Fortunately my htpc is dedicated, so I rarely have to work outside MP and I can live with it.

The only workaround I can come up with would be to switch themes on the fly. Create a custom theme with big fonts for normal use, and switch to the standard one before starting MP. Should not be that difficult to script. Or maybe using one of those keypress/macro/automation utilities.

[edit] it seems there are commandline theme switchers available. I found one here.
No idea if it works, but there must be others around if not.
arachnotron is offline   Reply With Quote
Old 2006-07-28, 16:42   #13 (permalink)
Portal Member
 
Join Date: Jul 2006
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I don't think its limited to Nvidia owners, unless the problem I'm having is something different. I have an ATI x800xl.
jhoff81 is offline   Reply With Quote
Old 2006-07-31, 10:48   #14 (permalink)
Portal User
 
Join Date: Jun 2006
Location: Belgium
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I can confirm that ATI-card also have problems ....

Before I switched to my NVIDEA-card, I had a ATI RADEON 9250 installed .... with the same problem. I suppose the same solution will work with ATI-cards.
tricke is offline   Reply With Quote
Old 2006-08-05, 13:35   #15 (permalink)
Portal Member
 
Join Date: Jan 2005
Location: Sydney, Australia
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I can confirm the problem still exists, except with a twist - I use a radeon 9550 card, not NVidia.

I have tried this on two seperate machines, both with the same model card, both before and after a fresh install of v0.2, and tested again after the v0.2.3 update on both machines.

I also tried a couple of different Radeon driver sets, which also made no difference.

I can also confirm that the "fix" (if you can call it that) is to change windows default font size back to normal. I had mine set to 140% or 134 DPI. Viewing the fullscreen video on "Original" aspect ratio also works regardless of the font size, but viewing vids like this is far from ideal.

Furthermore, the fullscreen video WAS displaying normally after a v0.2RC2 upgrade to v0.2.
It was only after I was forced to uninstall and reinstall MP to clear out any older CVS/SVN's that the problem presented.

As far as I'm concerned, this is a major bug. I'll have a look around MANTIS to see if it's already been logged, but this is quite a bad problem.

Regards,
Tim.
Phrak is offline   Reply With Quote
Old 2006-08-05, 14:19   #16 (permalink)
Portal Member
 
Join Date: May 2005
Location: The Netherlands
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Just for the record, switching themes on the fly works just fine, but unfortunately the dpi settings are not part of a theme. Bummer.
arachnotron is offline   Reply With Quote
Old 2006-08-06, 17:40   #17 (permalink)
777
Portal User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default

don't know if this has been offered up but...

I had the same problem, fixed it by going into setup - general and Unchecking 'Use exclusiv directx mode for fullscreen tv/video'
777 is offline   Reply With Quote
Old 2006-08-06, 23:14   #18 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

Well. that diden't do the trick for a friend of mine..... did you use large-fonts?
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2006-08-08, 10:01   #19 (permalink)
Portal Member
 
snarlyboy's Avatar
 
Join Date: Jul 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts


Default

hmmm

I can confirm that with my ATI 9550 and the latest Catalyst (6.6 I think) drivers that I *was* experiencing this but somehow I no longer seem to have this problem and don't know why??

I do still have large fonts though as I very occasionally use the desktop via my TV on my dedicated HTPC. Ahhh I remember what I did, I think I set it to small fonts 96dpi and just increased all the Text sizes in the Appearance settings of windows and that worked. I was just experimenting around and that worked for me...
snarlyboy is offline   Reply With Quote
Old 2006-08-09, 03:58   #20 (permalink)
Portal User
 
Join Date: Aug 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Here's my take on the problem. I haven't had time to look in detail, but I hope here's some useful information.

If I look at my logs, I see several places where the player attempts to deal with a screen size (1932x1092) which is larger than my screen. (1920x1080). In previous versions by editing the configuration files so that a file for the wrong size (1932x1092) actually pointed to a correct configuration for the correct size (1920x1080) the problem would go away. This doesn't seem to work in the latest update.

My guess (it may not be a good one) is that the code is computing an incorrect screen size -- when using VMR9 exclusive mode to open this screen which is larger than the current resolution, the video driver is defaulting to the blank screen. Obviously, this would be driver dependant, so the problem might not show up for everyone.

Just browsing the code, it looks like the overscanwidth is getting set to the larger size (which is reported in the log) , and a sanity check statement in the code is setting the current screen size to be equal to the oversizewidth.

This might also make sense with respect to the font size fix. So going out on a long limb, is it possible that someplace in the GUI code that the screen size is computed in a manner such that it gets increased based upon the size of a font. (i.e. with the larger fonts, something is going beyond the edge of the screen)

I agree this is a big problem. I don't have much experience with this code, but if I get a chance, I'll try to track things down in more detail.
nodef is offline   Reply With Quote
Reply

Bookmarks

Tags
fullscreen, stretchmode, viewing

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
MP Crashing Compro T300 - Australia Coolman70 Installation, configuration support 2 2006-07-06 06:53
Screen Satansbraten The old Bugreport Forum 2 2006-07-04 22:23
Stretch not working on 2.35 movies. sirquack General Support 6 2006-04-20 15:56
Problem with fullscreen TV latest CVS's gfiveash The old Bugreport Forum 2 2006-03-01 10:03
Only Zoom mode Stretch gives picture. wmrojer General Support 0 2006-02-22 10:05


All times are GMT +1. The time now is 08:21.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden