MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Input / Output interfaces » External Display » Support


Support Support for external displays.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-11-28, 18:42   #11 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts

Country:

My System

Default

@cybrmage: Thanks you for the test patch. It helps here as well
Can you please provide me with the changes you did to the sources? I would like to have a look at it.

Or even better:
Are you able to create that patch abstract enough that we can integrate it into SVN (for mp 1.0). Abstract means the patch should help everyone that has such a display... but it should not change anything for all the others

Thanks again

Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2007-12-03, 09:42   #12 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts

Country:

My System

Default

Bump!
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2007-12-03, 17:55   #13 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 76 Times in 39 Posts

Country:


Default

This replaces the Setup function in LCDHypeWrapper.cs
Code:
    public void Setup(string _port, int _lines, int _cols, int _time, int _linesG, int _colsG, int _timeG,
                      bool _backLight, int _contrast)
    {
        if (info.SupportLightSlider & !info.SupportContrastSlider)
        {
            // use the contrast slider to control backlight
            m_tDllReg.InvokeMember("LCD_SetIOPropertys", BINDING_FLAGS, null, null,
                                   new object[]
                               { _port, _time, _timeG, _cols, _lines, _colsG, _linesG, 
                                   info.SupportLightSlider, (byte) _contrast, 
                                   false, (byte)127,
                                   0, false, false
                               });
        }
        else
        {
            // use the contrast slider to control contrast
            m_tDllReg.InvokeMember("LCD_SetIOPropertys", BINDING_FLAGS, null, null,
                                   new object[]
                               { _port, _time, _timeG, _cols, _lines, _colsG, _linesG, 
                                   _backLight, (byte) 127,
                                   info.SupportContrastSlider, (byte) _contrast, 
                                   0, false, false
                               });
        }
    }

P.S.: Since I'm the only person (apparently) still working on the ExternalDisplay plugin... Mayby arrangements should be made for SVN access...
cybrmage is offline   Reply With Quote
This User Say Thank You:
Old 2007-12-12, 13:25   #14 (permalink)
Portal User
 
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

That worked for me too. Thanks a lot!

Will I have to copy the file found in this thread over any existing one whenever I upgrade Media Portal?
Os is this fixed checked-in and included in future versions?
raudan is offline   Reply With Quote
Old 2008-01-22, 23:52   #15 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 54
Thanks: 7
Thanked 0 Times in 0 Posts

Country:

My System

Default

Hi,

just wondering if this brightness fix for the IRTrans display is ever going to be included in future SVN/Final versions of MediaPortal? I'm still having to copy this replacement ProcessPlugins file with the fix over the one included with SVN versions. Will copying this replacement file over cause me to miss out on other fixes/changes that may have been implemented since this replacement file?

Regards,
Trav.
Jeditrav is online now   Reply With Quote
Old 2008-01-23, 07:38   #16 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts

Country:

My System

Default

Hi.

I would like to put this in SVN, but I don't know this part of MP good enough to be sure that it does not break the support for other display types...

CU
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2008-01-26, 18:36   #17 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 54
Thanks: 7
Thanked 0 Times in 0 Posts

Country:

My System

Default

Hi,

can anybody tell me what other processes/functions have anything to do with the ProcessPlugins.dll? I don't want to be copying the (old) replacement file over if I'm going to be losing other functions or fixes.

Cheers,
Trav.
Jeditrav is online now   Reply With Quote
Old 2008-01-30, 18:24   #18 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 54
Thanks: 7
Thanked 0 Times in 0 Posts

Country:

My System

Default

Quote:
Originally Posted by Jeditrav View Post
Hi,

can anybody tell me what other processes/functions have anything to do with the ProcessPlugins.dll? I don't want to be copying the (old) replacement file over if I'm going to be losing other functions or fixes.

Cheers,
Trav.

Anyone??
Jeditrav is online now   Reply With Quote
Old 2008-05-26, 20:21   #19 (permalink)
Portal Member
 
Join Date: Oct 2007
Age: 26
Posts: 31
Thanks: 3
Thanked 1 Time in 1 Post

Country:

My System

Default

As anyone tested the 1.0.0.0 RC1 ? The problem is still solved?
killshoot is offline   Reply With Quote
This User Say Thank You:
Old 2008-05-27, 10:52   #20 (permalink)
Portal Member
 
Join Date: Mar 2007
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

It is not fixed in 1.0.0.0 RC1. I still need to copy back the fixed ProcessPlugins.dll every time I install a weekly build. I'm keeping my fingers crossed that it'll be fixed in the final 1.0 and if not I hope that the old dll doesn't break anything in 1.0.
synthdood is offline   Reply With Quote
Reply

Bookmarks

Tags
andgt, brightness, contrast, fixed, irtrans, low

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I alter Hue, contrast, brightness and the other one? Jimi General Support 3 2006-11-05 07:34
Brightness, contrast, sharpness, and gamma 1AJ1 MediaPortal 1 Talk 7 2006-10-30 20:21
Adjust brightness, contrast, sharpness (for TV)... ivankurac3 Codecs, External Players 7 2006-09-15 14:10
Adjusting brightness and contrast from keyboard Blutarsky General Support 2 2006-06-27 11:52
Change brightness and contrast mr.white Improvement Suggestions 1 2006-05-23 17:19


All times are GMT +1. The time now is 23:59.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress