Author Topic: Sdl Trouble  (Read 4126 times)

MrZaurus

  • Newbie
  • *
  • Posts: 14
    • View Profile
Sdl Trouble
« on: February 08, 2005, 03:42:15 pm »
Hello I am having trouble on my SL-6000.  All my games that use the SDL library are upsidedown (I want to hold the zaurus in my left hand and stylus in my right).  This is really anoying and I would appreciate any help.   Thank you.

Note: I tried many SDLs including zports and the special one

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Sdl Trouble
« Reply #1 on: February 08, 2005, 03:52:13 pm »
You need to use the SDL_QT_INVERT_ROTATION environment variable.  In whatever script you use to run this game put:

export SDL_QT_INVERT_ROTATION=1

Before you run the game.

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

MrZaurus

  • Newbie
  • *
  • Posts: 14
    • View Profile
Sdl Trouble
« Reply #2 on: February 08, 2005, 09:12:22 pm »
Ok, I tried that but it did not seem to work.  (I didnt put it in a scrip but ran it from the command line then ran the game).  Any other suggestions?  It says sdlRotoation=3 when it is ran from the terminal.  Should that be 0?