You are not logged in.
Pages: 1
Hello,
when I try to load up Supertux 0.3.0, it loads like this:
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
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
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
Ah, good ol' Supertux 0.1.3 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
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
I got it to work!!
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
Which one is working well? The old one or the newest one?
Offline
The newest one (the one with additional modes for under 16-bit color).
Regards,
Picpak
Offline
so what's the differene? you just removed the fallback resulution
Offline
Yes, that was the problem, I think Supertux loads in 640x480.
Regards,
Picpak
Offline
Pages: 1