<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3018&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / A X neo-neophyte getting X running on Devuan 2.0...]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3018</link>
		<description><![CDATA[The most recent posts in A X neo-neophyte getting X running on Devuan 2.0....]]></description>
		<lastBuildDate>Tue, 27 Aug 2019 08:48:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17555#p17555</link>
			<description><![CDATA[<p>VNC is slow garbage. RDP (and 100% of its implementations) is slow and ultimately vulnerable garbage which is promoted by micro$oft fanboys. If you need to run some X11 apps without dedicated desktop just use X11 Forwarding over ssh (ssh -X). If you need full multiuser remote desktop with low latency: use X2Go. Xpra can also be a good solution.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Tue, 27 Aug 2019 08:48:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17555#p17555</guid>
		</item>
		<item>
			<title><![CDATA[Re: A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17500#p17500</link>
			<description><![CDATA[<p>Thank you, going to give this a try. Will be back soon with deets <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (dataslanger)]]></author>
			<pubDate>Sat, 24 Aug 2019 05:23:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17500#p17500</guid>
		</item>
		<item>
			<title><![CDATA[Re: A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17499#p17499</link>
			<description><![CDATA[<p>I have successfully tested my instructions on Devuan beowulf/ceres. I could connect immediately with the command above, but it wouldn&#039;t start any window manager upon logging in. It just gave me a bare X11 session with xterm (which is enough to type in fluxbox; I bounce around in DEs and WMs).<br />Upon a reboot, my session would successfully start fluxbox!</p><p>When I tried from another client, I was unable to log in, until I added <a href="https://github.com/FreeRDP/FreeRDP/issues/5072" rel="nofollow">parameter</a> <strong>+glyph-cache</strong>.</p><p>HTH</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Sat, 24 Aug 2019 00:39:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17499#p17499</guid>
		</item>
		<item>
			<title><![CDATA[Re: A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17496#p17496</link>
			<description><![CDATA[<p>Another alternative would be to run <span class="bbc">xvfb</span> on the remote, which provides a headless X server, i.e., without displaying on any of the virtual consoles.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 23 Aug 2019 21:52:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17496#p17496</guid>
		</item>
		<item>
			<title><![CDATA[Re: A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17494#p17494</link>
			<description><![CDATA[<p>I have set up graphical terminal servers before, on Fedora. I use xrdp, which listens on 3389/tcp just like an obsolete non-free OS does. I will attempt to adapt my instructions from my blog (<a href="https://bgstack15.wordpress.com/2017/11/01/xfce-on-xrdp-on-fedora-26/" rel="nofollow">https://bgstack15.wordpress.com/2017/11 … fedora-26/</a>) to Devuan, but I have not had the opportunity to test this yet.</p><p>Install xrdp and tigervnc server.</p><div class="codebox"><pre><code>apt-get install xrdp tigervnc-standalone-server</code></pre></div><p>Open firewall (I&#039;ve actually not yet dealt with anything other than iptables on Devuan). And apparently all my clients have wide-open firewalls...<br />I will leave the firewall details to you, but open up tcp port 3389. Please note that xrdp will use a range of ports on the loopback device.</p><p>Make sure /etc/X11/xinit/Xclients does what you intend, that is, run start-cinnamonsession or equivalent. Mine was startxfce4.</p><p>Start services xrdp and xrdp-sesman. Sesman is the session manager that is presented when you first make an RDP connection to hostname:3389.<br />I was able to make a remote connection to my Fedora xfce4 terminal server with xfreerdp.</p><div class="codebox"><pre><code>xfreerdp /sec-rdp /cert-tofu /size:1520x820 /bpp:16 /v:192.168.1.76 -z /disp /audio-mode:0 /wallpaper /themes /u:bgstack15</code></pre></div><p>Probably not exactly what you wanted, but it was OK for me and maybe somebody can adapt it further to your needs.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Fri, 23 Aug 2019 20:50:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17494#p17494</guid>
		</item>
		<item>
			<title><![CDATA[A X neo-neophyte getting X running on Devuan 2.0...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=17493#p17493</link>
			<description><![CDATA[<p>First post here, hello everyone. Just wanted to extend my thank you to the developers for their work. I for one believe all systemd processes should be put down with extreme prejudice, and finding that a dedicated team took my favorite distribution and forked it out of the insanity is comforting. That being said I have been running Devuan as a production server in my datacenter on a few boxen for about eight months and have had a pretty positive experience. (Two questions were cross-posted on reddit/r/devuan, plz ignore any double answers if youre annoyed)</p><p>My new personal server is pretty beefy and I want to virtualize, but I am using Devuan as the base. (I use VMware on everything else usually) As a result I want a desktop environment instead of a bunch of tmux windows so I will have an easier time with VBox. I haven&#039;t setup an X server in a very long time (the last time I ran X on the desktop was circa 1998!), so - is it possible to setup a X environment easily on Devuan that will allow me to connect to the X server remotely? </p><p>GETTING TO THE QUESTION:<br />Preferably with an X client, but I hear things about stuff like NoMachine, XorgXrdp(?) and other VNC-like tech that implement individual desktops instead of one desktop that will be logged in if someone plugged in. I need security and peace of mind-- all access to the server is done over a IPSec VPN to the local network, and only my computer is allowed thru the firewall on the server itself, so an easier road to configuration would be nice.</p><p>To my end I installed a buttload of X packages (w/ &#039;cinnamon&#039; as the WM), changed to allow any user to run X, added my user to tty group, etc. and still when I launch &#039;startx&#039; I get an error about not being able to access &quot;virtual console 7&quot;. IIRC tty7 was a dedicated X window display and that&#039;s not what I want necessarily. My desktop needs to preferably be virtual and as much non-root-level as possible (with X that&#039;s asking a lot still now a days I assume?).</p><p>Thanks in advance</p><p>d.s.</p>]]></description>
			<author><![CDATA[dummy@example.com (dataslanger)]]></author>
			<pubDate>Fri, 23 Aug 2019 20:12:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=17493#p17493</guid>
		</item>
	</channel>
</rss>
