You are not logged in.
Pages: 1
I'm in the process of setting up my work and home
computers with 3 monitors. I would like to do a
fresh install of Debian Jessie selecting xfce
as the desktop environment. Jessie installs xfce 4.10
I've never had more than 1 monitor before so I need
some education on doing this.
What I want to do.
Drive 3 monitors.
Have many workspaces.
Assign each workspace to a monitor.
Applications can be run in / moved to a workspace.
A way to manage this.
How would I do this in xfce 4.10?
Offline
Welcome. A few comments:
Proper multi-monitor support was introduced post-4.10, so you'll have to rely on xrandr/arandr (or xorg configuration (or proprietary tools if using an ATI or nvidia driver)) tools to get it set up properly.
If you extend the display over the 3 monitors (e.g. each monitor is 1024x768, then display viewport is 3072x1024) then you'll end up with 3 monitors each displaying a piece of the overall viewport. You can then have multiple workspaces (each spanning the length of the viewport and displaying only the portion of the workspace. The only caveat is that you can't mix and match displays and workspaces meaning you can't display workspace 1 on monitor 1 and workspace 2 on monitor 2. Each monitor will display the same workspace number.
You can start individual apps in the different display using the --geometry parameter. For example, to display xfce4-terminal on the second display:
xfce4-terminal --geometry 134x24+1400+200
...(where +1400 will be located in the second monitor's viewport) or this might work as well:
DISPLAY=:0.1 xfce4-terminal
To start applications in different workspaces, you'll need to use a utility like devilspie or wmctrl.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Online
>Assign each workspace to a monitor.
afaik this isn't possible with xfwm, but it should work with http://awesome.naquadah.org
Offline
>Assign each workspace to a monitor.
afaik this isn't possible with xfwm, but it should work with http://awesome.naquadah.org
Well this is what I want to know before I attempt this. From the other
replay I gather that xfwm could span all three monitors. However, I
want independent displays with separate workspaces displaying on each.
I would probably like using awesome instead of xfwm. I would also
consider trying out a >4.10 xfce if that were reasonable.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 534.03 KiB (Peak: 534.88 KiB) ]