| |||||||
| 0.2.0.0 Release Candidate 1 Post bugs you found in the official RC1 relese of 0.2.0.0 here. It is not allowed to post CVS-snapshot Bugs here! |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Oct 2005 Age: 27
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Windows Version: Windows XP SP2 CPU Type: Intel Pentium 4 2.53Ghz, 533Mhz FSB Memory: 1GB, DDR Infineon Motherboard Chipset: Asus P4PE, i845PE Video Card: nVidia Geforce FX5200, 128MB Video Card Driver: 7.8.0.1 Video Render Type: VMR9 error description: I have a Geforce FX5200 with two Displays connected: 1: 18" NEC TFT - 1280x1024 2: Grundig TV (with VGA-IN) - 640x480 The dislplays are configured in Dualhead-Mode with two sperate screens (no cloning or so) ![]() I want to use MP on the second Screen in 640x480, so i put the MP Icon on the second Desktop: If i start MP, the Splashscreen appears on Display 2... ![]() ... but the MP Window has a Size of 1280x1024 (the resolution of display 1), which is too big for display 2 (640x480) ![]() |
| |
| | #3 (permalink) | |
| Join Date: Dec 2004 Location: 127.0.0.1 Age: 29
Posts: 6,403
Thanks: 182
Thanked 146 Times in 101 Posts
Country: | Quote:
you could also try to use your Tv as primary and your monitor as secondary display device.
__________________ regards chris MediaPortal Project Coordinator Test Team Leader Do not start to moan if something is not working as you want it to be. Remember that MediaPortal is Open Source. YOU can improve it! | |
| |
| | #4 (permalink) | |
| Portal Member Join Date: Oct 2005 Age: 27
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
Note: The Splash-Screen is able to detect the correct height/width of the current Screen, because the Splash-Screen is correctly displayed centered. The height/width detection of the mainwindow doesn´t work correctly, because it always returns the height/width of Screen[0]. Maybe you could copy´n past height/width detection from Splash-Screen to mainwindow? | |
| |
| | #5 (permalink) | |
| Join Date: Dec 2004 Location: 127.0.0.1 Age: 29
Posts: 6,403
Thanks: 182
Thanked 146 Times in 101 Posts
Country: | Quote:
the reason for this issue when expanding your desktop to another monitor could be caused by the driver or windows. but thats something one of the developers should be able to tell us.
__________________ regards chris MediaPortal Project Coordinator Test Team Leader Do not start to moan if something is not working as you want it to be. Remember that MediaPortal is Open Source. YOU can improve it! | |
| |
| | #6 (permalink) |
| Portal Member Join Date: Oct 2005 Age: 27
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Okay... i fetched the latest CVS sources and found the mistake. Edit mediaportal/xbmc/d3dapp.cs and... ...replace Line 360 Code: this.Bounds = new Rectangle(0, 0, Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); Code: this.Bounds = new Rectangle(Screen.GetBounds(this).X, Screen.GetBounds(this).Y, Screen.GetBounds(this).Width, Screen.GetBounds(this).Height); And replace Line 361: Code: this.ClientSize = new Size(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height); Code: this.ClientSize = new Size(Screen.GetBounds(this).Width, Screen.GetBounds(this).Height); |
| |
| | #7 (permalink) |
| Join Date: Dec 2004 Location: 127.0.0.1 Age: 29
Posts: 6,403
Thanks: 182
Thanked 146 Times in 101 Posts
Country: | i have send a pm to the developers. they will have a look. thank you for your efforts!
__________________ regards chris MediaPortal Project Coordinator Test Team Leader Do not start to moan if something is not working as you want it to be. Remember that MediaPortal is Open Source. YOU can improve it! |
| |
| Bookmarks |
| Tags |
| dualhead, resolutions |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [0.2.0.0 final] No skin (directX problem?) | trojkolka | The old Bugreport Forum | 3 | 2006-07-04 07:34 |
| Mediaportal problem starting TV after zango spyware | chrismalone | MediaPortal 1 Talk | 6 | 2006-06-02 10:51 |
| Stuttering DVB-C radio - soundcard problem | BugsBunny | General Support | 0 | 2006-05-05 22:10 |
| Problem with TV-channel that got dual audiotrack (default/AC-3) | bigal | 0.2.0.0 Release Candidate 2 CVS Bugs | 0 | 2006-03-02 14:02 |
| [0.2.0.0 RC1] MCE remote -> back button doesn't work | scoobidoo | 0.2.0.0 Release Candidate 1 | 6 | 2005-10-12 23:15 |