update @ Thu 11 Nov 15:53:04 EET 2021

This commit is contained in:
Ari Archer 2021-11-11 15:53:04 +02:00
parent 6747846281
commit 9cf07e37e5

View file

@ -50,21 +50,21 @@ on debian you'd install it like this:
<h2>
Adding the configuration
</h2>
<ol>
<ul>
<li>
Make the configuration directory
</li>
</ol>
</ul>
<p>
<code>
$ sudo mkdir -p /etc/X11/xorg.conf.d
</code>
</p>
<ol>
<ul>
<li>
Installing dependencies
</li>
</ol>
</ul>
<p>
On whatever distro you are on please install
<code>
@ -77,11 +77,11 @@ on debian you'd install it like this:
$ sudo apt install curl
</code>
</p>
<ol>
<ul>
<li>
Adding the configuration
</li>
</ol>
</ul>
<p>
<code>
$ sudo curl https://ari-web.netlify.app/data/20-intel-graphics.conf -o /etc/X11/xorg.conf.d/20-intel-graphics.conf