Tag: x11
-
Installing Enlightenment on FreeBSD 10
To install enlightenment your need to do something like this : # pkg install enlightenment then add exec enlightenment_start to your .xinitrc file in your home directory then when you start X11, enlightenment will also start. to start X11/enlightenment use # startx
-
Configure Solaris 10 to listen for X forwarding
I think you will also need to enable the x11-server listener as well. $ svccfg -s x11-server listprop options/tcp_listen options/tcp_listen boolean false $ pfexec svccfg -s x11-server setprop options/tcp_listen = true $ svccfg -s x11-server listprop options/tcp_listen options/tcp_listen boolean true