On Tue, 14 Mar 2000, UK Jaiswal wrote:
> With RedHat-6.0, it was possible to run 2 X-servers by starting one and then
> give the following command on another virtual console:
> startx -- /usr/X11R6/bin/X :1
>
> But this does not work with RedHat-6.1
>
> Any idea??
The startx script was changed from 6.0 to 6.1 to correct a bug which
prevented you from having more than one X session running if you had a
non-empty serverargs variable.
You should use: "startx -- :1", "startx -- :2", etc. This works for 6.0
and 6.1.
If you want to pass other options, such as "-bpp 32", you do this at the
end: "startx -- :2 -bpp 32"
Dan
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.