Search found 2 matches
- Sun Apr 17, 2011 12:45 pm
- Forum: Trine Technical Support for Linux & Mac
- Topic: [Linux] Can't Alt-tab or change virtual deskop
- Replies: 7
- Views: 20030
Re: [Linux] Can't Alt-tab or change virtual deskop
Thanks for tips! It will be nice if there will be some possibility to run in windowed fullscreen. Sounds odd but this seems only way how to run trine ok on my dual head setup. i.e. World of warcraft has this possibility. When I run Trine fullscreen, it appears in center of my two monitors so center ...
- Sun Apr 17, 2011 12:40 pm
- Forum: Trine Technical Support for Linux & Mac
- Topic: Linux: Fix to the slightly blurry rendering on linux
- Replies: 8
- Views: 13168
Re: Linux: Fix to the slightly blurry rendering on linux
For lazy ones
there are values for 1680x1050 resolution
Anyway, really thanks for this fix. Looks thousand times better.

Code: Select all
// 1680x1050 (offset by 0.5 / 1680, 0.5 / 1050)
textureCoord.x += 0.000297619;
textureCoord.y += 0.00047619;
Anyway, really thanks for this fix. Looks thousand times better.