On Tue, Aug 9, 2011 at 7:55 AM, Daniel Germer <daniel@xxxxxxxxxxx> wrote: > Hi I am trying to use WebGL in Firefox 5 on my machine without dedicated GPU, I just > have the HD Graphic Card included in the i7 2600 (sandybridge) Chip > > # lspci -vv > > 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core > Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 > [VGA controller]) > Subsystem: Micro-Star International Co., Ltd. Device 7678 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR- FastB2B- DisINTx+ > Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- > <TAbort- <MAbort- >SERR- <PERR- INTx- > Latency: 0 > Interrupt: pin A routed to IRQ 46 > Region 0: Memory at fe000000 (64-bit, non-prefetchable) [size=4M] > Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M] > Region 4: I/O ports at f000 [size=64] > Expansion ROM at <unassigned> [disabled] > Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- > Address: fee0f00c Data: 4191 > Capabilities: [d0] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA > PME(D0-,D1-,D2-,D3hot-,D3cold-) > Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- > Capabilities: [a4] PCI Advanced Features > AFCap: TP+ FLR+ > AFCtrl: FLR- > AFStatus: TP- > Kernel driver in use: i915 > Kernel modules: i915 > > #uname -a > unam > Linux daniel-desktop 3.0-ARCH #1 SMP PREEMPT Thu Jul 28 13:37:15 CEST > 2011 x86_64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz GenuineIntel GNU/Linux > > #packages > intel-dri 7.11-1 > xf86-video-intel 2.15.0-2 > mesa 7.11-1 > mesa-demos 8.0.1-1 > libgles 7.11-1 > libglapi 7.11-1 > libegl 7.11-1 > gtkglext 1.2.0-6 > python-opengl 3.0.1 > lib32-libglapi 7.11-2 > lib32-libgl 7.11-2 > > Am I missing any packages for this to work, or what else do I need? > I want to use http://bodybrowser.googlelabs.com/ > Of course I have read > https://wiki.mozilla.org/Blocklisting/Blocked_Graphics_Drivers > where it says that intel-drivers are blocked, however, this info might > be old enough to be outdated... > maybe using firefox 6 or 7? > > cheers, Daniel > > Use MOZ_GLX_IGNORE_BLACKLIST=1 (environment) to override the blacklist.