http://bugs.winehq.org/show_bug.cgi?id=33743 Kristine Moore <mail@kristine.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@kristine.nu --- Comment #10 from Kristine Moore <mail@kristine.nu> --- I have 2 monitors, my "primary" is my 1440P screen My "secondary" is a 1050P screen. My secondary is on my left and the primary on the right (in front of me) For guild wars it's been quite an issue as i play on 1-2 accounts and i still like to use my computer at the same time so i browse chat etc. My initial solution was a little script which i used in my launch guild wars script kscreen-doctor output.DP-2.position.0,0 output.DP-1.position.2560,0 ; sleep $1 ; kscreen-doctor output.DP-1.position.0,0 output.DP-2.position.1680,0 where $1 was a sleep time My second script was a bit better solution kscreen-doctor output.DP-1.scale.0.72 sleep $1 kscreen-doctor output.DP-1.scale.1.00 Currently my sleep timer is at 5 seconds, so the window is scewed for up to 5 seconds, if the game updates you'll need to shutdown the game and start it again as it will be wonky I play the game in borderless window, and with these settings it allows me to have my taskbar at the bottom and my window as much space as it can take. this "hack" is also usable in the latest 11.0 rc-2 wine as a note, the issue also happens in ge-proton however you can force it to be a bit better with DISPLAY=: and have it in window mode and resize the window (window borderless does not have a fix though) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.