Thanks, I think that should do the job![]()
That seems to be a pretty common issue with VLC. There seem to be two things you need to do :
1. Make sure VLC knows you want the "Video Device" to be the VGA screen not your laptop screen (so video plays there and doesn't need to be dragged there)
2. Maximize to full screen when the video is already playing on your VGA screen :
http://getsatisfaction.com/videolan/...ondary_monitor
Might help, anyways...
Thanks, I think that should do the job![]()
Hello, I am sorry for off-topic, but I am working on some OpenGL extensions (namely GL_ARB_occlusion_query) for Mesa/r5xx driver and I need to read/write some registers.
I use the MMIO way to do this, but when I access MMIO addresses 0x4000 and above, it causes random hangs. (r/w at 0x0000-0x3ffc without hangs)
Can you help me how can I do reads/writes trough the CP instead of using MMIO?
I think I figured out how to write registers... Using the Type-0 or Type-1 PM4 Command Packets.
But how can I read the registers using CP?
Thank you very much for your help.