darkxst / multiple-monitor-panels

Add panels including AppMenu to each additional monitor.
GNU General Public License v3.0
39 stars 27 forks source link

Not properly functioning with right-hand primary monitor #11

Open Forage opened 12 years ago

Forage commented 12 years ago

I've already reported this issue on the GNOME extension site only to find your request to report them on github afterwards.

I love the extension, but it's not functioning properly when the right-hand monitor is the primary one. Result:

The user menu is the only thing places correctly, in the right corner on the right-hand monitor.

Using Ubuntu 12.10 GNOME remix (x64).

darkxst commented 11 years ago

Can you provide more details on your configuration, I have been unable to reproduce this issue.

Forage commented 11 years ago

I'll be happy to. Not sure what you need to know exactly, but here's a start:

darkxst commented 11 years ago

How about the actual configuration of monitors?

do you have

or

can you also post the output from xrandr -q

Forage commented 11 years ago

Oddly enough, I can't tell you for certain if the primary monitor is monitor 1 connector-wise. ASUS neglected to provide a manual for my card (ASUS EAH6950/2DI2S/2GD5), even on their site. No clues are present on the backplate.

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 2560 DFP11 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 376mm x 301mm 1280x1024 60.0*+ 1280x960 60.0 1280x768 60.0 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 DFP1 disconnected (normal left inverted right x axis y axis) DFP2 disconnected (normal left inverted right x axis y axis) DFP3 disconnected (normal left inverted right x axis y axis) DFP4 disconnected (normal left inverted right x axis y axis) DFP5 disconnected (normal left inverted right x axis y axis) DFP6 disconnected (normal left inverted right x axis y axis) DFP7 disconnected (normal left inverted right x axis y axis) DFP8 disconnected (normal left inverted right x axis y axis) DFP9 disconnected (normal left inverted right x axis y axis) DFP10 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm 1280x1024 60.0*+ 1280x960 60.0 1280x768 60.0 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 CRT1 disconnected (normal left inverted right x axis y axis)

darkxst commented 11 years ago

can you run this command in looking glass (alt+f2, lg) Main.layoutManager.monitors[Main.layoutManager.primaryIndex].x

Forage commented 11 years ago

The result is: 1280

Forage commented 11 years ago

I've turned the monitors around, just to try and see if the connection used makes a difference. Right-hand monitor is still primary, xrandr output now has DFP10 and DFP11 switched and the looking glass command returns the same. The issue, however, remains exactly the same.