From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Sat, 22 Feb 2014 07:52:26 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Setting 9pi Start State / Drawterm to 9pi Topicbox-Message-UUID: bd252eea-ead8-11e9-9d60-3106f5b1d025 > So if I were to want to connect to my 9pi at home from my office, would I > have to make the 9pi into a cpu server? If you just want to use drawterm to connect, the reply you quoted shows a simple way. If you want to use more plan 9 capabilities, like mounting the pi file system remotely with 9fs, or connecting with a different user name, setting up a full cpu + auth + fossil server gives you that (and gives you a chance to understand plan 9 more thoroughly). > Also, I was wondering if Plan 9 uses the Raspberry Pi's GPU. In other > words, should I allocate the smallest amount of memory to the GPU (I think > 16 is the minimum) rather than the default of 64? And in that case, I would > also assume that overclocking the GPU wouldn't be of any benefit. The 9pi.img already sets gpu ram size to the minimum. Plan 9 doesn't use the gpu's accelerated graphics api, but the gpu is still doing some low-level functions behind the scenes. I wouldn't advise overclocking anything. If you care that much about speed, why use a raspberry pi?