Dual monitor: How to steal some other monitor as second screen?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Dual monitor: How to steal some other monitor as second screen?
Hya,
Goal
I would like to use a monitor connected to different CPU as a second screen. I need more desktop space for my job.
Set up
There are several AMD64 (Debian wheeze) penguins. None of them have two VGA connectors. These are connected by TCP. All have graphic chips which work with i915.
So far
Plan A: Original plan was to use xinerama, however, this supports multiheads connected to one body only.
Plan B: Then, moved to use Xdmx, which supports multiheads over multiple bodies. Initial attempt ran into unable to open slave monitor. According to this thread, after conventional -nolisten xhost tricks, it looks like that server can access to slaves (screen blanks when Xdmx kicks in.) However, connection cannot be established, so after a while Xdmx dies saying Connection refused.
Question
Does anybody know how to solve this situation? or where to find detailed documents?
Goal
I would like to use a monitor connected to different CPU as a second screen. I need more desktop space for my job.
Set up
There are several AMD64 (Debian wheeze) penguins. None of them have two VGA connectors. These are connected by TCP. All have graphic chips which work with i915.
You dont mean 'CPU' you mean 'box', or 'system', or similar.
Impossible, no AMD system uses i915.
Have you considered buying a video card that does dual monitors?
macemoneta: Yes, But unfortunately, I am not that stage yet, I guess.
cascade9: Yes, there is confusion (system, CPU) I do not know which one is correct these days. I apologize that I didn't mention in post #1, but new video card is not a good option now.
By the way, I found that "Xdmx :1 -display penguinA:0 -options" on penguinAworks. Next step is to invoke wm, which I need to figure out how to. With totally blank screen it is not easy.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,612
Rep:
Quote:
Originally Posted by kaz2100
Hya,
Thanks,
macemoneta: Yes, But unfortunately, I am not that stage yet, I guess.
cascade9: Yes, there is confusion (system, CPU) I do not know which one is correct these days. I apologize that I didn't mention in post #1, but new video card is not a good option now.
By the way, I found that "Xdmx :1 -display penguinA:0 -options" on penguinAworks. Next step is to invoke wm, which I need to figure out how to. With totally blank screen it is not easy.
actually if you just run 'xterm -display :1', it should spawn an Xterm session on the blank screen, from which you can then run your wm environment
frieza: You are a star! Yes, your xterm trick works perfect, except I need another penguin with a monitor. I need to figure out how to live without additional penguin. It is something like to find a star on blank screen.
Some random facts
For some reason, terminal on localhost:0 shows up once in a while, and it is tricky. Probably it segfaults with iceweasel. (Rendering engine issue??)
Has anyone got dmx (Xdmx) working on debian squeeze ?
I tried but I can't move any window ... here is what Xdmx says when I am moving a window :
(**) dmx: dmxErrorHandler: BadDrawable (invalid Pixmap or Window parameter)
(**) dmx: Major opcode: 62 (X_CopyArea)
(**) dmx: ResourceID: 0xa0019b
(**) dmx: Failed serial number: 8580
(**) dmx: Current serial number: 8587
(**) dmx: dmxErrorHandler: BadWindow (invalid Window parameter)
(**) dmx: Major opcode: 10 (X_UnmapWindow)
(**) dmx: ResourceID: 0xa0019b
(**) dmx: Failed serial number: 8759
(**) dmx: Current serial number: 8761
(I can move the mouse cursor between my 2 screens though , when using icewm as my window manager ...)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.