Xnest & OS X


Recommended Posts

When I'm using my Linux box at work I enter Xnest :1 -query hostname -geometry 800x600 in a Linux terminal to X login to another Linux machine on the network. Will this same command work with the same effects in OS X?

When I tried it I got this error:

_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

Fatal server error:
Unable to open display "".

Link to comment
Share on other sites

well, try setting the owner of /tmp/.X11-unix to root ;)

chown root.root /tmp/.X11-unix

584889747[/snapback]

When I try that command I get:

chown: separation of user and group with a period is deprecated

chown: root: Invalid argument

Link to comment
Share on other sites

So OSX doesn't have a root user then? maybe you could create one just to get this working. Oh, and try using a colon instead of a period.

584890061[/snapback]

In Mac OS X, root is disabled by default.

Link to comment
Share on other sites

Quick and simple explanation: here (hope this help).

(EDIT: I think you can skip directly to the 'Addendum' at the bottom of the page: Start NetInfo Manager, and from the top menu bar pull down the "Security" item and select "Enable root user".)

Link to comment
Share on other sites

That got rid of the file permissions line, but the other two lines remain.

Fatal server error:
Unable to open display "".

584891718[/snapback]

Are you sure that you have X11 installed on your Mac? It's not installed by default. That might be the problem. Also, you might need to manually start it before running that command.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.