Zitat: |
Well, what I need is a frontend like MediaCar to handle the stuff. It's kids stuff to get multiple monitors working etc etc. But getting the SW to do the right thing is another matter! In the configfile there is a setting for the placement of MC on the desktop: Quote: [General] OriginalWidth =848 OriginalHeight=480 ShowWidth =848 ShowHeight =480 XPosition =0 YPosition =0 Now, if there was just one separate entry for the video playback and one for the GUI then it would be a walk in the park. Because the graphics card with dual head would just be a horisontal span, and you would tell the app to load video at XPosition =849 and YPosition =0 and the GUI at 0,0 Example: Quote: [General] OriginalWidth =848 OriginalHeight=480 ShowWidth =848 ShowHeight =480 XPosition =0 YPosition =0 [Video] OriginalWidth =848 OriginalHeight=480 ShowWidth =848 ShowHeight =480 XPosition =849 YPosition =0 |