2012-10-16 Uli Schlachter:
Hi Uli
> Can you move the mouse cursor between screens? Just move the cursor to the
> edge
> of the screen and beyond.
Yes
> > But I cannot do anything. I can
> > not move any window to this screen
>
> How are you trying to move windows between screens?
I sort-of can move windows. They move, but they don't show up on the
second screen. If I remember where I dropped them, I can drag them
back and they appear again as they cross the screen border. The
mouse cursor is always visible.
> > and there is no awesome wibox with the
> > tags. It seems like awesome is not “running” on this screen.
>
> Are you running the default config?
Yes
> >> What do you get with this?
> >> echo 'return screen.count()' | awesome-client
> >
> > double 2
>
> Could you also try this:
>
> $ echo 'r="" ; for s=1, screen.count() do g = screen[s].geometry ; r = r..
> g.x.."x"..g.y..", "..g.width.."x"..g.height.."\n" ; end ; return r' |
> awesome-client
string "0x0, 1600x900
1600x0, 1280x1024
"
> And also:
>
> $ xrandr
Screen 0: minimum 320 x 200, current 2880 x 1024, maximum 8192 x 8192
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 310mm x
174mm
1600x900 60.0*+
1440x900 59.9
1360x768 59.8 60.0
1152x864 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1280x1024+1600+0 (normal left inverted right x axis y axis)
338mm x 270mm
1280x1024 60.0*+ 75.0
1280x960 60.0
1280x800 74.9 59.9
1152x864 75.0
1280x768 74.9 60.0
1024x768 75.1 70.1 60.0
1024x576 60.0
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 60.0
720x400 70.1
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
I narrowed down my problem. If I use the default awesome session I
get exactly the desired behaviour after launching
xrandr --output HDMI1 --auto --right-of LVDS1
If I use a custom gnome-awesome session (with GNOME Version 3.4.2) I
get the described weird behaviour. So apparently gnome interferes
with awesome.
My gnome-session file simply contains:
#!/bin/bash
exec unagi&
exec gnome-session --session awesome "$@"
I deactivated the gnome xrandr plugin at
`org.gnome.settings-daemon.plugins.xrandr` but it didn't fix it.
It might not be on-topic any longer, but maybe one of you guys are
also running Gnome together with awesome and know how to fix this.
Marco
--
To unsubscribe, send mail to [email protected].