Find the answer to your Linux question:
Results 1 to 2 of 2
Is it possible to move, say, tty5 to a second monitor? How?...
  1. #1
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112

    Move a tty to a second monitor

    Is it possible to move, say, tty5 to a second monitor? How?

  2. #2
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112
    Ok I think I know how to get a tty on a different display. The answer is fbgetty:
    Code:
    fbgetty /dev/tty8 /dev/fb0
    fbgetty /dev/tty9 /dev/fb1
    Something like that.

    Now what I want to know is how do I get each terminal to use its own stdin.
    I want to have three displays and 3 keyboards.

Posting Permissions

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