J'ai un Dell XPS 13 Developer Edition avec 14.04 (mon premier départ sérieux avec Linux en dehors d'un serveur) et des pilotes vidéo OEM installés, mais rien ne nécessitant une accélération 3D ne fonctionne.
lspci | grep VGA
me donne:
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
et lshw -c video
sorties
*-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)
modinfo i915
me donne ceci
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
J'ai activé WebGL dans Chrome tel que publié dans autre question et je reçois un faux positif indiquant que tout fonctionne dans 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
Toute orientation serait très appréciée pour un ubuntu n00b.
J'ai eu le même problème. La mise à niveau du pilote graphique Intel a résolu ce problème (entre autres):
Sudo add-apt-repository ppa:oibaf/graphics-drivers
Sudo apt-get update
Sudo apt-get upgrade
Puis redémarrez.
Vous pouvez lire explications détaillées sur mon blog .
Cordialement,