Enabling the native controller support
|
9th Mar, 2013, 11:50 PM
Post: #1
|
|||
|
|||
Enabling the native controller support
Hey guys,
is it somehow possible to enable the official Frodo gamepad support in xbian? I can't find this configuration point in the latest release: http://www.abload.de/img/gamepadbhbot.png greetings NoTarget |
|||
9th Mar, 2013, 11:59 PM
Post: #2
|
|||
|
|||
RE: Enabling the native controller support
We are already on it, see: https://github.com/xbianonpi/xbian/issues/315#issuecomment-14663317
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
10th Mar, 2013, 12:03 AM
Post: #3
|
|||
|
|||
RE: Enabling the native controller support
Nice! What do you think, how long it's going to take for a release with this function enabled?
|
|||
10th Mar, 2013, 12:27 AM
Post: #4
|
|||
|
|||
Enabling the native controller support
My pi is already compiling xbmc with SDL and joystick support, if nothing goes wrong, it will be in the xbmc-nightly/Frodo git within a few hours - 8 hours. Just keep an eye on that github issue Instructions on how to install it will also be posted there.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
10th Mar, 2013, 11:21 PM
Post: #5
|
|||
|
|||
RE: Enabling the native controller support
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
10th Mar, 2013, 11:35 PM
Post: #6
|
|||
|
|||
RE: Enabling the native controller support
Already installing it. Thanks guys for the great support!
Got an error after installing the nightly, when i want to start XBMC. "/usr/local/lib/xbmc/xbmc.bin: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory" i tried it 2 times. After the restore from the backup everything is fine. |
|||
11th Mar, 2013, 01:02 AM
Post: #7
|
|||
|
|||
Enabling the native controller support
Looks like a missing library, wil look into it
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Mar, 2013, 02:50 AM
Post: #8
|
|||
|
|||
RE: Enabling the native controller support
Waiting for a working release so bad. Somthing i can do on my own?
|
|||
11th Mar, 2013, 02:57 AM
Post: #9
|
|||
|
|||
RE: Enabling the native controller support
(11th Mar, 2013 02:50 AM)NoTarget Wrote: Waiting for a working release so bad. Somthing i can do on my own?Donating enough so we can develop full-time pilight - modular domotica solution
|
|||
11th Mar, 2013, 04:08 AM
Post: #10
|
|||
|
|||
RE: Enabling the native controller support
(10th Mar, 2013 11:35 PM)NoTarget Wrote: Already installing it. Thanks guys for the great support! Execute Code: sudo apt-get install libsdl1.2debian Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Mar, 2013, 04:27 AM
Post: #11
|
|||
|
|||
RE: Enabling the native controller support
Code: xbian@Raspi ~/xbmc-nightly $ sudo service xbmc start |
|||
11th Mar, 2013, 04:43 AM
Post: #12
|
|||
|
|||
RE: Enabling the native controller support
Can you start XBMC with
Code: sudo /usr/local/lib/xbmc/xbmc.bin The issue is that the xbian user doesn't have permission to /dev/fb0, root does. @CurlyMo can you help us out on this one? Some progress Code: sudo usermod -a -G video xbian But still an error in the xbmc.log Code: 14:54:10 T:3032182784 NOTICE: Setup SDL Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Mar, 2013, 05:05 AM
Post: #13
|
|||
|
|||
RE: Enabling the native controller support
I don't think these kind of framebuffer routes is a good idea. That's why XBMC has a custom implementation for the RPi in which they don't directly use the framebuffer.
pilight - modular domotica solution
|
|||
11th Mar, 2013, 05:08 AM
Post: #14
|
|||
|
|||
RE: Enabling the native controller support
That means SDL is a no go for us?
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Mar, 2013, 05:25 AM
Post: #15
|
|||
|
|||
RE: Enabling the native controller support
I think there are some things crossing each other:
1) Our wayland + XBMC experimentation for which we need an SDL 2) Our current (default RPi) XBMC implementation which uses the video driver directly If you are trying to achieve the first one, then you will probably run into a lot of difficulties. I still would like to test the first build here. If you are trying to add an SDL to the second option then you're indeed doing some wierd things because the whole point of a fluent XBMC for the RPi at this moment is it is built so it can run without the X display driver and SDL. pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|