Dual head text console / X HOWTO sought

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Dual head text console / X HOWTO sought

    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.

    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,

    --
    Pigeon

    Be kind to pigeons
    Get my GPG key here: [url]http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F[/url]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: For info see [url]http://www.gnupg.org[/url]

    iD8DBQE/AeSVUxADjyHGH38RAk07AJwMgNBeG0qr06uIcSCb+RCxOZrqyQ CgoNqO
    cZc84EMBHtBE4GUCjKrMn6I=
    =j2yB
    -----END PGP SIGNATURE-----

    Pigeon Guest

  2. Similar Questions and Discussions

    1. How to get head text in datagrid header renderer
      Hi, I will create a checkbox in one of datagrid's header. And I write a header renderer. Now I want to use the data grid's column header text as...
    2. Head-scratcher text problem
      This is not a huge deal, but In CS, if you select some text and change the fill to none, then copy and paste it, the fill in the new text always...
    3. Image and text: howto see the difference
      The link look the same, only difference i there is two "o" in coobnet i nthe second .. ???.... if so, you can do if ($_GET ==...
    4. [PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c head.c head.h
      > As Andi might say: "Why not call this http_headers()?" :) As you can probably guess, my answer to your first question is your second...
    5. Injecting code into the <head></head> section
      Hi All, I have a web user control that, among other things, provides Print this page, and Email this page functionality I have this script that...
  3. #2

    Default Re: Dual head text console / X HOWTO sought

    Pigeon <jah.pigeon@ukonline.co.uk> writes:
    > 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.
    >
    > 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.
    I don't believe either of these are possible. If it was at all, it'd
    be built into the kernel.
    > - 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.
    For a small amount of money, you can probably find either a used
    computer or an actual serial terminal; this is good to log into the
    machine over either the network or a serial port to do this sort of
    thing. You also may be able to convince your system to not believe
    immediately in the AGP card, such that it boots using the PCI card as
    its primary display, or configure X to use your keyboard and only the
    PCI card.
    > - Xinerama HOWTOs and other X-only dual head things. This is a lesser
    > priority.
    ....but very easy to set up, if you're willing to dig into the
    XF86Config file.

    --
    David Maze [email]dmaze@debian.org[/email] [url]http://people.debian.org/~dmaze/[/url]
    "Theoretical politics is interesting. Politicking should be illegal."
    -- Abra Mitchell


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    David Z Maze Guest

  4. #3

    Default Re: Dual head text console / X HOWTO sought

    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 <yann.droneaud@mbda.fr>
    MBDA France Missile Systems -- [url]http://www.mbda.net/[/url]
    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]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Yann Droneaud Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139