mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Thu 11 Nov 15:53:04 EET 2021
This commit is contained in:
parent
6747846281
commit
9cf07e37e5
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue