
Ubuntu日本語フォーラム

ログインしていません。
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
となっています.
わかる方がいらっしゃれば,教えていただけないでしょうか?
どうぞよろしくお願いいたします.
オフライン
Ubuntu@VMwareというのは、なにか別のOSをホストにして、VMwareを動かしていて、ゲストにUbuntuを持ってきているということなのですよね。
VMwareを使ったことがないので、憶測でしかありませんが、Host側のドライバのインストール/設定に問題があるか、Guest側に問題があるか、両方の可能性を考えた方がよろしいかと。
すいません。本当に、全然判っていないのですが、とりあえず、
HostOS
VGA Card
GuestOS(UbuntuのVer)
GuestOSで認識されるVGA Card
GuestOSで使用しているDriver
あたりの情報を出さないと、アドバイスは得にくいかも知れません。
オフライン