Swtor - No widescreen resolutions in game.

Questions about Wine on Linux
Locked
Katsov
Newbie
Newbie
Posts: 4
Joined: Tue Jan 22, 2013 8:33 pm

Swtor - No widescreen resolutions in game.

Post by Katsov »

I am using Ubuntu 12.04 - Wine 1.5.20 compiled and the 304 nvidia driver.

The game runs fine but only has standard resolutions. I am completely missing these resolutions in game:
1280x960
1360x765
1440x900
1600x900

With the exception of the 1000x614 that the launcher requires for login. So yes this resolution is an actual option in the game that I imagine is passed through from the script below.

Code: Select all

#!/bin/sh
export WINEPREFIX="$HOME/WineBottles/swtor"
export LD_LIBRARY_PATH="/usr/lib32/:/usr/lib/"
export WINEARCH=win32
/var/chroot/wine/wine explorer /desktop=SW:TOR,1000x614 "C:\SWTOR\launcher.exe"
This happens from either installing the full game via the linux drive using wine or copying over the whole swtor directory.

My question or questions is/are,
How do I get these missing widescreen resolutions into the game?
Where does the game decide it gets all the resolutions from?
And can the script itself be altered to pass more resolutions through if necessary, to be available in game?

Sidenote: In windows I can run the game in 1440x900 with no issue.
Any direction will be much appriciated.
Thank You.
Katsov
Newbie
Newbie
Posts: 4
Joined: Tue Jan 22, 2013 8:33 pm

Re: Swtor - No widescreen resolutions in game.

Post by Katsov »

Does anyone else even have widescreen options in swtor using linux?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Swtor - No widescreen resolutions in game.

Post by dimesio »

Are those resolutions available in nvidia-settings?
Katsov
Newbie
Newbie
Posts: 4
Joined: Tue Jan 22, 2013 8:33 pm

Re: Swtor - No widescreen resolutions in game.

Post by Katsov »

Are those resolutions available in nvidia-settings?
Yes I have all those settings for desktop. Currently, in nvidia-settings, I am sitting at 1680x1050. I go between that and 1440x900 depending on what I am doing. These resolutions are available in Team fortress for me with no problem.
Katsov
Newbie
Newbie
Posts: 4
Joined: Tue Jan 22, 2013 8:33 pm

Re: Swtor - No widescreen resolutions in game.

Post by Katsov »

Checking back in to see if anyone has a fix or at the least can play in widescreen.
Locked