Commit graph

2 commits

Author SHA1 Message Date
Sean Farley
d912d5de99 Remove unneeded environment variable (SDL_VIDEO_X11_DGAMOUSE=0). My system
was in a state that made it appear that it was required.

Approved by:	itetcu
2009-06-14 22:23:39 +00:00
Sean Farley
33886a414c - Use libSDL v1.2 from ports instead of the provided v1.1. The Nvidia
driver will not function with it when the Linux base is Fedora 8.
- Detect the Nvidia driver and set Sync on VBlank (__GL_SYNC_TO_VBLANK) to
  provide a consistent speed within the game, otherwise, the game will
  increase speed dramatically when approaching walls.
- Disable the use of DGA mouse support in libSDL to allow some mice to
  function within the game.
- Preload the Linux libX11 library to prevent the following error:
      XDM authorization key matches an existing client
- Remove an empty directory (Logs) that is never used.

Approved by:	itetcu
2009-06-14 19:03:54 +00:00