Changes between Version 10 and Version 11 of Processing/LidarWining


Ignore:
Timestamp:
Sep 2, 2009, 7:06:36 PM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarWining

    v10 v11  
    55 * FugroViewer (LAS file viewer)
    66
    7 Bentley Microstation (and thus TerraScan) currently do not work under WINE.  This functionality can be partially replaced by..[work tbd!]
     7Bentley Microstation (and thus TerraScan) currently do not work under WINE.  This functionality can be partially replaced - see the notes below.
    88
    99== Set up ==
     
    3939 * Load the classified files into FugroViewer
    4040 * Colour points by classification (settings menu -> point color -> classification)
     41
     42== Troubleshooting ==
     43
     44=== FugroViewer 3D doesn't work ===
     45
     46If you're on a 64 bit machine (type `arch` and see if it says "x86_64") and you get the message below, you're missing the 32 bit OpenGL libraries.
     47{{{
     48err:rebar:REBAR_MaximizeBand Illegal MaximizeBand, requested=1, current band count=1
     49fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
     50fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
     51fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
     52err:wgl:internal_SetPixelFormat Invalid iPixelFormat: 0
     53err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect problems!
     54}}}
     55
     56To fix it, get someone with root to run `yum install -y xorg-x11-drv-nvidia-libs.i386`