Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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 02-12-2015, 08:10   #331
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,758
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by bdbcat View Post
Hakan...

re:

Code:
Multiple Dashboards:
The mouse right click  view/hide check boxes are not working.
No problem here on Win7.

Anyone else tested this?

Thanks
Dave
Works correctly on W8.1 (Jon's build from this morning)

Hubert
bcn is online now   Reply With Quote
Old 02-12-2015, 08:52   #332
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,419
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by transmitterdan View Post
Regarding texture cache I wonder if this is really necessary. I have a lot of RNC charts because I try to work O hard to expose problems. My texture cache is reported as 10.9GB. Is it really worth it to have texture caching with such a large set of data?
A future goal of mine is that once the cache is generated, then the chart files are no longer needed. This means you can keep the charts on external storage, and the internal storage requirements are not bad.
Quote:
I presume we have this feature for hardware platforms that are less powerful from a graphics standpoint. But can these low power systems afford such huge cache files?
Yes, probably. I have 18gb of raster charts. With 64gb disk it's enough. For smaller disks, you might have only the charts for part of the world loaded at a given time.

Quote:
Originally Posted by bdbcat View Post
NahanniV....

Regarding the Radar window docking.

"Expedient" is the word. We are soon going to release Version 4.2.

Any plan to move OCPN away from wxWidgets display base is longer term, and has no real design nor resource allocation yet. Lots of questions here, but the main one in my mind is: "What if user doesn't have OpenGL, for whatever reason."

Dave
Sorry, I didn't realize it was so easy to make it dockable with wxaui, my mistake. That of course is a good plan for now.

Quote:
Originally Posted by bdbcat View Post
TDan...

Raster texture cache is pretty important. Generating the multiple scaled chart tiles (mipmaps) from raw .KAP files is very CPU intensive. Without caching, this would have to be done on every chart load, in real time.
So the cache allows you to load precompressed small scale tiles to display an entire chart without having to load the large scale data. This results in much less disk access and no work because now the cpu has not to decompressing bsb, scaling, and recompressing the texture.
seandepagnier is offline   Reply With Quote
Old 02-12-2015, 10:46   #333
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,167
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by bdbcat View Post
Hakan...

Multiple Dashboards:
The mouse right click view/hide check boxes are not working.

No problem here on Win7.............
Dave
Dave
Thanks for testing. I found the bug in my own branch:
Code:
for( size_t i = 0; i < m_ArrayOfDashboardWindow.GetCount(); i++ ) {
        DashboardWindowContainer *cont = m_ArrayOfDashboardWindow.Item( i );
        wxMenuItem* item = menu->AppendCheckItem( i+1, cont->m_sCaption );
        item->Check( cont->m_bIsVisible );
In some merge I must have missed a conflict in this so I had "i" instead of "i+1"

Thanks again and sorry for the inconvenience.
Håkan
Hakan is online now   Reply With Quote
Old 02-12-2015, 12:06   #334
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,167
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by bdbcat View Post
Rick...

re:
Code:
I am not able to manually build the Texture Cache because it is greyed out. Where do I turn it on?
Sounds like you may be running with the Windows GDI Generic OpenGL driver. This will cause Texture caching to be disabled, since this OpenGL driver is not very compatible with the standard. It is missing several functions we need, and is known to be very slow.

Have you changed your configuration lately?
Please post your logfile entries for OpenGL, and we will take a look.

Thanks
Dave
Dave, Rick
I updated 1108 on my navigational PC equipped with the Intel 965 chipset.
Now suddenly my OCPN log file also says "Windows GDI Generic" and no catch and no raster charts ---
The last 1108 update on that PC was some week ago.
Håkan
Hakan is online now   Reply With Quote
Old 02-12-2015, 13:10   #335
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,167
Re: OpenCPN Beta test 4.1.1108 Release

Dave, Rick ......Windows GDI Generic OpenGL
I don't know why me, and maybe others as well, so easily stuck to OCPN updates on any problem. Sorry -- I've to sometimes start thinking before acting.
What was the problem:
Well, a Windows update before my OCPN update installed a new Intel graphic driver. And I think this is valid for all HP/Compaq, IBM/Lenovo PCs with a Intel 965, or equal, graphic driver. Windows found a newer driver direct from Intel but these are not feasible on this PCs. You've to take the Intel driver from the PC maker instead, even if it's older than Intel's own.
Now when I've "downgraded" the graphic driver everything is fine again.

Håkan
Hakan is online now   Reply With Quote
Old 02-12-2015, 13:33   #336
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

I've been using Nvidia Geforce GT 540M for Opencpn by setting Opencpn.exe to use the Geforce instead of the onboard Intel HP Graphics Group 3000.

Recently that stopped working and my use of Opencpn choked up using the Intel Graphics on board because it does not support OpenGL as well.

Today I have tried many ways to get Opencpn to use the Nvidia Geforce including
1. Resetting the Opencpn program settings from within the Nvidia Control. Many times.
2. Reboots many times.
3. Uninstall Nvidia and reinstall. Then re configure the Opencpn settings within Nvidia Control.
4. Disable Intel HP Graphics - Complete meltdown, black screen. Had to reboot to safe mode, the shutdown and reboot to normal mode.

None of these techniques were effective at getting OpenCPN to recognize the NVIDIA adapter. The drivers are installed and working properly. The Nvidia Control Panel works and I have set Opencpn to use Nvidia in the control panel.

Therefore I believe something has changed in the way OpenCPN loads the graphics driver. I have tried to contact Nvidia for suggestions but chat was very busy so I have emailed. Dell would be unhelpful.

Most recent example. Yet the Nvidia drivers work and Opencpn.exe is set to use Nvidia.

Quote:
1:06:26 PM: Creating glChartCanvas
1:06:26 PM: Detected display size (horizontal): 344 mm
1:06:26 PM: Detected display size (horizontal): 344 mm
1:06:27 PM: OpenGL-> Renderer String: Intel(R) HD Graphics Family
1:06:27 PM: OpenGL-> Version reported: 3.0.0 - Build 8.15.10.2342
1:06:27 PM: OpenGL-> Detected Intel renderer, disabling stencil buffer
1:06:27 PM: OpenGL-> Texture rectangle format: de1
1:06:27 PM: OpenGL-> glGenerateMipmap unavailable
1:06:27 PM: OpenGL-> Detected Windows Intel renderer, disabling Vertexbuffer Objects
1:06:27 PM: OpenGL-> Vertexbuffer Objects unavailable
1:06:27 PM: OpenGL-> Using Framebuffer Objects
1:06:27 PM: OpenGL-> Using FBO Stencil buffer
1:06:27 PM: OpenGL-> Using Depth buffer clipping
1:06:27 PM: OpenGL-> Using s3tc dxt1 compression
1:06:27 PM: OpenGL-> Compressed tile size: 128kb (6:1)
1:06:27 PM: OpenGL-> Minimum cartographic line width: 1.0
1:06:27 PM: OpenGL-> Minimum symbol line width: 1.0
The good news is that Using Intel HP Graphics without OpenGL is pretty good and responsive. Its just under OpenGL it is a dog. T

Collapse/Expand GRAPHICS INFORMATION
Graphics Product [1] Intel®HDGraphics3000 Video Memory 4.0 GB
Graphics Product [2] Intel®HDGraphics3000 Video Memory 1.7 GB
rgleason is offline   Reply With Quote
Old 02-12-2015, 13:40   #337
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

Is there some way to force OpenCPN to load the Nvidia drivers and use them?
rgleason is offline   Reply With Quote
Old 02-12-2015, 14:09   #338
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

Vast difference in performance!
And I have absolutely no clue why it would just start using Geforce finally!

Quote:
4:36:10 PM: OpenGL-> Renderer String: GeForce GT 540M/PCIe/SSE2
4:36:10 PM: OpenGL-> Version reported: 4.4.0
4:36:10 PM: OpenGL-> Texture rectangle format: de1
4:36:10 PM: OpenGL-> Using Vertexbuffer Objects
4:36:10 PM: OpenGL-> Using Framebuffer Objects
4:36:10 PM: OpenGL-> Using FBO Stencil buffer
4:36:10 PM: OpenGL-> Using Stencil buffer clipping
4:36:10 PM: OpenGL-> Using Scissor Clipping
4:36:10 PM: OpenGL-> Using s3tc dxt1 compression
4:36:10 PM: OpenGL-> Compressed tile size: 128kb (6:1)
4:36:10 PM: OpenGL-> Minimum cartographic line width: 1.0
4:36:10 PM: OpenGL-> Minimum symbol line width: 1.0
4:36:10 PM: Warning: iCCP: known incorrect sRGB profile
4:36:11 PM: Detected display size (horizontal): 344 mm
4:36:11 PM: Detected display size (horizontal): 344 mm
rgleason is offline   Reply With Quote
Old 02-12-2015, 14:20   #339
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

I had started manually building a texture cache. Then 1/4 way through stopped it.
Then it seemed like Nvidia was working, I checked and it was. What do I know, not much.

Is this something that I should bring to Opencpn attention?
There's a hole in Block Island Sound, RI ?



PS: Second Generation Intel Processors with HD Graphics 2000/3000 support only up to OpenGL 3.1
Attached Thumbnails
Click image for larger version

Name:	Block-Island-Sound-hole.10.50.png
Views:	150
Size:	320.7 KB
ID:	114206  
rgleason is offline   Reply With Quote
Old 02-12-2015, 14:42   #340
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

Here's another hole in Grand Manan Island, Canada.
I don't know if this is a Noaa cartographer error or something to do with O.
Sometimes these get fixed, but I don't know if they should be reported.

PS: Congratulations guys, I think this Nvidia Geforce adapter is working faster.
Seeing 50 - 65 fps when ingesting charts by scrolling around.
Attached Thumbnails
Click image for larger version

Name:	Grand Mannan Island -hole.png
Views:	194
Size:	113.3 KB
ID:	114207  
rgleason is offline   Reply With Quote
Old 02-12-2015, 23:32   #341
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,419
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by rgleason View Post
Here's another hole in Grand Manan Island, Canada.
I don't know if this is a Noaa cartographer error or something to do with O.
Sometimes these get fixed, but I don't know if they should be reported.
I see the same hole.

I went back to version 4.0 and I can see how much faster ENC parsing is now, but the same hole is there. So maybe there is no enc chart there.
seandepagnier is offline   Reply With Quote
Old 03-12-2015, 03:44   #342
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,660
Images: 2
Re: OpenCPN Beta test 4.1.1108 Release

Thanks Sean. Yes, it certainly is faster!
rgleason is offline   Reply With Quote
Old 03-12-2015, 04:40   #343
Registered User

Join Date: Feb 2011
Posts: 1,108
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by rgleason View Post
Here's another hole in Grand Manan Island, Canada.
I don't know if this is a Noaa cartographer error or something to do with O.
Sometimes these get fixed, but I don't know if they should be reported.

PS: Congratulations guys, I think this Nvidia Geforce adapter is working faster.
Seeing 50 - 65 fps when ingesting charts by scrolling around.
I see no hole there, probably an inset is missing in your data of charts. ENC S57 are OK. (Using 4.1.1108).
Bye
P_Dub is offline   Reply With Quote
Old 03-12-2015, 06:49   #344
Registered User

Join Date: Feb 2011
Posts: 1,108
Re: OpenCPN Beta test 4.1.1108 Release

Quote:
Originally Posted by P_Dub View Post
I see no hole there, probably an inset is missing in your data of charts. ENC S57 are OK. (Using 4.1.1108).
Bye
The chart missing is 4342 CHS or NOAA-----
Bye
P_Dub is offline   Reply With Quote
Old 04-12-2015, 00:06   #345
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,995
Re: OpenCPN Beta test 4.1.1108 Release

Hello Dave,

Sorry but I remain in my comments very simple things and away from your technical discussions.

I just opened on my Lenovo U41, the plugin window to start the download Grib a Grib file. Unable to expand. It is far too high. In the bottom right, illegible button .... And the characters are not legible.
Attached Thumbnails
Click image for larger version

Name:	2015-12-04-OpenCPN 4.1.1108_Grib_windows.jpg
Views:	184
Size:	188.7 KB
ID:	114285  
Gilletarom is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Beta test 4.1.1022 Release bdbcat OpenCPN 122 07-11-2015 01:12
OpenCPN Beta test 4.1.925 Release bdbcat OpenCPN 177 04-11-2015 08:16
OpenCPN Beta test 4.1.602 Release bdbcat OpenCPN 193 13-10-2015 08:19
OpenCPN Version 2.2 Beta Test bdbcat OpenCPN 437 15-12-2010 19:17
OpenCPN Version 2.2 Beta Test Bugs / Discussion bdbcat OpenCPN 120 26-09-2010 02:53

Advertise Here


All times are GMT -7. The time now is 00:02.


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.