安装了视频驱动程序,但没有 WebGL 或 OpenGL 加速工作

ril*_*ley 7 graphics intel drivers video-driver 14.04

我有一个带有 14.04 的戴尔 XPS 13 开发人员版(我第一次在服务器之外认真使用 linux)并安装了 oem 视频驱动程序,但没有任何需要 3d 加速的工作。

lspci | grep VGA 给我:

00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)

lshw -c video输出

  *-display               
   description: VGA compatible controller
   product: Broadwell-U Integrated Graphics
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@0000:00:02.0
   version: 09
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:63 memory:f6000000-f6ffffff memory:e0000000-efffffff ioport:f000(size=64)
Run Code Online (Sandbox Code Playgroud)

modinfo i915 给我这个

filename: /lib/modules/3.13.0-51-generic/kernel/drivers/gpu/drm/i915/i915.ko license: GPL and additional rights description: Intel Graphics author: Tungsten Graphics, Inc. license: GPL and additional rights srcversion: EAE574025ED8FCDDFFC9401 ... deleted for brevity ... depends: drm_kms_helper,drm,video,i2c-algo-bit intree: Y vermagic: 3.13.0-51-generic SMP mod_unload modversions

我在另一个问题中发布的 Chrome 中启用了 WebGL,但我得到一个误报,表明一切正常chrome://gpu

Graphics Feature Status Canvas: Hardware accelerated Flash: Hardware accelerated Flash Stage3D: Hardware accelerated Flash Stage3D Baseline profile: Hardware accelerated Compositing: Hardware accelerated Multiple Raster Threads: Enabled Rasterization: Hardware accelerated Threaded Rasterization: Enabled Video Decode: Hardware accelerated Video Encode: Hardware accelerated WebGL: Hardware accelerated

对于 ubuntu n00b,任何指导都将不胜感激。

Jea*_*oux 4

我遇到过同样的问题。升级英特尔显卡驱动程序解决了这个问题(除其他外):

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)

然后重新启动。

你可以在我的博客上阅读详细的解释

问候,

  • 这使得所有 gnome 应用程序完全变黑。再次降级并删除 PPA。 (2认同)