Cruisers Forum
 


Reply
  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 Rate Thread Display Modes
Old 15-02-2010, 22:04   #166
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Quote:
Originally Posted by kiwiradical View Post
I'm trying to use a small Toughbook to run OpenCPN but the status bar font is unreadably small - the screen is only an 8.4" 800x600 and OpenCPN uses a VERY small font for the status bar with that screen size. Is there any way to increase the font size here? The only font choices in 'settings' don't seem to affect the status bar.
This seems to be the most common feature request at the moment.. Personally I tend to think you want to preserve as much of those 600 px for chart as you can get, considering the gps data is displayed on all the raymarine gimmicks anyhow.. It's a matter of taste really

There's a workaround for changing it in one of the threads kiwi, take a look around.
__________________
sv Libertalia
idpnd is offline   Reply With Quote
Old 16-02-2010, 02:09   #167
Registered User

Join Date: Aug 2009
Posts: 54
Status bar fonts

I've searched but couldn't find a work-around....

Something that seems to be missed in many discussions on consoles/status bars etc is that on a small craft the laptop may be the only large display, and hence it is v useful to have lat/lon etc. Plus cursor position, distance to cursor etc aren't on a GPS display......
kiwiradical is offline   Reply With Quote
Old 16-02-2010, 02:28   #168
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
I've already highlighted this in another thread - try Polar Navy PolarCOM to display GPS data on nice big displays
__________________
sv Libertalia
idpnd is offline   Reply With Quote
Old 17-02-2010, 11:54   #169
Registered User

Join Date: Aug 2009
Posts: 54
Status Bar Font

Quote:
Originally Posted by idpnd View Post
I've already highlighted this in another thread - try Polar Navy PolarCOM to display GPS data on nice big displays
Thanks, I was aware of that, but it doesn't really address the issue..there's no cursor lat/lon, distance to cursor etc. Nothing really replaces a proper inbuilt console, it's a shame OpenCPN doesn't have one, it could be switchable for those purists that don't want clutter.

Either that, or just making the font size choosable for the status bar would solve my issue.
kiwiradical is offline   Reply With Quote
Old 20-02-2010, 20:15   #170
Registered User

Join Date: Aug 2009
Posts: 189
I had asked for help with french language which was not working with Ubuntu Karmic. I have find and it is working now. So I put here what I have done, it could help someone who has the same problem with french or other languages.

I have installed Opencpn from the cvs and the file "opencpn_fr_FR.mo" was put in :

/usr/local/share/locale/fr/LC_MESSAGES/opencpn_fr_FR.mo

and it doesn't work. So I have copied this file and I put it in :

usr/share/locale/fr/LC_MESSAGES/opencpn_fr_FR.mo

and it works.

Jean-Pierre
jpiebrig is offline   Reply With Quote
Old 21-02-2010, 15:44   #171
Sponsoring Vendor
 
brak's Avatar

Community Sponsor
Cruisers Forum Supporter

Join Date: Jan 2009
Location: East of West
Posts: 252
Quote:
Originally Posted by kiwiradical View Post
Thanks, I was aware of that, but it doesn't really address the issue..there's no cursor lat/lon, distance to cursor etc. Nothing really replaces a proper inbuilt console, it's a shame OpenCPN doesn't have one, it could be switchable for those purists that don't want clutter.

Either that, or just making the font size choosable for the status bar would solve my issue.
I liked the suggestion so much I am stealing this request for PolarView - I hope you don't mind I am not sure why no one asked (me, it looks like someone asked here) before, but the idea of having lat/lon/bearing/distance on screen is actually quite good.
brak is offline   Reply With Quote
Old 01-03-2010, 21:56   #172
Registered User

Join Date: Jul 2009
Location: Juneau AK
Boat: Pearson Triton 28.5' "Tales"
Posts: 5
NMEA 0180 output

I have an acquaintance with an ancient wheelpilot that only works with NMEA 0180 input. Can the OpenCPN be modified to do that?
Harryjak is offline   Reply With Quote
Old 05-03-2010, 00:53   #173
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
OpencCPN and Gentoo Linux

Many time I am tried compile OpenCPN. On a different computers (Pentium 3, Celeron, Asus Eee-PC with Atom N270), but the same OS.

Under Wine (from .exe) she is setups and startling without problem.

Under Gentoo Linux error: "Segmentation fault". In system log:
"kernel: opencpn[31680]: segfault at 4 ip 08082854 sp bfadf588 error 4 in opencpn[8048000+209000]".

I am tried stable and development version, different "build types", two versions of wxGTK...

Compile without errors... But not start.

My last config.log
Knaz is offline   Reply With Quote
Old 07-03-2010, 12:31   #174
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by Knaz View Post
Many time I am tried compile OpenCPN. On a different computers (Pentium 3, Celeron, Asus Eee-PC with Atom N270), but the same OS.

Under Wine (from .exe) she is setups and startling without problem.

Under Gentoo Linux error: "Segmentation fault". In system log:
"kernel: opencpn[31680]: segfault at 4 ip 08082854 sp bfadf588 error 4 in opencpn[8048000+209000]".

I am tried stable and development version, different "build types", two versions of wxGTK...

Compile without errors... But not start.

My last config.log
Difficult to say what you're up against here, but let's try a few things.
If you start from the command line
Code:
$opencpn
What is the output?
Any output in the opencpn log file?
Run opencpn through the gdb, gnu debugger. Follow these instructions
to use the ddd frontend.

Thomas
cagney is offline   Reply With Quote
Old 07-03-2010, 14:33   #175
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Quote:
Originally Posted by cagney View Post
Difficult to say what you're up against here, but let's try a few things.
If you start from the command line
Code:
$opencpn
What is the output?
Any output in the opencpn log file?
Run opencpn through the gdb, gnu debugger. Follow these instructions
to use the ddd frontend.

Thomas
Ok.

Start program:
Code:
$ ./opencpn
$ Segmentation fault
In system log
Code:
opencpn[29508]: segfault at 4 ip 08082854 sp bfcb3068 error 4 in opencpn[8048000+209000]
and ddd output:
Code:
Program received signal SIGSEGV, Segmentation fault.
0x08082854 in wxStringBase::GetStringData (this=0x4) at /usr/include/wx-2.8/wx/string.h:265
Backtrace from ddd in attached image.

Current Config.log.

Andrew
Attached Thumbnails
Click image for larger version

Name:	backtrace.png
Views:	247
Size:	24.3 KB
ID:	13716  
Knaz is offline   Reply With Quote
Old 07-03-2010, 18:14   #176
Registered User
 
Psyches's Avatar

Join Date: Apr 2008
Location: SF Bay Area
Boat: Tartan 30 - Bluegrass
Posts: 187
Send a message via Yahoo to Psyches Send a message via Skype™ to Psyches
Quote:
Originally Posted by Harryjak View Post
I have an acquaintance with an ancient wheelpilot that only works with NMEA 0180 input. Can the OpenCPN be modified to do that?
It depends on what you mean by "Can the OpenCPN be modified to do that".

If the question is "is it possible for someone to do this", the answer is "yes, it can be done". Feel free to do it and maybe we can work out donating the code back.

If the question is "will someone do this for me", the answer is "not likely - but good luck finding someone to do it". Showing that the work would be used by many people would increase the chance. Or with a search you might find just the right person who has the ability, the time, and an old NMEA 0180 unit themselves.

Mark
Psyches is offline   Reply With Quote
Old 07-03-2010, 18:26   #177
Registered User
 
Psyches's Avatar

Join Date: Apr 2008
Location: SF Bay Area
Boat: Tartan 30 - Bluegrass
Posts: 187
Send a message via Yahoo to Psyches Send a message via Skype™ to Psyches
Andrew,

Great - the stack backtrace tells all. It appears that the problem is in getting the default language - it doesn't look like there is one, and the code isn't handling it very well currently. What is your lang and locale setup?

Mark
Psyches is offline   Reply With Quote
Old 07-03-2010, 22:25   #178
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Quote:
Originally Posted by Psyches View Post
Andrew,

Great - the stack backtrace tells all. It appears that the problem is in getting the default language - it doesn't look like there is one, and the code isn't handling it very well currently. What is your lang and locale setup?

Mark
Thank you, Mark!

My locale settings:
Code:
$locale
LANG=ru_RU.UTF8
LC_CTYPE="ru_RU.UTF8"
LC_NUMERIC="ru_RU.UTF8"
LC_TIME="ru_RU.UTF8"
LC_COLLATE="ru_RU.UTF8"
LC_MONETARY="ru_RU.UTF8"
LC_MESSAGES="ru_RU.UTF8"
LC_PAPER="ru_RU.UTF8"
LC_NAME="ru_RU.UTF8"
LC_ADDRESS="ru_RU.UTF8"
LC_TELEPHONE="ru_RU.UTF8"
LC_MEASUREMENT="ru_RU.UTF8"
LC_IDENTIFICATION="ru_RU.UTF8"
LC_ALL=
Andrew
Knaz is offline   Reply With Quote
Old 08-03-2010, 01:59   #179
Registered User

Join Date: Feb 2010
Location: Saint Petersburg, Russia
Boat: Westerly 33AK, 33 feet
Posts: 14
Send a message via Skype™ to Knaz
Thank you very much, Mark!!!!

After small changes in locale OpenCPN started and worked!
Great!

My current locale:

Code:
$locale
LANG=
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=ru_RU.UTF-8
Kindly regards,
Andrew
Knaz is offline   Reply With Quote
Old 08-03-2010, 20:21   #180
Registered User

Join Date: Sep 2008
Boat: 1990 Tartan, T412, 41ft
Posts: 8
www.opencpn.org

What happened to www.opencpn.org Seems to have been taken over by BIG DADDY! (who or whatever that is)

Lael
laeleasterling is offline   Reply With Quote
Reply


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 12:20.


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.