On Wed, 16 Oct 2002, Terrence O'Connor wrote:
> How could I run multiple virtual terminals with
> different video drivers? For example,
>
> VT7 - use "ati" driver
> VT8 - use "vesa" driver
In your config file have two layouts, one using each driver,
then either run
startx -- :0 vt07 -layout "ati_layout"
and
startx -- :1 vt08 -layout "vesa_layout"
or put both lines:
:0 local /usr/X11R6/bin/X vt07 -layout "ati_layout"
:1 local /usr/X11R6/bin/X vt08 -layout "vesa_layout"
into /etc/X11/xdm/Xservers
I've never tried the later, and you may need some delay - starting two
servers at the same time may confuse the servers or the card.
> Also, how is the modeline chosen for the vertual
> terminal consoles (ie - VT1,VT2,VT3..) and how can I
> force it to accept a set modeline? Thank you.
Not an X question - probably a linux (kernel) question.
--
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED] http://www.dpmms.cam.ac.uk/~werdna
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert