OS <[EMAIL PROTECTED]> writes:

> Hello,
> 
> startx uses a lot of : 
> "foo $serverargs $1"
> 
> This has been the case for a long time, however the latest startx sets 
> "serverargs="-deferglyphs 16"" right at the start, 
> 
> "startx -- :1" results in something like :
> 
> xinit /home/owen/.xinitrc -- -deferglyphs 16 :1 /home/owen/.Xdefaults
> 
> This appears to stop X from starting server :1 and results in a merging of 
> the X session already running on :0
> 
> Swapping every occurance to 
> "foo $1 $serverargs" seems to correct this problem.
> 
> I am using startx from XFree86-4.0.3-5mdk
> 

It's fixed in 6mdk. Thanks for the report.
-- 
Fred - May the source be with you

Reply via email to