ubuntu 9.04 Geforce 3d 설정 문의 입니다. glx 관련

ascendo@dongguk.edu의 이미지

안녕하세요

3d 관련 설정이 되질 않아서 문의 드립니다.

e2160 + 2gb + 8500gt 에 8.04 설치 후

8.10 -> 9.04 로 업데이트 하였습니다.

180.xx nvidia 제한된 드라이버를 사용하였습니다.

그후 nividia-settings 와 해상도 설정은 되지만 (nvidia 로고도 나옴, nvidia 데몬도 떠있음)

3d 관련한 기능은 설정이 되질 않습니다.

glxgears 나 glxinfo 는

Error: couldn't get an RGB, Double-buffered visual
Xlib: extension "GLX" missinig on display ":0.0".

이렇게 나오게 됩니다.

또한 Xorg.0.log 의 에러 부분은 이렇게 나옵니다.

(EE) Failed to load module "type1" (module does not exist, 0)
(EE) Failed to load module "freetype" (module does not exist, 0)
(EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so
(EE) Failed to load module "glx" (loader failed, 7)
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.

Xorg.conf 의 세팅은

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
 
Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules/drivers"
                ModulePath   "/usr/lib/xorg/modules"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "drm"
EndSection
 
Section "ServerFlags"
    Option         "Xinerama" "0"
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"
 
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "WYT MNT-DIGITAL"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 60.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8500 GT"
EndSection
 
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "AllowGLXWithComposite" "true"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
 
Section "Extensions"
    Option         "Composite" "Enable"
EndSection

구글 및 한국내의 리눅스 관련 문건을 뒤져서

해보라는데로 해봤지만 glxgear는 돌아가지 않았습니다.

3d 설정 고수님들의 답변 부탁드리겠습니다.