Finally got around to installing this on my Devterm, and the install and experience is well done. Thanks, Rex!
I noticed an issue and I have a question though…
Mouse input and display in VNC
The VNC server can be turned on as usual via Raspberry Pi Config, and it connects (in my case with RealVNC Viewer on Windows), but the mouse input axes are mixed up:
client down == server left
client up == server right
client right == server down
client left == server up
The display is 1280x480 (wide and short), as expected.
When using the device directly, with the trackball, the axes are mapped correctly, with left being left, and so on. (I haven’t noticed the problems some people have reported with mine not being responsive, so I’m guessing that is a ball cleaning issue?)
After a little digging, it turns out this is a known issue with Wayfire, and the solution is to install Labwc, as described here:
https://forums.raspberrypi.com/viewtopic.php?p=2224483&sid=dc90792bc296efc3058d7ba179c44f73#p2224483
sudo apt install labwc
sudo raspi-config
Then in raspi-config, go to Advanced Coniguration, select Wayland, and change it to Labwc.
This fixes the mouse input, but then the display is rotated to be 480x1280) only remotely via VNC), like this:
Any idea how to get this working properly? On the actual hardware the display is fine, and the built in trackball and external mice work fine. It’s only a remote VNC connection (and possibly other remote connections that use the display?) that has this issue.
Fan control
I noticed the fan control was turned off in raspi-config. I turned it on, but was unsure if the default GPIO pin there (14) was correct. Would this setting and the associated temperature trigger be used to control the fan? Or is that handled separately? I know back in the early days we had to use the python script to control this, but I vaguely remember it working in raspi-config when the GPIO pin was set correctly. I’m just not sure what the value should be. Thanks!
Again, both of these questions are related to Devterm. Not sure if they apply to the uConsole. I’ll be building mine soon though, so can check on that later. 