The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Unable to open mouse
cocobear
Guest

When I run this in terminal:

mplayer -vo sdl file.rm

I got error:

SDL Init error:Unable to open mouse.

but when I run this with __root__ , everything is ok.

What's the problem?






Regards!

/*
*Welcome to cocobear's home!
*http://cocobear.cn
*/
Unable to open mouse
Solra Bizna
Guest

On 10/14/07, cocobear <cocobear.cn at gmail.com> wrote:
Quote:
When I run this in terminal:
mplayer -vo sdl file.rm
I got error:
SDL Init error:Unable to open mouse.
but when I run this with __root__ , everything is ok.
What's the problem?
If you don't need the mouse (does MPlayer even use it for anything?), try:
SDL_NOMOUSE=1 mplayer -vo sdl file.rm
-:sigma.SB
Unable to open mouse
cocobear
Guest

? Sun, 14 Oct 2007 19:48:29 +0000
"Solra Bizna" <sbizna at tejat.net> ??:

Quote:
On 10/14/07, cocobear <cocobear.cn at gmail.com> wrote:
Quote:
When I run this in terminal:
mplayer -vo sdl file.rm
I got error:
SDL Init error:Unable to open mouse.
but when I run this with __root__ , everything is ok.
What's the problem?
If you don't need the mouse (does MPlayer even use it for anything?),
try: SDL_NOMOUSE=1 mplayer -vo sdl file.rm
-:sigma.SB

SDL_NOMOUSE is a macro of SDL?
but I can't find where it is defined.




Regards!

/*
*Welcome to cocobear's home!
*http://cocobear.cn
*/
Unable to open mouse
cocobear
Guest

? Sun, 14 Oct 2007 19:48:29 +0000
"Solra Bizna" <sbizna at tejat.net> ??:

Quote:
On 10/14/07, cocobear <cocobear.cn at gmail.com> wrote:
Quote:
When I run this in terminal:
mplayer -vo sdl file.rm
I got error:
SDL Init error:Unable to open mouse.
but when I run this with __root__ , everything is ok.
What's the problem?
If you don't need the mouse (does MPlayer even use it for anything?),
try: SDL_NOMOUSE=1 mplayer -vo sdl file.rm
-:sigma.SB

It's ok with SDL_NOMOUSE=1, when I watch movie with mplayer in terminal.


Regards!

/*
*Welcome to cocobear's home!
*http://cocobear.cn
*/