On Tue, 7 Apr 1998, Graham Hemmings wrote:
> I'm surprised that XFree doesn't support multiple screens, as there are
> references to this functionality throughout the man pages for
> XF86Config, such as the reference to the command ScreenNo.
>
> Are you sure there is no support for this?
>
> Graham...
Here is a little script that opens a new display and starts your
window manager:
#!/bin/bash
X :1 &
export DISPLAY=:1
~/.xinitrc &
Use Alt-F7 or Alt-F8 to move between displays.
Ken
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.