I have 2 screens: 17" on left and 22" screen on right side.
When I watch a movie with VLC and want to watch on full-screen on my 22" screen (the right one), I move my VLC window in right screen and then click on full-screen => no problem.
BUT when using Firefox and watching streaming video, watching on full-screen is always on 17" screen (left one).
How can I force full-screen to be on my 22" screen (right one) ?
After reading severals questions about the subject "multiple-monitors", I've found the solution.
In this answer I've discovered the existance of file
~/.config/monitors.xml
. (thank you "pamar84")So I did this:
cp ~/.config/monitors.xml ~/.config/monitors.xml-bkp
gedit ~/.config/monitors.xml
So I did some cleaning:
Now with such nice
~/.config/monitors.xml
file, Firefox is not disoriented anymore and have the good behavior:- when my window is left side and I choose full-screen => full-screen is left screen
- when my window is right side and I choose full-screen => full-screen is right screen
Here is the content of the cleaned
~/.config/monitors.xml
file: