mirror of
https://github.com/tiyn/wiki.git
synced 2026-03-18 12:14:46 +01:00
Merge branch 'master' of github.com:tiyn/wiki
This commit is contained in:
@@ -77,7 +77,7 @@ The data stored this way can be accessed on the
|
|||||||
Games can also be synchronized without the Steam Cloud by using [Syncthing](/wiki/syncthing.md) as
|
Games can also be synchronized without the Steam Cloud by using [Syncthing](/wiki/syncthing.md) as
|
||||||
described in [the games entry](/wiki/game.md#syncing-game-saves-across-systems).
|
described in [the games entry](/wiki/game.md#syncing-game-saves-across-systems).
|
||||||
|
|
||||||
## Error Handling
|
## Troubleshooting
|
||||||
|
|
||||||
The following section addresses errors that can handle inside Steam or game
|
The following section addresses errors that can handle inside Steam or game
|
||||||
errors that are specific to Steam.
|
errors that are specific to Steam.
|
||||||
|
|||||||
@@ -41,8 +41,9 @@ drivers are not compatible with Pascal GPUs anymore as explained in
|
|||||||
This is due to the drop of support for these cards from Nvidias site.
|
This is due to the drop of support for these cards from Nvidias site.
|
||||||
If Pascal-GPUs are still used some minor changes need to be performed and some packets need to be
|
If Pascal-GPUs are still used some minor changes need to be performed and some packets need to be
|
||||||
replaced.
|
replaced.
|
||||||
On Arch Linux-based systems this can be achieved by replacing the packages `nvidia-open` and
|
On Arch Linux-based systems this can be achieved by replacing the packages `lib32-nvidia-utils`,
|
||||||
`nvidia-open-utils` with `nvidia-580xx-dkms`, `nvidia-580xx-utils` and `lib32-nvidia-580xx-utils`.
|
`nvidia-open` and `nvidia-open-utils` with `nvidia-580xx-dkms`, `nvidia-580xx-utils` and
|
||||||
|
`lib32-nvidia-580xx-utils`.
|
||||||
If upgrading from a Pascal-GPU to a newer version this change needs to be undone.
|
If upgrading from a Pascal-GPU to a newer version this change needs to be undone.
|
||||||
|
|
||||||
After the packages are changed it is important to
|
After the packages are changed it is important to
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ new `feature`
|
|||||||
|
|
||||||
This section addresses various errors that can happen when using suckless programs.
|
This section addresses various errors that can happen when using suckless programs.
|
||||||
|
|
||||||
### suckless program crashes or struggles with colored emojis
|
### Suckless Program Crashes Or Struggles With Colored Emojis
|
||||||
|
|
||||||
Suckless programs especially `st` and `dmenu` can not display colored
|
Suckless programs especially `st` and `dmenu` can not display colored
|
||||||
emojis.
|
emojis.
|
||||||
@@ -58,3 +58,13 @@ libxft is the client side font rendering library to display anti-aliased text.
|
|||||||
To change this [libxft-bgra](https://github.com/uditkarode/libxft-bgra) needs
|
To change this [libxft-bgra](https://github.com/uditkarode/libxft-bgra) needs
|
||||||
to be installed.
|
to be installed.
|
||||||
This is a patched version especially for running with the suckless programs.
|
This is a patched version especially for running with the suckless programs.
|
||||||
|
|
||||||
|
### Display Manager Problems with Full Screen Windows
|
||||||
|
|
||||||
|
Using `dwm` or its [Wayland](/wiki/linux/wayland.md) counterpart `dwl` there may be some problems
|
||||||
|
with full screen programs.
|
||||||
|
Some of these programs (especially [Steam](/wiki/game/steam.md) [Games](/wiki/game.md)) might
|
||||||
|
apparently freeze.
|
||||||
|
However, this may be not the case as they may be only displaying a freeze frame.
|
||||||
|
This can sometimes be fixed by navigating out of the window managers full screen, then making it a
|
||||||
|
floating window and then setting it to be full screen again.
|
||||||
|
|||||||
@@ -12,6 +12,15 @@ The following is a list of these tools.
|
|||||||
- PDF files can easily be used for presenting cross-platform but often used for
|
- PDF files can easily be used for presenting cross-platform but often used for
|
||||||
[Linux-based operating systems](/wiki/linux.md).
|
[Linux-based operating systems](/wiki/linux.md).
|
||||||
They can easily be generated by [LaTeX](/wiki/markup_language.md#latex).
|
They can easily be generated by [LaTeX](/wiki/markup_language.md#latex).
|
||||||
- [pympress](https://github.com/Cimbali/pympress) is a cross-platform tool for the presentation via
|
- [pympress](https://github.com/Cimbali/pympress) is a cross-platform tool for giving presentations
|
||||||
PDF files.
|
using PDF files.
|
||||||
It is also usable for dual screen setups.
|
It is usable for dual screen setups and features basic notes and timer functions.
|
||||||
|
- [pdfpc](https://pdfpc.github.io/) is a cross-platform tool for giving presentations using PDF
|
||||||
|
files.
|
||||||
|
It is usable for dual screen setups and features basic notes and timer functions.
|
||||||
|
In contrast to pympress it features more elaborate functions and abilities to include timer
|
||||||
|
and other options inside the PDF using the `pdfpc` LaTeX package.
|
||||||
|
However, it also works well with LaTeX's default `\note` function.
|
||||||
|
Basic guides for this can be found on the pages of
|
||||||
|
[toromtomtom](https://www.toromtomtom.com/blog/2021/10/17/pdfpc.html) and
|
||||||
|
[Utah university](https://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/pdfpc/pdfpc-doc.pdf).
|
||||||
|
|||||||
Reference in New Issue
Block a user