ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.15k stars 148 forks source link

Quake3e opens on the wrong screen in multi-monitor setup #247

Open OlegAckbar opened 8 months ago

OlegAckbar commented 8 months ago

I have 3 monitors and main one is in the center. Every time I open Quake3e it opens on the left screen, so I have to change displays with KWin. I've tried to set KWin rules but them seem don't work. This happens in both Xwayland and Wayland modes.

ec- commented 8 months ago

try to experiment with vid_xpos and vid_ypos from command line, it might be related to problem reported in https://github.com/ec-/Quake3e/pull/210

OlegAckbar commented 8 months ago

try to experiment with vid_xpos and vid_ypos from command line, it might be related to problem reported in https://github.com/ec-/Quake3e/pull/210

+vid_xpos 1920 +vid_ypos 0 did the trick, thanks!