feat(archlinux): improve perf
parent
519cca530a
commit
f37d4a859e
|
@ -547,6 +547,16 @@ homectl update joker --shell=/usr/bin/zsh</pre>
|
||||||
pacman -Syu gdm
|
pacman -Syu gdm
|
||||||
systemctl <span class="pl-c1">enable</span> gdm.service</pre>
|
systemctl <span class="pl-c1">enable</span> gdm.service</pre>
|
||||||
</div>
|
</div>
|
||||||
|
<p>Quirks:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Fix black screen when open game in fullscreen in external monitor with
|
||||||
|
<a
|
||||||
|
href="https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect"
|
||||||
|
>kazysmaster/gnome-shell-extension-disable-unredirect</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<h2 id="user-content-list-of-applications">
|
<h2 id="user-content-list-of-applications">
|
||||||
<a class="heading-link" href="#list-of-applications"></a
|
<a class="heading-link" href="#list-of-applications"></a
|
||||||
><a
|
><a
|
||||||
|
@ -658,7 +668,17 @@ pacman -Syu pipewire wireplumber \
|
||||||
>https://wiki.archlinux.org/title/Improving_performance#Watchdogs</a
|
>https://wiki.archlinux.org/title/Improving_performance#Watchdogs</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://wiki.archlinux.org/title/sysctl" rel="nofollow"
|
||||||
|
>https://wiki.archlinux.org/title/sysctl</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p><code>/etc/sysctl.d/99-sysctl.conf</code>:</p>
|
||||||
|
<div class="highlight highlight-text-adblock">
|
||||||
|
<pre><span class="pl-c"># https://lwn.net/Articles/911219/</span>
|
||||||
|
kernel.split_lock_mitigate = 0</pre>
|
||||||
|
</div>
|
||||||
<h2 id="user-content-hardware-dependent">
|
<h2 id="user-content-hardware-dependent">
|
||||||
<a class="heading-link" href="#hardware-dependent"
|
<a class="heading-link" href="#hardware-dependent"
|
||||||
>Hardware dependent<span
|
>Hardware dependent<span
|
||||||
|
|
|
@ -833,18 +833,6 @@ xcode-select --install</pre>
|
||||||
<div class="highlight highlight-source-shell">
|
<div class="highlight highlight-source-shell">
|
||||||
<pre>pbcopy <span class="pl-k"><</span> /dev/null</pre>
|
<pre>pbcopy <span class="pl-k"><</span> /dev/null</pre>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="user-content-linux">
|
|
||||||
<a class="heading-link" href="#linux"
|
|
||||||
>Linux<span aria-hidden="true" class="octicon octicon-link"></span
|
|
||||||
></a>
|
|
||||||
</h3>
|
|
||||||
<p>
|
|
||||||
Fix black screen when open game in fullscreen in external monitor with
|
|
||||||
<a
|
|
||||||
href="https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect"
|
|
||||||
>kazysmaster/gnome-shell-extension-disable-unredirect</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<h3 id="user-content-firefox">
|
<h3 id="user-content-firefox">
|
||||||
<a class="heading-link" href="#firefox"
|
<a class="heading-link" href="#firefox"
|
||||||
>Firefox<span aria-hidden="true" class="octicon octicon-link"></span
|
>Firefox<span aria-hidden="true" class="octicon octicon-link"></span
|
||||||
|
|
|
@ -365,6 +365,11 @@ pacman -Syu gdm
|
||||||
systemctl enable gdm.service
|
systemctl enable gdm.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Quirks:
|
||||||
|
|
||||||
|
- Fix black screen when open game in fullscreen in external monitor with
|
||||||
|
[kazysmaster/gnome-shell-extension-disable-unredirect](https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect)
|
||||||
|
|
||||||
## [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)
|
## [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)
|
||||||
|
|
||||||
### [pacman](https://wiki.archlinux.org/index.php/pacman)
|
### [pacman](https://wiki.archlinux.org/index.php/pacman)
|
||||||
|
@ -407,6 +412,14 @@ pacman -Syu flatpak
|
||||||
- https://wiki.archlinux.org/index.php/Solid_state_drive#Periodic_TRIM
|
- https://wiki.archlinux.org/index.php/Solid_state_drive#Periodic_TRIM
|
||||||
- https://wiki.archlinux.org/index.php/Silent_boot
|
- https://wiki.archlinux.org/index.php/Silent_boot
|
||||||
- https://wiki.archlinux.org/title/Improving_performance#Watchdogs
|
- https://wiki.archlinux.org/title/Improving_performance#Watchdogs
|
||||||
|
- https://wiki.archlinux.org/title/sysctl
|
||||||
|
|
||||||
|
`/etc/sysctl.d/99-sysctl.conf`:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
# https://lwn.net/Articles/911219/
|
||||||
|
kernel.split_lock_mitigate = 0
|
||||||
|
```
|
||||||
|
|
||||||
## Hardware dependent
|
## Hardware dependent
|
||||||
|
|
||||||
|
|
|
@ -242,11 +242,6 @@ Clean up clipboard:
|
||||||
pbcopy < /dev/null
|
pbcopy < /dev/null
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
|
||||||
|
|
||||||
Fix black screen when open game in fullscreen in external monitor with
|
|
||||||
[kazysmaster/gnome-shell-extension-disable-unredirect](https://github.com/kazysmaster/gnome-shell-extension-disable-unredirect)
|
|
||||||
|
|
||||||
### Firefox
|
### Firefox
|
||||||
|
|
||||||
`about:config`:
|
`about:config`:
|
||||||
|
|
Loading…
Reference in New Issue