Ho dei problemi ad installare maya su linux

codice:
franco@dhcppc1 ~ $ maya

maya encountered a fatal error

Signal: 11 (Unknown Signal)

franco@dhcppc1 ~ $ maya -d gdb
GNU gdb (Gentoo 7.0.1 p1) 7.0.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/autodesk/maya2008-x64/bin/maya.bin...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/autodesk/maya2008-x64/bin/maya.bin 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe32f3710 (LWP 6693)]
[New Thread 0x7fffe2af2710 (LWP 6694)]
MAYA_DEBUG_NO_SIGNAL_HANDLERS is set.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3efa78a in Tscreen::loadXWindowsScreenInfo(Tscreen::TwhichMonitor, Trect&) () from /usr/autodesk/maya2008-x64/lib/libExtensionLayer.so
(gdb) bt
#0  0x00007ffff3efa78a in Tscreen::loadXWindowsScreenInfo(Tscreen::TwhichMonitor, Trect&) () from /usr/autodesk/maya2008-x64/lib/libExtensionLayer.so
#1  0x00007ffff3efab51 in Tscreen::Tscreen(Tscreen::TwhichMonitor) ()
   from /usr/autodesk/maya2008-x64/lib/libExtensionLayer.so
#2  0x00007ffff4045e40 in TstartupWnd::unStow(Tevent const&) ()
   from /usr/autodesk/maya2008-x64/lib/libExtensionLayer.so
#3  0x00000000004149dd in TmayaApp::initPreGUI() ()
#4  0x00000000004118d9 in TmayaApp::create() ()
#5  0x000000000040ffd5 in appmain() ()
#6  0x000000000041d10b in main ()
(gdb)



codice:
dhcppc1 RPMS # cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (root@dhcppc1)  Thu Oct 28 11:46:26 CEST 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Thu Jun  3 09:41:37 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG W2230"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "PhilipsTV (5)"
    HorizSync       31.0 - 80.0
    VertRefresh     47.0 - 85.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTS"
    BusID          "PCI:1:0:0"
    Screen          0
    Option         "AddARGBGLXVisuals" "True"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTS"
    BusID          "PCI:1:0:0"
    Screen          1
    Option         "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: 1920x1080 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

dhcppc1 RPMS #
Il problema è conosciuto con la 2009 ,ma dopo averla provata lo fà anche con la 2008, che prima funzionava ,qualche idea?