Search results

  1. W

    My code for Graphics Memory & Screen Size for Virtual Desktop

    Hey folks, Heres some useful code you can insert in your scripts for Graphics Memory & Virtual Desktop settings. # Set up a virtual desktop routine (not tested on any other computer!) read RES_X RES_Y <<<$(xdpyinfo | awk -F'[ x]+' '/dimensions:/{print $3, $4}') # Set Virtual Desktop to...
  2. W

    Problems with using the Orbiter Spaceflight Simulator

    I have an idea that you should also install vcrun2008 to get the game functioning correctly?
  3. W

    POL script set video graphics memory with a variable

    Ok I found the answer I was looking for POL_Wine_Direct3D "VideoMemorySize" "$VARVMS" where VARMS is my variable.
  4. W

    POL script set video graphics memory with a variable

    I can't seem to find a code instruction to set video memory with a variable. I thought POL_SetupWindow_VMS $VARVMS where $VARVMS would be the variable but this just gives you a combo list.
Back
Top