Blackbox's workspaces are different than X's screens. A X screen is a
seperate monitor/video card set up in your system (or using some program like
Xnest which virtualizes this). If you heard of a multi-head X server or
window manager, that what this is all about.
A Blackbox workspace is a virtual desktop that Blackbox defines. You can
have multiple workspaces even though you have only one monitor/video card.
Hope this helps.
Dan
On Mon, 09 Oct 2000, Peter Peltonen wrote:
> "man X" gives me the following information:
>
> From the user's perspective, every X server has a display
> name of the form:
>
> --snip--
> hostname:displaynumber.screennumber
>
> This information is used by the application to determine
> how it should connect to the server and which screen it
> should use by default (on displays with multiple moni�
> tors):
> --snip--
>
> Now, when I try rxvt -display unix:0.0, it works fine. But
> when I try rxvt -display unix:0.1, I get the following error
> message:
>
> rxvt: can't open display unix:0.1
>
> Have I misunderstood X's behaviour, is my X broken or does
> Blackbox not support this feature (or what is workspace if
> not a screen)?
>
> I'm asking this because I really would like to define to my
> ..Xclients file to open apps in different workspaces when I
> start X...
>
> Peter