|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Force Sage window size / aspect?
I have an HD200 running in my living room using a custom SageMC 16x9 theme.
I also have a PC client in my office, but it's running on a 4x3 monitor. I use my PC client to work on my theme, so I run the client windowed and manually sized in a roughly 16x9 aspect. I have set the property "ui/forced_pixel_aspect_ratio=0.99947375" which "un-squishes" the graphics. My question is, is there a way to force the Sage window itself to open / default to a 16x9 aspect? Right now, I have to open the client, run 16x9 video, and manually size the window to fit the video, but this is rather arbitrary when you're talking pixel sized moves when laying out images on the GUI. Right clicking on the window title bar gives me a choice of 4x3 aspects. It would be nice if I could "fake Sage out" so it will do 16x9. Anyone know how to do this? |
#2
|
||||
|
||||
I thought you could define window size prests in the properties file that you could select from the title bar, but I can't seem to find the info right now...
|
#3
|
|||
|
|||
i believe stanger is referring to this property item:
Code:
quick_menu_sizes=640x480,320x240 my property looks like this (you set this on the client): Code:
quick_menu_sizes=1280x720,960x540,640x480,320x240
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#4
|
||||
|
||||
Quote:
My guess is that you could probably delete this property and let it default to zero once you get the window sized correctly.
__________________
-- Greg |
#5
|
||||
|
||||
That's exactly the property I was thinking of, I so rarely use Client in a window (frankly I us it pretty little at all anymore) I'd forgotten what it was...
|
#6
|
||||
|
||||
Thanks to all - that property is the ticket!
When running a 16x9 theme on a 4x3 monitor, the images and icons do not display properly - the aspect is off so they look narrow. The pixel property corrects this issue. The window size has no effect on the graphics scaling, just the monitor aspect ratio. |
#7
|
|||
|
|||
I don't have that problem... I just made sure the aspect ratio was set correctly in setup (4x3, 5x4, 16x10, 16x9) for my desktop setup... and its just as expected.... just a side note a desktop resolution of 1280x1024 is 5x4 not 4x3... so that might be your issue (obviously i have no idea what your monitor resolution is but im just throwing it out there.)
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#8
|
||||
|
||||
The whole point to my post is making Sage run in 16x9 mode on my non-16x9 desktop. I use it to more quickly design and test my 16x9 theme that I use on the extender in my living room that is connected to a 16x9 monitor.
|
#9
|
||||
|
||||
Disclaimer: I don't use SageMC amd have never made a theme for it, so maybe there's some subtlety I'm not grasping.
However I've done extensive STV and STVI development on monitors of various aspect ratios (4x3, 5x4, 16x10) and the rule of thumb has always been to set the display aspect ratio on your dev machine correctly for that machine's monitor, not for the monitor of your target machine on which the UI will ultimately run. You can resize the SageTV window to any aspect ratio you choose in order to test menu layouts, but the D.A.R. should always be correct for the attached monitor's actual ratio. This is what enabled Sage to calculate the correct pixel aspect ratio so you don't have to override it with an explicit property setting.
__________________
-- Greg |
#10
|
|||
|
|||
What Greg said... Thats the point i was trying to make earlier... Thanks for explaining it much better then i could have
I use SageMC almost exclusively and have never had to explicitly set the D.A.R. on my dev machine and the text/graphics look just like they should. Quote:
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#11
|
||||
|
||||
Well, you are all correct, and I was wrong.
I was getting ready to do screen caps to show why I did what I did, and when I reset the pixel aspect to 1.0, everything was still fine. I will admit, I was trying A LOT of different setting combinations to get the SageMC theme to display right. I guess I ended up chasing my tail a bit. In my defense, the aspect was truly fubar in the beginning. The text and video rendered properly, but the image based stuff was all squeezed, even with the aspect setting set to 16x9 and the window manually dragged to the approximate 16x9 size. I'm not sure why or what has really changed now except for the window size settings above. I hate when things seem to fix themselves - that usually means it may break itself again later! Thanks for all of the input and the debate! |
#12
|
|||
|
|||
Quote:
And debates are always fun and usually enlightening just glad we were able to figure it out
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#13
|
||||
|
||||
Okay, to be clear, right now:
And the 16x9 theme (graphics and text) is displaying correctly. I attached my properties file for the curious among you. Not sure if this backs up your experiences or not, but that's how it's working for me right now. Last edited by TBacker; 06-14-2009 at 10:32 PM. |
#14
|
||||
|
||||
Well, the difference between 0.99947375 and 1.0 is roughly one part in 2000, so I wouldn't expect to see any visible difference from that change. I was just curious how you arrived at that precise figure when it's visually indistinguishable from 1.0.
That said, I'd still suggest that you revert that property to its default setting of zero (or just delete it and let Sage restore the default), and set the DAR to 5x4 so that the circle graphic on the DAR screen appears round. My experience is that your UI graphics should then display correctly even in a 16x9 window. (And as razrsharpe indicated, the playback Aspect Ratio Mode and Aspect Ratio Settings affect only video playback, not UI graphics, and are therefore not really relevant to this discussion.)
__________________
-- Greg |
#15
|
|||
|
|||
that is my experience as well and exactly how i run my dev machine, except i run in a nonmaximized 960x540 window because thats what sage is reporting the UI dimensions are of the HD200
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#16
|
||||
|
||||
Well, I changed the DAR to 5x4, and didn't change anything else, and nothing changed display-wise, so I guess that works.
I must have got a bad batch of crack Now back to my regularly scheduled program... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Display window aspect ratio | spect_tv | SageTV Placeshifter | 5 | 06-17-2006 07:53 AM |
Where is SageTV Window mode size/position information kept? | mkanet | SageTV Customizations | 2 | 02-17-2006 01:07 AM |
VCD Window Size | LPC | SageTV Software | 16 | 03-29-2005 12:35 AM |
Minimum possible hdd size and Max Buffer size in Sage Client? | dbfresh23 | SageTV Software | 3 | 10-08-2004 11:21 PM |
SageTV Doesn't Remember Window Size & Position | hamptonhills | SageTV Software | 13 | 03-13-2003 01:31 PM |