[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Display multiple virtual consoles on multiple displays



On Mi, 21 aug 19, 16:01:17, Franklin, Jason wrote:
> Greetings,
> 
> I'm working on a project that requires me to debug a running screen locker.
> 
> Currently, my workflow involves switching between the screen locker and virtual 
> console #1 (/dev/tty1) using Ctrl-Alt-F1 and Ctrl-Alt-F7.  This way, I can 
> interact with the screen locker until I hit a break point.  I then return to 
> the first virtual terminal and step through the code.
> 
> This has been very helpful so far, but it's quite slow!
> 
> I have multiple displays, so it seems natural that I'd want to use one display 
> for the screen locker on F7, and one display for vim and gdb on F1.
> 
> Is this possible?  Is it easy or difficult to achieve?

It should be possible to run something like

    startx -- :1

to open a second X instance on the virtual console. You have to figure 
out how to start the second X on the other display.

The man page mentions 'startx -- -layout Multihead'. Seems like the 
'-layout' option might be what you need.

Hope this helps,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser

Attachment: signature.asc
Description: PGP signature


Reply to: