Page 1 of 1

VLC is ignoring the video-x setting

Posted: 13 Jan 2019 17:12
by Strahan
Hi. I have three monitors, and I was trying to figure out how to get VLC to appear on the monitor to the right of the 1080p primary. I read that the --video-x option would move the window around, but when I try:

vlc.exe testfile.mp4 --video-x=1920 --fullscreen

...it still starts on the primary LCD centered. I thought maybe being FS was messing with it, but it made no difference when I dropped that argument. Am I doing it wrong? Thanks.

PS, does the X coordinate option start at zero? I was assuming so.

Re: VLC is ignoring the video-x setting

Posted: 14 Jan 2019 18:20
by RĂ©mi Denis-Courmont
video-x and video-y are not guaranteed to work, and typically don't work, given how desktop windowing systems are designed.

Re: VLC is ignoring the video-x setting

Posted: 15 Jan 2019 08:33
by Strahan
Ahh, OK. Thanks anyway!