[Bug 320734] Re: game play is very slow in supertux2

2020-03-06 Thread Launchpad Bug Tracker
[Expired for supertux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: supertux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/320734

Title:
  game play is very slow in supertux2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supertux/+bug/320734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 320734] Re: game play is very slow in supertux2

2020-01-06 Thread Oibaf
Hi, this bug report is very old, likely using supertux 0.4 or older. Can
you try with a newer release of Ubuntu, which include a newer supertux?

** Changed in: supertux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/320734

Title:
  game play is very slow in supertux2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supertux/+bug/320734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 320734] Re: game play is very slow in supertux2

2016-01-09 Thread Shannon VanWagner
Seems to be something wrong with the video "auto" setting in
.supertux2/config

When I checked the older version of Supertux, the setting is video "sdl"


You can check the video setting for Supertux2 from the terminal(CTRL+ALT+t) as 
in this example:
$ grep 'video \"' .supertux2/config
 (video "auto")

What fixed it for me - setting the video mode to "sdl" in the
.supertux2/config file.

1.) Make a backup of your configuration file (optional):
$ cp .supertux2/config .supertux2/config.bak

2.) Run this to update your Supertux2 config file to use "sdl" instead
of "auto" or "opengl".

$ sed -i 's/video\ "auto"/video\ "sdl"/g;s/video\ "opengl"/video\
"sdl"/g' .supertux2/config

3.) Below is example of expected change:

$ grep 'video \"' .supertux2/config
 (video "sdl")

The game runs good for me after this setting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/320734

Title:
  game play is very slow in supertux2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supertux/+bug/320734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 320734] Re: game play is very slow in supertux2

2010-05-01 Thread Mika Suomalainen
I have same problem, but I can't even run SuperTux2.
Terminal:
supertux2
@:~$ supertux2
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:223 
[/home/mika/.supertux2] is in the search path
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:223 
[/usr//share/games/supertux2] is in the search path
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 
'controller' finished after 0.36 seconds
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:234 
Invalid button '0' in buttonmap
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:234 
Invalid button '1' in buttonmap
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:242 
Invalid axis '-2' in axismap
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:242 
Invalid axis '-1' in axismap
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:242 
Invalid axis '1' in axismap
[INFO] 
/build/buildd/supertux-0.3.3/src/control/joystickkeyboardcontroller.cpp:242 
Invalid axis '2' in axismap
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 
'config' finished after 0.109 seconds
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 
'addons' finished after 0.036 seconds
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 
'tinygettext' finished after 0 seconds
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 
'commandline' finished after 0.001 seconds
[INFO] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:539 Component 'audio' 
finished after 0.124 seconds
[INFO] /build/buildd/supertux-0.3.3/src/video/video_systems.cpp:44 new GL 
renderer
[WARNING] /build/buildd/supertux-0.3.3/src/video/video_systems.cpp:47 Error 
creating GL renderer: Couldn't set video mode 800x600: No video mode large 
enough for 800x600
[WARNING] /build/buildd/supertux-0.3.3/src/video/video_systems.cpp:49 new SDL 
renderer
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:121 Hardware 
surfaces are not available.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:122 Hardware 
to hardware blits are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:123 Hardware 
to hardware blits with colorkey are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:124 Hardware 
to hardware blits with alpha are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:125 Software 
to hardware blits are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:126 Software 
to hardware blits with colorkey are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:127 Software 
to hardware blits with alpha are not accelerated.
[INFO] /build/buildd/supertux-0.3.3/src/video/sdl/sdl_renderer.cpp:128 Color 
fills are not accelerated.
[FATAL] /build/buildd/supertux-0.3.3/src/supertux/main.cpp:631 Unexpected 
exception: Couldn't set video mode (800x600): No video mode large enough for 
800x600
@

-- 
game play is very slow in supertux2
https://bugs.launchpad.net/bugs/320734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 320734] Re: game play is very slow in supertux2

2010-03-26 Thread h1repp
confirming: on a core2 duo laptop running lucid 10.4 beta 1 netbook
edition supertux 0.3.3.2 runs extremely slow with 98% load in top -
seems a graphics issue, graphics card is nvidia geforce 8400M GS with
NOUVEAU driver

-- 
game play is very slow in supertux2
https://bugs.launchpad.net/bugs/320734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 320734] Re: game play is very slow in supertux2

2009-01-23 Thread Stormdragon

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/21586190/Dependencies.txt

-- 
game play is very slow in supertux2
https://bugs.launchpad.net/bugs/320734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs