Thursday September 25, 2008
Finally!! I’ve been trying to figure out how to do this for a while now. Namely, I need to be able to test multiple display stuff out in Linux and being that I use my laptop pretty much exclusively for development, and I don’t have mulitple physical monitors handy at home (and certainly not whilst travelling), I’ve been thus far unable to test anything multi-head-ish. But, thanks to Xdmx and Xephyr, this is now possible. Xephyr :3.0 -ac -br +xinerama -screen 600×400 & Xephyr :4.0 -ac -br +xinerama -screen 600×400 & Xdmx :5 -display localhost:3 -display localhost:4 +xinerama export DISPLAY=:5 openbox& xterm& So, the first 2 lines start up X-within-X displays on localhost:3 and localhost:4. The third line starts up Read more…
Social Parts