Window resizing

BTW, I’ve now tried the window-resize support - it worked first time and
I’ve had no problems with it, so thanks again!

My pleasure! :slight_smile:

See ya,
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Hi!

I’ve just download and install SDL 1.1.2 for Linux, and try to write
small program. It moves the ball inside the square. I use ‘aliens.c’ as an
example, but my ball moves not smoothly. I use XFree86 3.3.6 on Intel I740,
and SDL_GetVideoInfo said that i have NO hardware acceleration :frowning:

Set 1024x768x16 video mode
Video Info:
hw_available : 0
wm_available : 1
blit_hw : 0
blit_hw_CC : 0
blit_hw_A : 0
blit_sw : 0
blit_sw_CC : 0
blit_sw_A : 0
blit_fill : 0
video_mem : 0
bitsperpixel : 16

How can i turn on hardware acceleration for SDL?
Or speed up moving?

P.S: I want to write a small game which will run under Linux and winblows.–
Best regards,
Leo
Solvo Ltd.
St.Petersburg, Russia

leo at solvo.ru said:

I’ve just download and install SDL 1.1.2 for Linux, and try to write
small program. It moves the ball inside the square. I use 'aliens.c’
as an example, but my ball moves not smoothly. I use XFree86 3.3.6 on
Intel I740, and SDL_GetVideoInfo said that i have NO hardware
acceleration :frowning:

Do you have GLX and MesaGL installed? I know that the I740 supports 3d
acceleration.