Search found 10 matches
- Fri Dec 20, 2013 11:24 pm
- Forum: Gaming
- Topic: PiFBA released - Final Burn Alpha arcade emulator
- Replies: 225
- Views: 98366
Re: PiFBA released - Final Burn Alpha arcade emulator
Is this no longer available on the pi store? I can't seem to find it.
- Thu Oct 03, 2013 7:00 pm
- Forum: Off topic discussion
- Topic: Intel Galileo
- Replies: 46
- Views: 17427
Re: Intel Galileo
I think they missed the mark by not including an HDMI out. I realize they have added some extra goodies that none of other similar devices like BeagleBone Black or Arduino Tre have, but to omit HDMI when these other boards running Linux have that capability does nothing other than narrow the protent...
- Tue Jul 16, 2013 3:29 pm
- Forum: Gaming
- Topic: Jedi Knight?
- Replies: 116
- Views: 81897
Re: Jedi Knight?
They have more than started. There have been a couple of versions already.
http://boards.openpandora.org/index.php ... i-outcast/
http://boards.openpandora.org/index.php ... i-outcast/
- Tue Aug 07, 2012 6:16 pm
- Forum: General programming discussion
- Topic: Directfb/Pi
- Replies: 27
- Views: 17836
Re: Directfb/Pi
I'm not sitting at my pi right now so I may be mistaken about this, but I believe I created a .directfbrc file in my home dir (actuall in /root because i run it as root due to the tty0 permissions) with system=egl. That should get EGL working. I think I set other options like the height and width in...
- Sat Jul 28, 2012 3:35 pm
- Forum: General programming discussion
- Topic: Directfb/Pi
- Replies: 27
- Views: 17836
Re: Directfb/Pi
I'm starting to feel like I'm talking to myself, but here is my latest progress :) After my last build I realized that none of the hardware acceleration was actually working, so I had to go back and fix that. My configure line is pasted below. I had to disable debug because I kept getting assert err...
- Thu Jul 26, 2012 12:04 pm
- Forum: General programming discussion
- Topic: Directfb/Pi
- Replies: 27
- Views: 17836
Re: Directfb/Pi
I've had some success getting this to work. I've compiled versions of cairo (1.12.0), pango (1.30.1), gdk-pixbuf (2.26.1), DirectFB (1.6.0) and GTK+ (2.22.1). I compiled and installed everything under /usr/gtkdfb to keep it separated from everything else. Here is my setup which was gleaned from a bu...
- Thu Jul 26, 2012 12:11 am
- Forum: General programming discussion
- Topic: Directfb/Pi
- Replies: 27
- Views: 17836
Re: Directfb/Pi
Running it from my ssh session allowed me to see the errors. ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.6.0 |~~~~~~~~~~~~~~~~~~~~~~~~~~ (c) 2001-2012 The world wide DirectFB Open Source Community (c) 2000-2004 Convergence (integrated media) GmbH ----------------------------------------------------------...
- Wed Jul 25, 2012 12:34 pm
- Forum: General programming discussion
- Topic: Directfb/Pi
- Replies: 27
- Views: 17836
Re: Directfb/Pi
I've gotten directfb (1.6.0) to compile and compiled GTK with the directfb backend enabled. When I try launching the gtk-demo I get a black screen with a mouse pointer before it locks up. The black screen and mouse pointer never go away and I have to ssh in and reboot. Does anyone have a suggestion ...
- Wed Jul 18, 2012 11:06 pm
- Forum: General discussion
- Topic: Root password
- Replies: 3
- Views: 2159
Re: Root password
Joan is correct. In the latest image (the one based on raspbian) the root password is not set. If follow the instructions above you should be all set. Worked for me.
- Wed Jul 18, 2012 10:43 pm
- Forum: Gaming
- Topic: RetroArch Emulator Frontend
- Replies: 475
- Views: 223132
Re: RetroArch Emulator Frontend
Just compiled and tested this, it seems it's just designed as an easier way to enter the command line options for RetroArch (you enter a ROM name, path to your libretro.so file, config file, etc. then it'll launch RetroArch). Unfortunately I didn't see any way to simply browse a library, nor gamepa...