From: Jamie A. <jam...@gm...> - 2010-02-23 01:00:58
|
I've been trying to get an accelerated linux ubuntu guest working within an ubuntu accelerated host (nvidia accel working there).So far, in the guest, I've removed all the X11/mesa packages and downloaded the latest X11 and mesa git source code. I've got everything compiled and working but I don't seem to have any acceleration at least not for mesa, which is in software mode: Some important bits: glxinfo: glxinfo.txt OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.8-devel OpenGL shading language version string: 1.20 OpenGL extensions: xorg.conf: Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "vesa" VendorName "VMware Inc" BoardName "Abstract SVGA II Adapter" BusID "PCI:0:15:0" EndSection Xorg.0.log: (II) Module kbd: vendor="X.Org Foundation" compiled for 1.7.4.902, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) VESA: driver for VESA chipsets: vesa (II) Primary Device is: PCI 00@00:0f:0 (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.7.4.902, module version = 1.1.0 ABI class: X.Org Video Driver, version 6.0 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.7.4.902, module version = 1.0.0 ABI class: X.Org Video Driver, version 6.0 (II) VESA(0): initializing int10 (II) VESA(0): Primary V_BIOS segment is: 0xc000 (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 2.0 (II) VESA(0): VESA VBE Total Mem: 131072 kB (II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0 (II) VESA(0): VESA VBE OEM Software Rev: 2.0 (II) VESA(0): VESA VBE OEM Vendor: VMware, Inc (II) VESA(0): VESA VBE OEM Product: VMware virtual machine (II) VESA(0): VESA VBE OEM Product Rev: 2.0 (==) VESA(0): Depth 24, (--) framebuffer bpp 32 (==) VESA(0): RGB weight 888 (==) VESA(0): Default visual is TrueColor (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) VESA(0): VESA VBE DDC not supported (II) VESA(0): VESA VBE PanelID invalid (II) VESA(0): Searching for matching VESA mode(s): Has anyone else gotten this to work? Should it work? Jamie |