3

I have 2 monitors and using Oneiric Ocelot Ubuntu. If I have opened firefox on my first monitor and want open new window, new window is always opened on the second monitor. How I can set using 1 monitor in the application? Thanks.

Jorge Castro
  • 73,717

2 Answers2

2

Just start firefox with

firefox --display=:0.0

Where 0.0 corresponds to the display you want to open. Probably you have the first display as 0.0 and the second as 0.1. If you have nVidia then you can open the NVIDIA X Server Settings panel to see which number corresponds to which monitor.

Pithikos
  • 1,493
1

I have the same problems many windows (normals and dialog windows) open in the other monitor, but I solved this with the plugin "place window" from the CompizConfig.

In the general tab, I used this configuration:

Workarounds (check) Positioning mode: centered Multi Output Mode: Use Output Device with Pointe

And the most important

Forcing the window positioning : (type=Dialog) | type=Normal

Now all windows appear in the center of the monitor active or where the pointer is located.

JoZ3
  • 639