 |
 |
 |
 |
| Gamers' Lounge Talk about gaming on Fedora and linux. |

1st January 2007, 05:08 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,225

|
|
|
Moved to Gamers Lounge
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

1st January 2007, 05:17 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: italia
Posts: 157

|
|
|
sorry about that, wasn't even aware this part existed, didn't see any sign of it in repos so figured would through it up.
Fun game
version will only run in GL mode and audio uses openAL if anyone cares to know that ahead, level editor will be soon, requires mono, libgdiplus, gtk-sharp
|

1st January 2007, 10:44 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Texas
Posts: 354

|
|
|
Thank you for letting us know that an update has been released.
I just built it from source on FC6 and tried it. It works great!
The graphics and sound are much better than the old version.
|

3rd January 2007, 01:40 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Ontario, Canada
Age: 37
Posts: 160

|
|
|
I built it from source to, and it works like a dream. Very much improved upon its predecessor. I can't wait until they approach more Super Mario like functionality (ie pipes you can go down into and the like).
|

5th January 2007, 06:44 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 69

|
|
|
I cannot make it work !
Supertux-0.1.3 was working fine.
When I start supertux-0.3.0, I ear the music and it seems that the program is actually reponding to the keyboard but I have a dark screen.
I rebuilt from the source and I am using FC4.
I found some errors in configure.log which may be related to my version of glibc (glibc-2.3.6-3). I use gcc 4.0.2.
Which version of FC and glibc do you use ?
Thank you.
|

5th January 2007, 06:56 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Texas
Posts: 354

|
|
Quote:
|
Originally Posted by bruno2040
I rebuilt from the source and I am using FC4.
I found some errors in configure.log which may be related to my version of glibc (glibc-2.3.6-3). I use gcc 4.0.2.
Which version of FC and glibc do you use ?
Thank you.
|
I am using FC6 with glibc-2.5-3. The compiler version is gcc version 4.1.1 20061011 (Red Hat 4.1.1-30).
The 0.3.0 version requires OpenGL so I assume you have that already.
That's all I know.
|

5th January 2007, 08:31 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 69

|
|
|
Thank you buddha.
Yes, I have OpenGl .
I have just installed supertux-0.3.0 on another PC running under FC5 with glibc-2.4-11 and gcc-4.1.1
I got exactly the same errors in configure.log though finally supertux works fine with this configuration.
Should be related to Xorg or whatever...
|

6th January 2007, 11:13 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: italia
Posts: 157

|
|
|
video perhaps
I built that on FC3 so if your on FC4 can't see any dependancy issues, my guess would be video related
I run a ATI RAGEFURY PRO, uses Mesa Drivers r128 module, it's very playable for me
Also if there is strange things (bugs) this is not a final M2 release more of a pre release..christmas present I guess since was released just before.....
|

6th January 2007, 06:30 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Wisconsin
Age: 33
Posts: 241

|
|
|
Hello,
I'm just wondering how to install this on FC5. I downloaded the source rpm, and tried to issue the command rpm --rebuild, but I get an error that says: --rebuild: unknown option.
__________________
Thanks,
Chris.
|

6th January 2007, 08:38 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Texas
Posts: 354

|
|
Quote:
|
Originally Posted by cdlaforc
Hello,
I'm just wondering how to install this on FC5. I downloaded the source rpm, and tried to issue the command rpm --rebuild, but I get an error that says: --rebuild: unknown option.
|
The command is rpmbuild --rebuild, not "rpm"
|

7th January 2007, 06:09 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Wisconsin
Age: 33
Posts: 241

|
|
|
Buddha,
Thanks I got it installed.
__________________
Thanks,
Chris.
|

18th January 2007, 10:28 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: italia
Posts: 157

|
|
If speed and rendering was issue with running the openGL version this may work better.......
Without openGL requires SDL_gfx libraries, this is the latest SVN as of 2007/01/18, I done some modifying to the patch mainly with drawing_context.cpp portion as you read at the bottom apparently it did break with the latest SVN so had to modify couple lines to get working again
System tested on was a AMD XP1800, 512MB PC2700, 32MB ATI RAGE FURY PRO
The src rpm for other fedora releases for rebuilding......
http://rpms.servehttp.com/pub/3/homebox/test/SRPMS/
Without openGL: supertux-0.3.0svn20070118-1.nogl.hbfc3.src.rpm
With openGL: supertux-0.3.0svn20070118-1.hbfc3.src.rpm
For Fedora Core 3
http://rpms.servehttp.com/pub/3/home...hbfc3.i386.rpm
http://rpms.servehttp.com/pub/3/home...hbfc3.i386.rpm
Code:
# SuperTux -nogl patch
# Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# -----------------------------------------------------------------------------
#
# This patch allows running the game on systems without OpenGL support.
#
# It modifies the video portion of the SuperTux engine to render all graphics
# with SDL functions only. Many features are removed from the video engine,
# so don't expect much.
#
# Note that the patched sources will need an additional library, SDL_gfx, to
# compile.
#
# Installing the patch should be pretty straightforward. Simply run the
# following command prior to running autogen.sh and configure:
#
# patch -p1 < contrib/supertux-nogl.diff
#
# This patch works for revision 4186. It may break for later revisions.#
Last edited by centos_x; 18th January 2007 at 11:05 PM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 02:58 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|