Als Gastsystem hab ich eine Fedora Core 2 installiert.
VMwareTools sind auch installiert (nach dieser Anleitung: http://kerneltrap.org/node/view/3408 ).
Meine Frage:
Wie kann ich die GLX-Extensions benutzen?
Wenn ich glxinfo ausführe bekomme ich folgendes:name of display: :0.0
Code: Alles auswählen
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Meine XF86Config sieht so aus:
Code: Alles auswählen
# VMware SVGA
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
RGBPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "GLCore"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "ServerFlags"
# NoTrapSignals
EndSection
Section "Keyboard"
Protocol "Standard"
XkbModel "pc105"
XkbLayout "de"
XkbRules "xfree86"
XkbKeycodes "xfree86"
XkbVariant "nodeadkeys"
# ServerNumLock
EndSection
Section "Pointer"
Protocol "IMPS/2"
Device "/dev/input/mice"
EndSectionSection "Monitor"
Identifier "vmware"
VendorName "VMware"
ModelName "Virtual Monitor"
# BandWidth 10000
HorizSync 1-10000
VertRefresh 1-10000
ModeLine "640x480" 100 640 700 800 900 480 500 600 700
ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
ModeLine "1152x864" 100 1152 1200 1300 1400 864 900 1000 1100
ModeLine "1152x900" 100 1152 1200 1300 1400 900 1000 1100 1200
ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
ModeLine "1376x1032" 100 1376 1400 1500 1600 1032 1100 1200 1300
ModeLine "1600x1200" 100 1600 1700 1800 1900 1200 1300 1400 1500
ModeLine "2364x1773" 100 2364 2400 2500 2600 1773 1800 1900 2000
EndSection
#Section "Device"
# Identifier "SVGA"
# Chipset "generic"
#EndSection
Section "Device"
Identifier "VMware SVGA"
Driver "vmware"
EndSection
Section "Screen"
Driver "accel"
# Device "SVGA"
Device "VMware SVGA"
Monitor "vmware"
Subsection "Display"
Depth 32
Modes "1152x864"
# Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
# Modes "640x480"
# Modes "800x600"
# Modes "1024x768"
# Modes "1152x864"
# Modes "1152x900"
# Modes "1280x1024"
# Modes "1376x1032"
# Modes "1600x1200"
# Modes "2364x1773"
ViewPort 0 0
EndSubsection
EndSection
Ich will ja keine HW-3D Beschleunigung (geht ja auch net über VMWare) aber MESA sollte doch irgendwie gehen oder???
Gruß Homer