Cruisers Forum
 


Closed Thread
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rating: Thread Rating: 4 votes, 4.75 average. Display Modes
Old 30-08-2009, 10:08   #871
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by bdbcat View Post
All...

Cagney: What happens with gpsd with no GPS attached? Massive CPU load? This sounds suspicious.

Dave
No big deal. It is not a massive cpu load. "top" reporting 50 - 80%CPU means that opencpn used 50-80% of totally used cpu time, but as this was fairly low, a load average of ~1.5, this does not mean anything, I'm actually writing this as the problem is recreated. If the load was up to, say 8 -10 or above the computer would appear "hung", but that is not the case.
This is how man "top" puts it:
Quote:
%CPU -- CPU usage
The task's share of the elapsed CPU time since the last screen update, expressed as a percentage of total CPU time.
Sorry for not being clearer about this.

Thomas
cagney is offline  
Old 30-08-2009, 10:24   #872
Registered User

Join Date: May 2007
Location: Mostly on the boat. Occasionally at our condo in Port St Lucie, FL.
Boat: Manta 42 Sailcat -Toucan Dream
Posts: 82
Extemp, Glad to help. I created the new thread under Navigation. I'll add the overview of my computer in a few minutes.

Regards,
Chris
chris blair is offline  
Old 30-08-2009, 10:32   #873
Registered User
 
oddysea's Avatar

Join Date: Jul 2009
Location: Cape Town
Boat: Leopard Catamarans
Posts: 14
Hi Dave

On opening openCPN the cursor and ownship bar at the bottom is grey with tiny font. I opened the toolbox and unchecked the show status bar, then OK no change, then back into toolbox checked show status bar, then Ok - openCPN then shows a readable font and "white" background. This works until you zoom in or out, it then returns to grey with tiny font!

Am i doing something wrong?

Thanks again

Mike
oddysea is offline  
Old 30-08-2009, 10:43   #874
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Mike,

Do you have more information? What version of opencpn, what operating system are you using, etc? Perhaps even a screenshot of the problem might help.

edit: ok, is see the problem too in windows on the beta 1.3.3 825 where when you select "show status bar", the screen does not update properly unless the opencpn window loses focus ie alt-tab or minimize-maximize.

problem does not exist in latest cvs on linux

As for the small font, the font scales with the window size. This might be a limitation of having a small screen or small window size.




Will
manimaul is offline  
Old 30-08-2009, 10:55   #875
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by manimaul View Post
Thomas,

What configure flags are you using? The reason I ask is 2 fold.

1. I imagine you are passing a -debug switch to the compiler for ddd somehow.

2. I noticed panning is slower in Linux on vector charts. This might have something to do with the way I'm compiling or just graphics driver difference. There is something about BUILD_WITH_GTK_OPTIMIZATION in the Makefile but not in ./configure --help

I've just been using ./configure --prefix=/usr

Any thoughts?
I haven't used any flags, but your post made me check around a bit.
In the Makefile with no arguments to configure, you have
Code:
CFLAGS = -g -O2
meaning debug is on by default + optimization level 2.
For the heck of it, I just compiled the latest CVS with
CFLAGS = -O3 , no debugging + better optimization.
This area is probably worth digging into a wee bit.

Way back in this thread David explained about ddd.
Start like this "ddd opencpn" , then "Program -->>Run" from ddd:s menu bar - no arguments.

Dave -- what compilation flags do you use for the official releases??

Thomas
cagney is offline  
Old 30-08-2009, 11:03   #876
Registered User
 
oddysea's Avatar

Join Date: Jul 2009
Location: Cape Town
Boat: Leopard Catamarans
Posts: 14
Hi Will

Using latest Beta on XP

Mike
Attached Thumbnails
Click image for larger version

Name:	cpn.JPG
Views:	197
Size:	33.2 KB
ID:	9623  
oddysea is offline  
Old 30-08-2009, 11:57   #877
Registered User

Join Date: Aug 2009
Location: Los Angeles Harbor
Boat: Newport 30
Posts: 94
Quote:
Originally Posted by oddysea View Post
Hi Dave

On opening openCPN the cursor and ownship bar at the bottom is grey with tiny font. I opened the toolbox and unchecked the show status bar, then OK no change, then back into toolbox checked show status bar, then Ok - openCPN then shows a readable font and "white" background. This works until you zoom in or out, it then returns to grey with tiny font!

Am i doing something wrong?

Thanks again

Mike
I'm running 1.3.2 on XP and cannot reproduce this..once I change the status bar to "white", it stays that way when i zoon in/out. But THANKS for relating this, as the dk grey status bar made it difficult to see when underway in bright sunlight..much better now.

Jerry
jerrymc is offline  
Old 30-08-2009, 12:01   #878
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by cagney View Post
CFLAGS = -O3 , no debugging + better ptimization.
This area is probably worth digging into a wee bit.
hmm, I think this is related to my graphics card, as panning is smooth with a smaller window. graphics chip is just a cheap gma945 on this laptop

i tested a side by side comparison of
Code:
./configure --prefix=/opt
and
Code:
CFLAGS="-02 -march=native" ./configure --prefix=/usr
there does seem to be a small difference with -d being not set... -O2 by itself is probably the best way to go on the release. maybe I'm majoring in the minors here like a gentoo fan
manimaul is offline  
Old 30-08-2009, 12:14   #879
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Dave...

Add to wish list for future versions:
Possibility to copy text in AIS Query Box. At the moment impossible to copy ship info.
i.e. make the text copyable. When only MMSI number is shown it would be handy to be able to just copy the number for later lookup in ship registers.
sinbad7 is offline  
Old 30-08-2009, 12:15   #880
Registered User
 
oddysea's Avatar

Join Date: Jul 2009
Location: Cape Town
Boat: Leopard Catamarans
Posts: 14
Gone back to 1.3.2 - stays grey with large font..no problems there..maybe a glitch with the latest beta release?

Mike
Attached Thumbnails
Click image for larger version

Name:	cpn2.JPG
Views:	158
Size:	20.6 KB
ID:	9624  
oddysea is offline  
Old 30-08-2009, 14:13   #881
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
manimaul

I don't know if you saw this...?
Worth considering on a dedicated on-board computer.

http://www.cruisersforum.com/forums/...&postcount=328

Thomas
cagney is offline  
Old 30-08-2009, 14:35   #882
Registered User

Join Date: May 2007
Location: Mostly on the boat. Occasionally at our condo in Port St Lucie, FL.
Boat: Manta 42 Sailcat -Toucan Dream
Posts: 82
Dave,

I've been running the latest beta all afternoon on my fairly simple dedicated boat nav computer. Loaded east coat RNC and ENC charts with no problem and everything is working fine. Nobody knows less than I do on here. Maybe it is something with your system.

Regards,
Chris
SV Toucan Dream(42 Manta Sailcat)
chris blair is offline  
Old 30-08-2009, 16:20   #883
Registered User

Join Date: Nov 2008
Location: Tampa, Florida
Posts: 36
New beta causes the same tiny unreadable font on gray background on my HP laptop with XP. I can also reproduce the temporary change by toggling the "show status bar" off and back on. Dan
raisin56 is offline  
Old 30-08-2009, 17:37   #884
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,397
Status Bar

All....

Build 825 scales the font size in the status bar so that all the required text can be shown in each box. This makes the status bar messages barely readable on smaller sized ( fewer pixels) screens.

I'll tweak it slightly for the next Beta.

But the fundamental problem is that we are trying to squeeze too much into the status bar.

I'll take votes and opinions on which, if any, status bar fields could be dropped immediately for Release 1.3.4.

The longer term solution of course involves the dreaded "Console", which I resist for the following reason: On the bridge of my pilothouse trawler, the GPS SOG and COG are repeated in 4 other places. Depth, wind, HDG, etc. all have visible indicators. I prefer having the full computer screen available for charts.

Of course, the console could be selectable in size, data, and position, just like the other commercial ENC systems. It's nothing but but a bunch of design, code, and test effort. But we are not trying to clone the commercial systems. They do what they do just fine.

So, a fully featured integrated console is currently at a very low priority on my list. It could be part of Major release 2.0 due next spring.

Or, a separate app could be designed, built, and tested. There is currently a Frontend application for windows that looks good to me, and is compatible with openpcn. Windows only, unfortunately....


Thanks for listening
Comments appreciated.
Dave
bdbcat is offline  
Old 30-08-2009, 18:16   #885
Registered User

Join Date: May 2007
Location: Mostly on the boat. Occasionally at our condo in Port St Lucie, FL.
Boat: Manta 42 Sailcat -Toucan Dream
Posts: 82
Quote:
Originally Posted by bdbcat View Post
All....

Build 825 scales the font size in the status bar so that all the required text can be shown in each box. This makes the status bar messages barely readable on smaller sized ( fewer pixels) screens.

I'll tweak it slightly for the next Beta.

But the fundamental problem is that we are trying to squeeze too much into the status bar.

I'll take votes and opinions on which, if any, status bar fields could be dropped immediately for Release 1.3.4.

The longer term solution of course involves the dreaded "Console", which I resist for the following reason: On the bridge of my pilothouse trawler, the GPS SOG and COG are repeated in 4 other places. Depth, wind, HDG, etc. all have visible indicators. I prefer having the full computer screen available for charts.

Of course, the console could be selectable in size, data, and position, just like the other commercial ENC systems. It's nothing but but a bunch of design, code, and test effort. But we are not trying to clone the commercial systems. They do what they do just fine.

So, a fully featured integrated console is currently at a very low priority on my list. It could be part of Major release 2.0 due next spring.

Or, a separate app could be designed, built, and tested. There is currently a Frontend application for windows that looks good to me, and is compatible with openpcn. Windows only, unfortunately....


Thanks for listening
Comments appreciated.
Dave
Dave,

This is from a user only perspective. I sail extensively 9 months per year but I know absolutely nothing about programming. I just tried your software and am thrilled with its performance. Thanks so much!! I like it so much I'll be testing it for several months as we sail the east coast waiting for storm season to pass. After that we head south to the Keys and then Bahamas.

I am assuming the status bar is at the very bottom. I can do without the zoom level and the chart scale. You could always make this a button that displays that info. But it is rarely needed for navigation. If you want to have zoom level you could always put it inside one of the zoom buttons. The current position of the boat and the position/range of the curser are invaluable for navigation. Also it would be superb if you could add a button that will locate the boat. Lastly, the section at the top bar that includes the chart title and location could easily be reduced to a button that displays that info. It's nice to find when you need it but most of the time it isn't necessary for navigation either.

Thanks again for a superb program!


Best regards,
Chris
SV Toucan Dream (42 Manta Sailcat)
chris blair is offline  
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Advertise Here


All times are GMT -7. The time now is 20:44.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.