お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-08-28 10:57:29

grazie
新しいメンバ
登録日: 2009-08-28

Ubuntu@VMwareでXlib:extension"GLX"missing on display ":0.0" となる

Ubuntu@VMwareを使っています.
描画を行おうとすると,
Xlib:  extension "GLX" missing on display ":0.0".
と表示して,segmentation faultでプログラムが落ちてしまいます.

/var/log/Xlog.0.logをみると,以下のような警告とエラーが起こっていました.
WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(WW) VMWARE(0): Unable to estimate virtual size
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver    not found)

つまり,NVIDIAのdriverがない,またはその設定が間違っているということでしょうか?

ちなみにxorg.confの設定は,
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "jp106"
        Option          "XkbLayout"     "jp,jp"
        Option          "XkbOptions"    "grp:alt_shift_toggle,grp_led:scroll"
        Option          "XkbVariant"    "106,kana"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "vmmouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
        Option          "Protocol"      "ImPS/2"
        Option          "ZAxisMapping"  "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Module"
Load "glx"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
EndSection

となっています.

わかる方がいらっしゃれば,教えていただけないでしょうか?
どうぞよろしくお願いいたします.

オフライン

 

#2 2009-08-29 20:30:25

hmatsue
アドバイザ
登録日: 2009-03-10

Re: Ubuntu@VMwareでXlib:extension"GLX"missing on display ":0.0" となる

Ubuntu@VMwareというのは、なにか別のOSをホストにして、VMwareを動かしていて、ゲストにUbuntuを持ってきているということなのですよね。
VMwareを使ったことがないので、憶測でしかありませんが、Host側のドライバのインストール/設定に問題があるか、Guest側に問題があるか、両方の可能性を考えた方がよろしいかと。

すいません。本当に、全然判っていないのですが、とりあえず、
HostOS
VGA Card
GuestOS(UbuntuのVer)
GuestOSで認識されるVGA Card
GuestOSで使用しているDriver
あたりの情報を出さないと、アドバイスは得にくいかも知れません。

オフライン

 

Board footer

Powered by FluxBB