ec-/Quake3e

Quake3e opens on the wrong screen in multi-monitor setup

Opened this issue · 2 comments

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

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

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!