Firefox에서 webGL을 실행하는 데 문제가 있는 사람이 있나요?https://get.webgl.org/1~2달 전에는 작동했는데 지금은 고장났습니다. Chromium에서는 잘 작동합니다.
설정했는데 webgl.force-enabled;
운 true
이 없군요. 다른 유망한 구성이 있는지 확실하지 않습니다. 페이지에서 "webgl"을 검색했지만 about:config
유망한 구성을 찾을 수 없습니다.
내 시스템에 대한 몇 가지 정보는 다음과 같습니다.
[my-pc]/home/me$ firefox --version Mozilla Firefox 43.0.4 [my-pc]/home/me$ uname -a Linux my-pc 4.3.3-3-ARCH #1 SMP PREEMPT Wed Jan 20 08:12:23 CET 2016 x86_64 GNU/Linux [my-pc]/home/me$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
--safe-mode
또한 webGL을 사용하여 Firefox를 실행 해 보았 --profile /path/to/empty/folder
으나 webGL이 여전히 작동하지 않습니다. 어떤 제안이 있으십니까?
답변1
Intel 통합 그래픽 칩이 있는 경우 X11 윈도우 시스템용 X.org 서버에 대해 하드웨어 가속을 활성화해야 할 수도 있습니다(예: GPU 기능을 일부 소프트웨어에 직접 노출).
이렇게 하려면 구성 파일을 편집하거나 생성 /etc/X11/xorg.conf.d/20-intel.conf
하고 다음 내용을 입력하세요.
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection