Can i run two X windows at the same time on Linux 

Newsgroups: comp.unix.admin
>Can i run two X window systems simultaneously at the same time on the
>Linux. If yes do tell me.

Yes, XFree86 supports this. My /usr/X11R6/lib/X11/xdm/Xservers file has:

:0 local /usr/X11R6/bin/X :0 vt07 -bpp 8
:1 local /usr/X11R6/bin/X :1 vt08 -bpp 32

Reinier

Can i run two X windows at the same time on Linux 

Yes you can.

$startx
$startx -- :1

On my system I switch between the two X sessions by using CTRL-ALT-F7 and CTRL-ALT-F8.

man xinit

Jim