Off-Topic > SCM EXtensions

GMplayer SCM has Video Glitch

(1/3) > >>

eltone:
Hi,
Mplayer SCM functions w/-vo x11, but returns to CLI on other -vo setting's.  On the other hand, GMplayer SCM is completely non-functional.  Can GMplayer.scm function ok w/TCP?
eltone

tinypoodle:

--- Quote from: eltone on January 18, 2013, 08:06:30 PM ---Mplayer SCM functions w/-vo x11, but returns to CLI on other -vo setting's!
--- End quote ---

Not sure why that would beg for an exclamation mark, nothing unusual at all.
Many factors of setup and parameters are playing a role, most likely there would be hints in output.
Hint: Some drivers - e.g. vidix - require sudo, if permission issues are shown.

eltone:

--- Quote from: tinypoodle on January 19, 2013, 12:17:12 AM ---
Hint: Some drivers - e.g. vidix - require sudo, if permission issues are shown.

--- End quote ---
Greetings tinypoodle!
Sudo makes no sense for a GUI like GMplayer, unless it can be imbedded in a 'conf' file, that GMplayer seeks, inorder to launch.  Where exactly does GUI GMplayer 'conf' file actually reside, in TCP 4.7.3?  There are other essential switched I'd plug in this startup config file.  The linux file structure is completely new to me, especially TCP.
Finally, your dialog "if permission issues are shown" need's further explanation, to newbies . . .

Kind Regards,
eltone

Jason W:
Gmplayer worked fine for me last time I used it, I am not on TC now to test it but will tonight.

And as pointed out terminal output would be helpful in determining the issue.

Thanks.

tinypoodle:

--- Quote from: eltone on January 19, 2013, 07:31:58 AM ---
--- Quote from: tinypoodle on January 19, 2013, 12:17:12 AM ---
Hint: Some drivers - e.g. vidix - require sudo, if permission issues are shown.

--- End quote ---
Greetings tinypoodle!
Sudo makes no sense for a GUI like GMplayer, unless it can be imbedded in a 'conf' file, that GMplayer seeks, inorder to launch.

--- End quote ---
All my references apply to mplayer - personally I have not touched gmplayer ever since TC came into life...
Doubtful if gmplayer could change user executing mplayer, you might have to start gmplayer as root if you want to make use of vo drivers requiring root permission.

--- Quote ---Where exactly does GUI GMplayer 'conf' file actually reside, in TCP 4.7.3?  The linux file structure is completely new to me, especially TCP.

--- End quote ---
You might want to consider using a good file manager (e.g. rox-filer, mc, emelfm).

--- Quote ---Finally, your dialog "if permission issues are shown" need's further explanation, to newbies . . .

--- End quote ---
When you start mplayer from a terminal, mplayer will show a lot of output which helps with troubleshooting, amongst other lacking permissions for vo drivers, e.g:

--- Quote ---tc@box:~$  mplayer -vo xvidix test.mpeg
[...]
No vidix driver name provided, probing available ones (-v option for details)!
[cyberblade] Error occurred during pci scan: Operation not permitted
[mach64] Error occurred during pci scan: Operation not permitted
[mga] Error occurred during pci scan: Operation not permitted
[mga] Error occurred during pci scan: Operation not permitted
[nvidia_vid] Error occurred during pci scan: Operation not permitted
[pm3] Error occurred during pci scan: Operation not permitted
[radeon] Error occurred during pci scan: Operation not permitted
[rage128] Error occurred during pci scan: Operation not permitted
[s3_vid] Error occurred during pci scan: Operation not permitted
[SiS] Error occurred during pci scan: Operation not permitted
[unichrome] Error occurred during pci scan: Operation not permitted
[VO_SUB_VIDIX] Couldn't find working VIDIX driver.
Error opening/initializing the selected video_out (-vo) device.
[...]
Video: no video
--- End quote ---
versus

--- Quote ---tc@box:~$  sudo mplayer -vo xvidix test.mpeg
[...]
No vidix driver name provided, probing available ones (-v option for details)!
[radeon] Found chip: Radeon Mobility M6 LY
[radeon] Video memory = 16Mb
[radeon] Set write-combining type of video memory
[radeon] DVI port has LCD monitor connected
[radeon] CRT port has no monitor connected
[...]
VO: [xvidix] 640x480 => 640x480 Planar YV12
--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version