SteadyOptions is an options trading forum where you can find solutions from top options traders. Join Us!

We’ve all been there… researching options strategies and unable to find the answers we’re looking for. SteadyOptions has your solution.

Search the Community

Showing results for tags 'java'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Public Forums (Open to non-members)
    • Read This First
    • General Board
    • Webinars and Videos
    • Promotions and Tools
  • SteadyOptions (SO) forums
    • SteadyOptions Trades
    • SteadyOptions Discussions
    • Unofficial Trade Ideas
  • Lorintine forums
    • Anchor Trades
    • Anchor Discussions
    • Simple Spreads Trades
    • Simple Spreads Discussions
    • Steady Collars Trades
    • Steady Collars Discussions
  • SteadyVol (SV) Forums
    • SteadyVol Trades
    • SteadyVol Discussions
  • SteadyYields (SY) Forums
    • SteadyYields Trades
    • SteadyYields Discussions
  • Members forums
    • Newbies forum
    • Iron Condors and Calendars
    • Strategies, Greeks, Trading Philosophy
    • Technical Issues & Suggestions
    • Directional & Speculative Trades

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Skype


Interests

Found 1 result

  1. I want to start a thread for all the linux users who have been struggling to get TOS and other trading platforms to run smooth in their computers. This topic came out from other thread and since it was not relevant to that one I decided to start a new one. As @Ringandpinion pointed out the problem arises from the Java platform and its use of the graphics card in linux where by default Java apps use the main cpu to render the interface and it is not hardware accelerated. So that left me thinking and I did my research on Google to try and find a solution for this matter, that research led me to the following two links: 1. Link1 2. Link2 The instructions are kind of old but they do work in the newer versions of Java, TOS and Linux. I also find that you don't have to edit the launcher file for TOS there is a file called "thinkorswim.vmoptions" You just need to append the options to that file as follows: -Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true -Dsun.java2d.d3d=false I also tried this options with TastyWorks, for that edit the file named tastyworks.cfg which is normally in the following route /usr/lib/tastyworks/tastyworks.cfg but it may be in other route. ... [JavaOptions] ... -Ddxscheme.wide=true -Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true -Dsun.java2d.d3d=false [ArgOptions] I have tested this setup in KDE and Xfce and it works better with Xfce so I guess for gnome would be the same, also as the original threads mark this could also be used to tune TWS as it is also based in Java but since I don't have an account with IB I didn't tested on that platform. Finally, I'm able to have both TOS and TW open at the same time and every thing run smooth even on a machine with 8 Gb of RAM. Hope this becomes useful for the rest of my fellow linux traders, if you find other tuning options pleas drop my a line. Wish you luck and happy trading and happy linuxing.