Regarding SDL 2.0.3 video interface

Dear All,

I would like to port SDL 2.0.3 to an embedded platform( ARM processor)
running Linux 3.4.10 kernel and our own framebuffer driver.
I have enabled directFB video interface and cross compiled the test
applications. But when i run the test application the directfb is crashed
with some signal( signal 10).

Please help me how to resolve this problem?

Now i am trying through Wayland video interface, but i could not cross
compile the wayland dependent packages(weston and others)
to ARM processor.

Please guide me some pointers to compile with Wayland interface.

I have tested the SDL 1.2 test applications through FBCON video interface,
they are working without any issue.
Can i port the 1.2 FBCON video interface to SDL 2.0 and test the
applications?

Thank you for your time.

Best Regards,
Uday.

Hello,
I use SDL_SetRelativeMouseMode in my projects (window-mode). I found out
that this leads on linux based maschines to an issue. When
SDL_SetRelativeMouseMode is enabled the alt+tab systemshortcut to switch
to another window doesn’t work. I think this is an bug?!

How is the behavior on other systems (mac/windows)?

Best regards,
Daniel

Which window manager are you using?On Sun, May 4, 2014 at 10:42 AM, Daniel Knobe wrote:

Hello,
I use SDL_SetRelativeMouseMode in my projects (window-mode). I found out
that this leads on linux based maschines to an issue. When
SDL_SetRelativeMouseMode is enabled the alt+tab systemshortcut to switch to
another window doesn’t work. I think this is an bug?!

How is the behavior on other systems (mac/windows)?

Best regards,
Daniel


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Just tested with mutter and it works fine Gnome 3.10On Sun, May 4, 2014 at 9:10 PM, Andre D wrote:

Which window manager are you using?

On Sun, May 4, 2014 at 10:42 AM, Daniel Knobe wrote:

Hello,
I use SDL_SetRelativeMouseMode in my projects (window-mode). I found out
that this leads on linux based maschines to an issue. When
SDL_SetRelativeMouseMode is enabled the alt+tab systemshortcut to switch
to
another window doesn’t work. I think this is an bug?!

How is the behavior on other systems (mac/windows)?

Best regards,
Daniel


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I’m using the muffin 2.0.5 window manager (Default Cinnamon Desktop
Environment of Linux Mint Petra).Am 04.05.2014 20:15, schrieb Dimitris Zenios:

Just tested with mutter and it works fine Gnome 3.10

On Sun, May 4, 2014 at 9:10 PM, Andre D <andre at andred.ca <mailto:andre at andred.ca>> wrote:

Which window manager are you using?

On Sun, May 4, 2014 at 10:42 AM, Daniel Knobe <@Daniel_Knobe <mailto:@Daniel_Knobe>> wrote:
> Hello,
> I use SDL_SetRelativeMouseMode in my projects (window-mode). I
found out
> that this leads on linux based maschines to an issue. When
> SDL_SetRelativeMouseMode is enabled the alt+tab systemshortcut
to switch to
> another window doesn't work. I think this is an bug?!
>
> How is the behavior on other systems (mac/windows)?
>
> Best regards,
> Daniel
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org <mailto:SDL at lists.libsdl.org>
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
_______________________________________________
SDL mailing list
SDL at lists.libsdl.org <mailto:SDL at lists.libsdl.org>
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I almost finished my work on the new framebuffer support to work with minimal functionality. Events are working but there is only one window support at the moment and i could not figure out hier to set a cursor from within the driver. Sure there is a lot to do before publishing but offen you are interested i could Send you the current work. Maybe you have some ideas.

Uday Bhaskar Reddy <udaybhaskar.mallavarapu at gmail.com> schrieb:>Dear All,

I would like to port SDL 2.0.3 to an embedded platform( ARM processor)
running Linux 3.4.10 kernel and our own framebuffer driver.
I have enabled directFB video interface and cross compiled the test
applications. But when i run the test application the directfb is crashed
with some signal( signal 10).

Please help me how to resolve this problem?

Now i am trying through Wayland video interface, but i could not cross
compile the wayland dependent packages(weston and others)
to ARM processor.

Please guide me some pointers to compile with Wayland interface.

I have tested the SDL 1.2 test applications through FBCON video interface,
they are working without any issue.
Can i port the 1.2 FBCON video interface to SDL 2.0 and test the
applications?

Thank you for your time.

Best Regards,
Uday.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Dear Mellar,

Thank you for your quick reply.

If possible please share your source code changes, so that i will run some
test applications.

Best Regards,
Uday.On Mon, May 5, 2014 at 3:31 AM, Geoffrey Mellar <geoffrey.mellar at rub.de>wrote:

I almost finished my work on the new framebuffer support to work with
minimal functionality. Events are working but there is only one window
support at the moment and i could not figure out hier to set a cursor from
within the driver. Sure there is a lot to do before publishing but offen
you are interested i could Send you the current work. Maybe you have some
ideas.

Uday Bhaskar Reddy <@Uday_Bhaskar_Reddy> schrieb:

Dear All,

I would like to port SDL 2.0.3 to an embedded platform( ARM processor)
running Linux 3.4.10 kernel and our own framebuffer driver.
I have enabled directFB video interface and cross compiled the test
applications. But when i run the test application the directfb is crashed
with some signal( signal 10).

Please help me how to resolve this problem?

Now i am trying through Wayland video interface, but i could not cross
compile the wayland dependent packages(weston and others)
to ARM processor.

Please guide me some pointers to compile with Wayland interface.

I have tested the SDL 1.2 test applications through FBCON video interface,
they are working without any issue.
Can i port the 1.2 FBCON video interface to SDL 2.0 and test the
applications?

Thank you for your time.

Best Regards,
Uday.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


Thanks & Regards,
Uday Bhaskar Reddy M.