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