You are not logged in.

#1 2006-12-30 20:40:21

picpak
Member
Registered: 2006-12-02
Posts: 89

Supertux won't load correctly

Hello,

when I try to load up Supertux 0.3.0, it loads like this:

20061230832x624scrotoj9.th.png

I also get these errors when I run supertux from the terminal:

Invalid button '0' in buttonmap
Invalid button '1' in buttonmap
native_blitbuffer: select error occured

I don't know what to do. Any ideas?


Regards,
Picpak

Offline

#2 2007-01-01 17:32:17

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

Well, I solved it by putting

Load  "GLcore"

In the "Modules" section of my /etc/X11/xorg.conf, but now Supertux is PAINFULLY SLOW !!! Is there any way to speed it up?


Regards,
Picpak

Offline

#3 2007-01-02 01:31:39

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Supertux won't load correctly

Another user have reported this. It seems that the newest version uses OpenGL by default which is slow on older systems. I'm not sure if it can be fix. Also this version is a preview and not complete yet. So you might want to stay with the old version for now. I haven't realized that before doing the update.

Offline

#4 2007-01-02 02:08:33

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

Ah, good ol' Supertux 0.1.3 big_smile I downloaded it from http://klerik.linuxgames.cz/supertux-0.1.3-1.pkg.tar.gz, installed it, and put

IgnorePkg = supertux

in my /etc/pacman.conf, all is well.


Regards,
Picpak

Offline

#5 2007-01-02 02:13:11

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

Scratch that...all is not well...now Supertux loads a blank screen, and X crashes. Wonder why something as trivial as a game is so difficult.


Regards,
Picpak

Offline

#6 2007-01-02 22:00:37

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

I got it to work!! big_smile

In /etc/X11/xorg.conf, I changed:

        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "832x624"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "832x624"
        EndSubSection

to

        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes "832x624" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes "832x624" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes "832x624" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes "832x624" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "832x624" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "832x624" "800x600" "640x480"
        EndSubSection

Now all REALLY is well.


Regards,
Picpak

Offline

#7 2007-01-02 22:58:51

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Supertux won't load correctly

Which one is working well? The old one or the newest one?

Offline

#8 2007-01-02 23:12:10

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

The newest one (the one with additional modes for under 16-bit color).


Regards,
Picpak

Offline

#9 2007-01-06 14:54:06

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: Supertux won't load correctly

so what's the differene? you just removed the fallback resulution

Offline

#10 2007-01-06 16:28:14

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Supertux won't load correctly

Yes, that was the problem, I think Supertux loads in 640x480.


Regards,
Picpak

Offline

Board footer

Powered by FluxBB