pigeon wrote: > I have two graphics cards, a SiS 6326 PCI card and a Radeon 7500 AGP > card. Having just acquired a second monitor, I am keen to set up a > dual head system capable of the following configurations: > > 1) Dual head text console. A keystroke combination switches the focus > of the keyboard from one monitor to the other; the usual Alt-F<n> then > switches between VTs on that monitor. >
This is not possible, kernel doesn't handle that, but i could be wrong. Enable framebuffer for the two card, and you will get 2 framebuffers devices, but only the first one will be used (fb0). Then, you have to map one VT to a framebuffer with the tool con2fb (i don't remember well), or you can use my fancy getty: fbgetty. You have to replace call to getty in /etc/inittab by fbgetty <tty> <framebuffer>. So you will get a mix of the behaviors you describe. ALT-Fn will switch the focus and VT on all monitors. This can lead to really complex configuration. Cool configuration is using fb0 with tty1 to 12, and fb1 with tty13 to 24, so you select focus on your first screen with ALT-Fn and your second screen with ALT Gr-Fn. > 2) Dual head, text console and X. The PCI card is used for the text > console and the AGP card for X. The usual [Ctrl-]Alt-F<n> switches > focus between text VTs and X. > > Google has not been very useful; it has a tendency to find: > > - Framebuffer dual head HOWTOs. I'm talking about real text modes, not > framebuffer. One purpose of this setup is to experiment with > programming the AGP card in text mode, using the PCI card at 100x36 > to provide the VTs from which to write/run the experimental code. > - Stuff about single video cards with dual head outputs, mostly Matrox > G400/450s. This is not the setup I've got! > - Xinerama HOWTOs and other X-only dual head things. This is a lesser > priority. > > If anyone can point me to a good HOWTO on this sort of thing, I would > be most grateful. > > Thanks, > -- Yann Droneaud <[EMAIL PROTECTED]> MBDA France Missile Systems -- http://www.mbda.net/ Etudes Logiciels Sol, Bourges Bureau +33 (0) 2 48 55 71 58 | Portable +33 (0) 6 88 40 82 43 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]