It is currently Thu May 23, 2013 10:08 pm

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Supertux 0.3.0 works too slow
PostPosted: Tue Feb 20, 2007 1:17 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Oct 27, 2006 9:28 pm
Posts: 27
Hi! I've litle  ;D problem.
My system is Zenwalk 4.2(maybe 4 :) - I upgreaded recently).
Video card is ATI X1300 Pro 256 Mb. CPU - Athlon 64 3000+
I downloaded and installed supertux 0.3.0 via netpkg. And  >:( its worked very slowly.
What's wrong? . Another OpenGL application, like xmoto, works fine.
I installed ATI native driver 8.31.5. and give :
glxgears - > 3000 fps
fgl_gxears - > 720 fps.
P.S. There is Ubuntu 6.10 who is third system on my comp and there all (I mean supertux) works just excellent.
P.P.S. in fstab a added tmpfs /dev/shm tmpfs default 0 0


Last edited by @Ndrejjj on Wed Feb 21, 2007 2:16 am, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Tue Feb 20, 2007 4:50 pm 

Hi,

If you don't give more info on what is wrong we won't be able to help you.
Please run supertux via the CLI and post the result here.

++


  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Tue Feb 20, 2007 10:49 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Oct 27, 2006 9:28 pm
Posts: 27
Ok I just run supertux 0.1.13 with OpenGl via CLI  and gave in terminal

andrejjj[~]$ supertux
Datadir: /usr/bin/../share/supertux
Warning: No joysticks are available.
loadgame: /home/andrejjj/.supertux/save/slot1.stsg
Enter the current level: world1/level6.stl
savegame: /home/andrejjj/.supertux/save/slot1.stsg


The program works too slow (13-60 fps) and Tux moves by fits and starts. When I am back to menu appears white rectangle in place of menu item.

Here is my xorg.conf

Section "ServerLayout"
Identifier    "Simple Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Mouse1" "CorePointer"
InputDevice    "Keyboard1" "CoreKeyboard"
OptioN  "AIGLX" "false"
EndSection

Section "Files"
RgbPath      "/usr/share/X11/rgb"
ModulePath  "/usr/lib/X11/modules"
ModulePath  "/usr/lib/xorg/modules"
FontPath    "/usr/share/fonts/misc"
FontPath    "/usr/share/fonts/75dpi"
FontPath    "/usr/share/fonts/100dpi"
FontPath    "/usr/share/fonts/TTF"
FontPath    "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load  "glx"
Load  "extmod"
Load  "xtrap"
Load  "record"
Load  "dbe"
Load  "dri"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"

# Option    "Protocol"      "Xqueue"
# Option    "AutoRepeat"    "500 5"
# Option    "Xleds" "1 2 3"
# Option    "XkbDisable"
Identifier  "Keyboard1"
Driver      "kbd"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us, ru(winkeys)"
# Option    "XkbVariant"    "us"
Option     "XkbOptions" "grp:rctrl_toggle, grp_led:scroll"
EndSection

Section "InputDevice"

# Identifier and driver
# Option    "BaudRate" "9600"
# Option    "SampleRate" "150"
# Option    "Emulate3Buttons"
# Option    "Emulate3Timeout" "50"
# Option    "ChordMiddle"
Identifier  "Mouse1"
Driver      "mouse"
Option     "Protocol" "Auto"
Option     "Device" "/dev/mouse"
# Option    "Protocol" "Xqueue"
Option     "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier  "Monitor1"
VendorName  "GSM"
ModelName    "T710PH"
HorizSync    30.0 - 85.0
VertRefresh  50.0 - 160.0
EndSection

Section "Monitor"
Identifier  "aticonfig-Monitor[0]"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
EndSection

Section "Device"
Identifier  "Videocard1"
Driver      "vesa"
VendorName  "ATI Technologies Inc"
BoardName  "RV515 [Radeon X1300]"
BusID      "PCI:2:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Videoconfig"
Device    "Videocard1"
Monitor    "Monitor1"
DefaultDepth    24
SubSection "Display"
Depth    8
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    16
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    24
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    32
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device    "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth    24
SubSection "Display"
Viewport  0 0
Depth    24
EndSubSection
EndSection

Section "DRI"

# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
Mode        0666
EndSection


Section "Extensions"
Option     "Composite" "Disable"
EndSection

and here is my fstab

/dev/hda2        swap            swap        defaults 0  0
/dev/hda8        /                reiserfs    defaults,noatime 1  1
/dev/hda1        /mnt/ubnt_boot  ext3        defaults,noatime 1  2
/dev/hda10      /mnt/ubnt_root  ext3        defaults,noatime 1  2
/dev/hda7        /mnt/ubnt_home  ext3        defaults,noatime 1  2
/dev/hda9        /home            reiserfs    defaults,noatime 1  2
/dev/hda3        /mnt/win_c      ntfs        ro,utf8 1  0
/dev/hda5        /mnt/win_d      vfat        defaults,rw,users,utf8,umask=000 1  0
/dev/hda6        /mnt/win_e      vfat        defaults,rw,users,utf8,umask=000 1  0
/dev/hdc        /mnt/dvd        iso9660    noauto,user,ro,utf8 0  0
/dev/hdd        /mnt/dvd1        iso9660    noauto,user,ro,utf8 0  0
/dev/fd0        /mnt/floppy      auto        noauto,user 0  0
devpts          /dev/pts        devpts      gid=5,mode=620 0  0
proc            /proc            proc        defaults 0  0
tmpfs /dev/shm   tmpfs       defaults                  0  0

here is fglrxinfo

andrejjj[~]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 Series Generic
OpenGL version string: 2.0.6174 (8.31.5)

and at last glxinfo

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 Series Generic
OpenGL version string: 2.0.6174 (8.31.5)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_blend,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ARB_draw_buffers, GL_ATI_draw_buffers,
    GL_ATI_element_array, GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader,
    GL_ATI_map_object_buffer, GL_ATI_separate_stencil,
    GL_ATI_shader_texture_lod, GL_ATI_texture_compression_3dc,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_ATI_vertex_array_object,
    GL_ATI_vertex_attrib_array_object, GL_ATI_vertex_streams,
    GL_ATIX_texture_env_combine3, GL_ATIX_texture_env_route,
    GL_ATIX_vertex_shader_output_point_size, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
    GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

  visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x33 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x35 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x37 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x38 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x39 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x40 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x41 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x42 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x43 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x44 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x45 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x46 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x47 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x48 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x49 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x51 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x52 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x59 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x60 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x61 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x62 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None

P.S. Sorry for big post.
P.P.S. And for my english :-[ :'(


Last edited by @Ndrejjj on Tue Feb 20, 2007 11:05 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Tue Feb 20, 2007 11:03 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Oct 27, 2006 9:28 pm
Posts: 27
I just tryed run Call of Duty via wine and CoD didn't work.
here is message from CoD console

.......

Initializing OpenGL subsystem
...initializing QGL
...calling LoadLibrary( 'c:\windows\system32\opengl32.dll' ): succeeded
...setting mode 4: 800 600 FS
...using colorbits of 32
...calling CDS: ok
...registered window class
...created window@0,0 (800x600)
Initializing OpenGL driver
...getting DC: succeeded
...GLW_ChoosePFD( 32, 24, 8 )
...0 PFDs found
...hardware acceleration found
...PIXELFORMAT 1 selected
...creating GL context: succeeded
...making context current: succeeded
Initializing OpenGL extensions

GL_VENDOR: Mesa project: http://www.mesa3d.org
GL_RENDERER: Mesa GLX Indirect
GL_VERSION: 1.2 (1.5 Mesa 6.5.2)


What's wrong? but fglrxinfo print another info  :o

GL_EXTENSIONS:  GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_object GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays
----- CL_Shutdown -----
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...destroying window
...resetting display
...shutting down QGL
...unloading OpenGL DLL
-----------------------


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Wed Feb 21, 2007 11:47 am 
Community Packager
Community Packager
User avatar

Joined: Fri Mar 10, 2006 3:52 am
Posts: 690
Code:
Section "Device"
   Identifier  "Videocard1"
   Driver      "vesa"
   VendorName  "ATI Technologies Inc"
   BoardName   "RV515 [Radeon X1300]"
   BusID       "PCI:2:0:0"
EndSection

This is a guess, but maybe you need to install the ATI driver.   http://wiki.zenwalk.org/index.php/ATI_Driver_Installation

_________________
"You are the proud owner of the very first purchased official Zenwalk CD with official Zenwalk artwork!"  Axxium March 10, 2006


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Wed Feb 21, 2007 9:25 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Oct 27, 2006 9:28 pm
Posts: 27
I know about it. I install ati driver 8.31.5 - opengl works. Its only supertux who don't work


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Thu Feb 22, 2007 9:49 am 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Mon Oct 09, 2006 10:20 pm
Posts: 142
Location: France, Alpes-Maritimes, Nice
Code:
   Driver      "vesa"


@Ndrejjj wrote:
I know about it. I install ati driver 8.31.5 - opengl works. Its only supertux who don't work


If driver is named "vesa" I think maybe you didn't have install the ATI driver...

_________________
@++  Rob'


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Thu Feb 22, 2007 8:07 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Fri Oct 27, 2006 9:28 pm
Posts: 27
Ok there are two sections in xorg.conf

Section "Device"
  Identifier  "Videocard1"
  Driver      "vesa"
  VendorName  "ATI Technologies Inc"
  BoardName  "RV515 [Radeon X1300]"
  BusID      "PCI:2:0:0"
EndSection

and

Section "Device"
  Identifier  "aticonfig-Device[0]"
  Driver      "fglrx"
  Option      "VideoOverlay" "on"
  Option      "OpenGLOverlay" "off"
EndSection

and below there is Section

Section "Screen"
  Identifier "aticonfig-Screen[0]"
  Device    "aticonfig-Device[0]"
  Monitor    "aticonfig-Monitor[0]"
  DefaultDepth    24
  SubSection "Display"
      Viewport  0 0
      Depth    24
  EndSubSection
EndSection

i.e. how I understand section with "mesa" is ignored.
Anyway, when I commented section "mesa" - it change nothing :(


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Fri Feb 23, 2007 8:12 am 
Experienced Zenwalker
Experienced Zenwalker
User avatar

Joined: Mon Oct 09, 2006 10:20 pm
Posts: 142
Location: France, Alpes-Maritimes, Nice
I had search in several forums (zenwalk fr for exemple) and in each case, the driver vesa, is not present in xorg.conf. there is driver "ati" instead... so:
laprjns wrote:
This is a guess, but maybe you need to install the ATI driver.  http://wiki.zenwalk.org/index.php/ATI_Driver_Installation

@++

_________________
@++  Rob'


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Fri Feb 23, 2007 9:58 am 
Global Moderator
Global Moderator
User avatar

Joined: Fri Mar 10, 2006 4:46 am
Posts: 3631
Location: Still on IPv4
Ati = the opensource driver

Fglrx = the proprietary driver from ATi.

Vesa is the standard driver used; normally he should have something else (like ati or nv).

Not really a bug or a package-related problem, so... This is moved back.

_________________
Leenucks - the greatest thing since evolution theory || Questions about forum etiquette? Feel free to PM me.


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Fri Feb 23, 2007 10:26 am 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 8:52 am
Posts: 3731
Location: Nantes - France
Supertux is slow here too, and I'm using the nv driver which used to give me good results for 2D accelerated games.

JP

_________________
A gentleman is someone who can code java, but doesn't..


 Profile Send private message  
 
 Post subject: Re: Supertux 0.3.0 works too slow
PostPosted: Fri Feb 23, 2007 11:32 am 

Supertux has changed, it's still a 2D game, but it requires graphical acceleration now (a good DRI setup).
No problemo here with i810 driver (intell GMA 950)

++


  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
 
cron