ok, i edited my Xclients file to look like this:

...
if which $STARTKDE >/dev/null 2>&1; then
        xhost +localhost
        export DISPLAY=localhost:0.1
        startkde
        #exec `which $STARTKDE`
fi
...

getting warmer.  now the kde splashscreen and startup progress window appear 
on my tv.  but when its done there is a barren kde desktop on my tv and my 
normal kde desktop on my crt (i want it the other way around).  furthermore 
if i open up a konsole on my crt and echo $DISPLAY it says "localhost:0.0" 
instead of "localhost:0.1".  any ideas?

thanks again for the help,
-- christopher

On Monday 27 January 2003 09:28 pm, nate wrote:
> christopher j bottaro said:
> > i want to start kde on screen 0.1
>
> be sure that screen 0.1 will allow connections (xhost +localhost is what
> I do.. this must be done from the X server thats on screen 0.1)
>
> then
>
> export DISPLAY=localhost:0.1
>
> startkde
>
> this works for me in Xnest. ..
>
> nate



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to