Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions public/_helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<div>
<div itemprop="details" class="browser-details">
<a itemprop="url" href="{{ browser.about }}" class="no-underline">
<div itemprop="image" style="background-image: url({{ browser.logo }})">
<div itemprop="image" style="background-image: url({{ browser.icon or browser.logo }})">
</div>
<span itemprop="name" class="browser-name">{{ browser.name }}</span>
</a>
Expand Down Expand Up @@ -292,9 +292,10 @@

{% macro compat_report_row (report) %}
{% if (report.type == 'bug' or report.type == 'feature') and report.enabled != false %}
{% set status = report.status|lower %}
<tr data-report-type="{{ report.type }}"
itemprop="{{ report.type }}"
class="{{ 'table-cell-success' if report.status|lower == 'fixed' else ('table-cell-error' if report.type == 'bug' else 'table-cell-alert') }}"
class="{{ 'table-cell-success' if status == 'fixed' else ('table-cell-alert' if 'development' in status) }}"
data-archived="{{ 'true' if report.archived else 'false' }}">
<td data-report-key="description"><a href="{{ report.bug or report.bugUrl or report.url }}" itemprop="description">{{ report.description }}</a></td>
{% if report.browserUserAgent %}
Expand Down
2 changes: 1 addition & 1 deletion public/_layout_browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<a class="page-heading-link" href="{{ browser.about }}">
<h1 class="browser-name page-heading">{{ browser.name }}</h1>
<img class="browser-icon page-heading-icon" src="{{ browser.logo }}" alt="{{ browser.name }}" title="{{ browser.name }}">
<img class="browser-icon page-heading-icon" src="{{ browser.icon or browser.logo }}" alt="{{ browser.name }}" title="{{ browser.name }}">
</a>

{% if browser.description_html or browser.description %}
Expand Down
2 changes: 1 addition & 1 deletion public/daoshengmu.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"additionalName": "daoshengmu",
"url": "http://dsmu.me/",
"twitter_url": "https://twitter.com/daoshengmu",
"image": "https://mozvr.com/assets/img/team/daosheng.jpg",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT6j1GhDAhA5eVmqDVhXaewyZHI3QMY-CrJjaVE5hXthaGZkIfAaA",
"website": [
{
"@type": "Twitter",
Expand Down
43 changes: 38 additions & 5 deletions public/firefox.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@

{% block instructions %}
<ol class="bullets-light">
<li><span>Download and launch <a href="https://www.mozilla.org/en-US/firefox/new/?scene=2"><strong>Firefox</strong></a>.</span></li>
<li data-headset="oculus_rift"><span>Ensure that your <em>Oculus Home</em> settings allow for <a href="https://blog.mozvr.com/oculus-home-rift-cv1-webvr/#enablingunknownsources">Unknown Sources</a>.</span></li>
<li><span>For PCs (especially laptops) using NVIDIA chipsets, there are several methods of <a href="https://alteredqualia.com/texts/optimus/">enabling the discrete GPU</a>. One way is from the <a href="https://www.nvidia.com/Download/Find.aspx">NVIDIA Control Panel</a>: Load <code>3D Settings</code> <code>&gt;</code> <code>Manage 3D Settings</code> <code>&gt;</code> <code>Program Settings</code> tab, and select <strong>Mozilla Firefox (<code>firefox.exe</code>)</strong> (with the Firefox icon) as the program to customize, and select <strong>&ldquo;High-performance NVIDIA processor&rdquo;</strong> as the preferred graphics processor.</span></li>
<li><span>Download and launch <a href="{{ browser.url }}"><strong>Firefox</strong></a>.</span></li>
<li id="setup-oculus-unknown-sources" data-headset="oculus_rift"><span>
<p>For the <strong data-headset="oculus_rift">Oculus Rift</strong>,
enable <strong>Unknown Sources</strong> in your Oculus Settings.</p>
<p>Launch the <strong data-headset="oculus_rift">Oculus desktop app</strong> and navigate to <code>Settings &gt; General &gt; Unknown Sources</code>.</p>
<p><img class="db" src="/oculus_rift/oculus-unknown-sources-settings.gif" alt="Animation of Oculus 'Unknown Sources' instructions"></p>
Copy link
Contributor

@caseyyee caseyyee Oct 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Much better than linking to that old page. I think we should update it to the newer Oculus app though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See issue #281 I included a updated gif there.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gif

</span></li>
<li id="setup-nvidia"><span>
<p>For PCs using NVIDIA chipsets, there are several methods of <a href="https://alteredqualia.com/texts/optimus/">enabling the discrete GPU</a>.</p>
<p>One way is from the <a href="https://www.nvidia.com/Download/Find.aspx">NVIDIA Control Panel</a>: Open <code>3D Settings &gt; Manage 3D settings &gt; Program Settings</code>, and select <strong>Mozilla Firefox (firefox.exe)</strong> as the program to customize, and select <strong>&ldquo;High-performance NVIDIA processor&rdquo;</strong> as the preferred graphics processor.</p>
<p><img class="db" src="/firefox/firefox-nvidia-settings.png" alt="Screenshot of NVIDIA Settings for Firefox"></p>
</span></li>
<li><span>Restart Firefox.</span></li>
<li><span>Enjoy WebVR content!</span></li>
</ol>
Expand Down Expand Up @@ -61,16 +70,40 @@

{% block help %}
<dl>
<dt id="webvr_does_not_work"><a href="#webvr_does_not_work">Why does WebVR content not work for me?</a></dt>
<dd>
<p>Here are a few troubleshooting recommendations:</p>
<ul class="bullets-light">
<li>
<span>
Make sure you are running the <a href="https://support.mozilla.org/kb/switch-32-bit-64-bit">64-bit version of Firefox</a>.
</span>
</li>
<li data-headset="oculus_rift">
<span>
If you are using the Oculus Rift, make sure you have enabled <a href="#setup-oculus-unknown-sources">Unauthorized Sources</a>.
</span>
</li>
<li>
<span>
If you are using a laptop/PC with an NVIDIA graphics card, make sure you have enabled the <a href="#setup-nvidia">discrete GPU for Firefox</a>.
</span>
</li>
</ul>
<p>
If you still don&rsquo;t see your issue reported, you can <a href="{{ browser.bugsReportUrl }}">file a new bug in the Firefox bug tracker</a>. Or, if you&rsquo;d prefer, you can file a bug on <strong><a href="https://webcompat.com/">WebCompat.com</a></strong>.
</p>
</dd>
<dt id="where_can_i_find_the_list_of_known_bugs"><a href="#where_can_i_find_the_list_of_known_bugs">Where can I find the list of known bugs?</a></dt>
<dd>
<p>
Above is a list of <a href="#compat">bugs and features that are being actively worked on</a>. You can find the full list of filed bugs and planned features by searching the <a href="{{ browser.bugsUrl }}">Firefox Bugzilla bug tracker for bugs with the whiteboard keyword <code>[webvr]</code></a>.
Above is a list of <a href="#compat">bugs and features that are being actively worked on</a>. You can find the full list of filed bugs and planned features by searching the <a href="{{ browser.bugsUrl }}">Firefox Bugzilla bug tracker for bugs</a>.
</p>
</dd>
<dt id="how_can_i_report_a_bug"><a href="#how_can_i_report_a_bug">How can I report a bug?</a></dt>
<dd>
<p>
First, refer to the <a href="#compat">known issues above</a> and the <a href="{{ browser.bugsUrl }}">WebVR bugs in the Firefox Bugzilla bug tracker (labeled with the whiteboard keyword <code>[webvr]</code>)</a>.
First, refer to the <a href="#compat">known issues above</a> and the <a href="{{ browser.bugsUrl }}">WebVR bugs in the Firefox Bugzilla bug tracker</a>.
</p>
<p>
If you still don&rsquo;t see your issue reported, you can <a href="{{ browser.bugsReportUrl }}">file a new bug in the Firefox bug tracker</a>. Or, if you&rsquo;d prefer, you can file a bug on <strong><a href="https://webcompat.com/">WebCompat.com</a></strong>.
Expand Down
Loading