×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Installing INDI/KSTARS-EKOS on a NanoPC-T4

  • Posts: 1119
  • Thank you received: 182
That's great, Peter! Looks like you are basically there.
One question, though: Why do you need INDI Web Manager? I just run everything on my Pi3 or my Zotac and log in via VNC. In other words, no part of INDI or KStars is running on my Desktop. That way I am completely flexible and can log in seamlessly from any device I want, e.g. from my Desktop until I go under cover, and then during the night from my iPhone, to check on progress and occasionally make adjustments without having to get up.
5 years 7 months ago #28650

Please Log in or Create an account to join the conversation.

  • Posts: 992
  • Thank you received: 155
That is a good point. I guess I was just trying to have all options on the table.
I will test it outside when I get a chance and see if any bugs pop up.

Thanks again for your help!
5 years 7 months ago #28654

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
A more Linux-esque way of doing this is by adding an X config file in /etc/X11/xorg.conf with the proper settings for your display. But the xrandr method works as well, yes :)
5 years 7 months ago #28657

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
Hi Wouter,

I also tried that, but I recall that I had problems with the new resolution remaining set in Xorg.conf. It would always reset again after shutting down the system. I ended up resorting to the xrandr script solution in the startup items.
Can you post how you changed the xorg.conf file to maintain a stable resolution when running a headless system?

Best

Jo
5 years 7 months ago #28669

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Hey Jo,

This is the xorg.conf file I use on my Odroid with Ubuntu MATE:
Section "Device"
Identifier      "ODROID"
Driver "armsoc"
Option "Debug"         "false"
Option "DPMS"          "false"
    Option      "NoFlip"    "false"
Option "NoHardwareMouse" "true"
    Option      "NoG2D"     "false"
EndSection
 
Section "ServerLayout"
Identifier      "Default Layout"
Option "BlankTime"     "0"
Option "StandbyTime"   "0"
Option "SuspendTime"   "0"
Option "OffTime"       "0"
EndSection
 
Section "DRI"
Mode            0666
EndSection
 
Section "Screen"
Identifier      "Default Screen"
Device "Mali-Fbdev"
DefaultDepth    24
        SubSection "Display"
            Virtual 1400 1050
        EndSubSection
EndSection

Apart from that I made no changes to the system.

Cheers, Wouter
The following user(s) said Thank You: Jose Corazon
Last edit: 5 years 7 months ago by Wouter van Reeven.
5 years 7 months ago #28670

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
Thanks, Wouter,

Looks very different from mine. I will have to dive into this again when I get back home.
Problem is, I solved this issue for my own system more than half a year ago and have since mostly forgotten what I had to do. That's the problem, when you are not working with these systems every day.
Last edit: 5 years 7 months ago by Jose Corazon.
5 years 7 months ago #28672

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Ok, let me know how it went when you have tried this.
5 years 7 months ago #28676

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
elinux.org/RPiconfig

THAT's the file I was looking for!!!!

/boot/config.txt

Peter, If you have that in your Lubuntu installation you may also be able to set monitor resolution that way. You simply have to specify your monitor resolution according to the respective hdmi mode

hdmi_mode=47 1440x900 60 Hz

In your case, if you want to set it for your Macbook. Other resolutions, see the table in the link at the top of my comment.

Let us know whether that works in Lubuntu.

Best

Jo
5 years 7 months ago #28726

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Last edit: 5 years 7 months ago by Wouter van Reeven.
5 years 7 months ago #28728

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
Different from your xorg.conf file, though.
I knew I had to enter hdmi_force_hotplug somewhere, but could not remember where that was.
Damnit! That's what aging is doing to us.
5 years 7 months ago #28730

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Different indeed! I wasn’t aware that your system also has a /boot/config.txt file. The Odroid doesn’t and I use the xorg.conf file there. Glad we sorted that out!
5 years 7 months ago #28733

Please Log in or Create an account to join the conversation.

  • Posts: 992
  • Thank you received: 155
A little setback.

I am unable to get the iOptron Wifi adapter (StarFi) to connect to the NanoPC's self network.
My Mac can connect without an issue and I can VNC.

When StarFi connects to my Stellarmate, it' uses DHCP and has no problem getting an IP address.
But when I try the same configuration with the NanoPC , connecting to the same network that I use for VNC, it never gets an IP address.

I am not sure why.

Peter
5 years 7 months ago #28770

Please Log in or Create an account to join the conversation.

Time to create page: 0.871 seconds