The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Prohibit moving of workspaces to remaining displays in case of poweroff

asked 2014-10-28 14:15:46 +0000

anonymous user

Anonymous

updated 2014-10-28 19:56:36 +0000

Hi folks,

first of all, thank you dear devs for providing such a platform. But I've a little problem using i3 on my multihead workstation.

I'm running 3 displays via DP (DFP5, DFP9, DFP13) on an AMD graphics card. Xorg is setted up to run with xrandr and provide all displays via a virtual screen. Everything runs fine so far, i.e. feh puts the wallpaper in a consistent way and so on.

Now, then turning off a display manually with the power switch, i3 moves the containing workspaces of this display to a remaining one. Of course, I understand this behavior as some users need to access this workspaces in particular cases. However, in my case this seems to conflict with the normal display suspend mode of Xorg.

When forcing a display via dpms into blank/suspend/standby/off mode everything remains consistent, but when using the automated Xorg suspend options in its configuration files overnight, the workspaces moves again on other displays and sometimes displays even don't get recognized/filled by i3 again.

Is there any trick or something else what I can do, to put my displays off without losing my workspace positions? I need to run the workstation overnight, so hibernate and so on is no option.

I would be really happy if somebody help me!

Edit: I even tried to assign workspaces to specified outputs by using "workspace {num} output {xrandr-var}", but even these workspaces aren't fixed. =(

Edit 2: Well, when I use --force-xinerama in .xinitrc it seems to fix the problem. But I don't know what it change exactly in i3. Does it really force xinerama? It seems randr is still running...

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
1

answered 2014-12-06 22:49:24 +0000

Michael gravatar image

So, I think the root of your problem is the fact that your outputs are seen as “disconnected” when you turn off your monitor. You can confirm that by looking at xrandr -q in that situation.

What should instead happen is that the output stays connected until you use e.g. xrandr --output DFP13 --off to explicitly disconnect it, or disconnect the cable.

I’m not sure whose fault that is. Perhaps the monitor really does simulate a disconnect (I’d be surprised, though), or perhaps your graphics card/the AMD driver are doing this.

Edit: I even tried to assign workspaces to specified outputs by using "workspace {num} output {xrandr-var}", but even these workspaces aren't fixed. =(

By that, I take it you’re saying the output names are not stable, which is really surprising to me, and is, I think, a problem of your graphics driver. I’ve never seen (or heard of) such behavior with the intel, nvidia, nouveau or radeon drivers.

I think you’ll have problems like what you’re seeing with i3 in other window managers/desktop environments too.

Edit 2: Well, when I use --force-xinerama in .xinitrc it seems to fix the problem. But I don't know what it change exactly in i3. Does it really force xinerama? It seems randr is still running...

--force-xinerama forces i3 to use the Xinerama API instead of the RandR API. The implication is that i3 will only find outputs that are connected when i3 is started, and it will never be able to discover output changes (as the Xinerama API does not reliably provide support for that).

Well, the xinerama option solved the problem stated above in some kind, but sometimes the two of three displays stays blank anyway after waking them up again... I've no clue to handle that in a proper way anymore.

i3 is not involved in setting up your displays/outputs, it merely reads the positions and sizes from Xorg (by using RandR, or, in your case, Xinerama). This issue thus is most likely entirely unrelated to i3.

edit flag offensive delete link more
0

answered 2014-11-22 17:38:50 +0000

exumcalin gravatar image

updated 2014-11-22 17:39:33 +0000

Well, the xinerama option solved the problem stated above in some kind, but sometimes the two of three displays stays blank anyway after waking them up again... I've no clue to handle that in a proper way anymore.

The way i3 handles multi-monitor setups is so annoying... so unreliable. I'm not able to move a workspace between the displays, resuming (from display suspend) doesn't work always, and so on.

I think I'll switch to a different window manager.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-28 14:15:46 +0000

Seen: 1,793 times

Last updated: Dec 06 '14