[GRASS5] [bug #2382] (grass) nviz problem

this bug's URL: http://intevation.de/rt/webrt?serial_num=2382
-------------------------------------------------------------------------

Subject: nviz problem

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.3

This error message come when i'm open my raster file and when open vektor file,the picture is not display.

Loading Data
Update elev null mask
Loading Data
translating colors
Adding panels from /usr/local/grass5/etc/nviz2.2/scripts
Nv_(panels)
toplevel made
Xlib: extension "XFree86-DRI" missing on display ":0.0".
info widget made
panel area made
file menu made
Help menu made
disabled made
Nv_mkPanelMenu 1
child killed: segmentation violation
    while executing
"exec /usr/local/grass5/etc/nviz2.2/NVWISH2.2 -f /usr/local/grass5/etc/nviz2.2/scripts/nviz2.2_script -name NVIZ >&@stdout"
    ("eval" body line 1)
    invoked from within
"eval exec $env(GISBASE)/etc/nviz2.2/NVWISH2.2 -f $env(GISBASE)/etc/nviz2.2/scripts/nviz2.2_script -name NVIZ >&@stdout"
    invoked from within
"if {$argv == ""} {
#no arguments
eval exec $env(GISBASE)/etc/nviz2.2/NVWISH2.2 -f $env(GISBASE)/etc/nviz2.2/scripts/nviz2.2_script -name NVIZ >&@stdo..."
    (file "/usr/local/grass5/bin/nviz" line 16)

(iksandi)

-------------------------------------------- Managed by Request Tracker

On Thu, Apr 15, 2004 at 08:32:10AM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2382
-------------------------------------------------------------------------

Subject: nviz problem

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.3

This error message come when i'm open my raster file and when open vektor file,the picture is not display.

Loading Data
Update elev null mask
Loading Data
translating colors
Adding panels from /usr/local/grass5/etc/nviz2.2/scripts
Nv_(panels)
toplevel made
Xlib: extension "XFree86-DRI" missing on display ":0.0".

Probably the X Server configuration in

/etc/X11/XF86Config

is missing the following section:

Section "DRI"
        Group 0
        Mode 0666
EndSection

Cheers

Markus