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
|
||||
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
|
||||
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.
|
||||
If Pascal-GPUs are still used some minor changes need to be performed and some packets need to be
|
||||
replaced.
|
||||
On Arch Linux-based systems this can be achieved by replacing the packages `nvidia-open` and
|
||||
`nvidia-open-utils` with `nvidia-580xx-dkms`, `nvidia-580xx-utils` and `lib32-nvidia-580xx-utils`.
|
||||
On Arch Linux-based systems this can be achieved by replacing the packages `lib32-nvidia-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.
|
||||
|
||||
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.
|
||||
|
||||
### 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
|
||||
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 be installed.
|
||||
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.
|
||||
|
||||
@@ -8,10 +8,19 @@ Presentation tools are often used to support the presentation.
|
||||
The following is a list of these tools.
|
||||
|
||||
- PowerPoint is a tool often used for creation and presenting in [Windows](/wiki/windows.md).
|
||||
It can be used on dual screen setup to give the presenter an additional slide for comments.
|
||||
It can be used on dual screen setup to give the presenter an additional slide for comments.
|
||||
- PDF files can easily be used for presenting cross-platform but often used for
|
||||
[Linux-based operating systems](/wiki/linux.md).
|
||||
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
|
||||
PDF files.
|
||||
It is also usable for dual screen setups.
|
||||
[Linux-based operating systems](/wiki/linux.md).
|
||||
They can easily be generated by [LaTeX](/wiki/markup_language.md#latex).
|
||||
- [pympress](https://github.com/Cimbali/pympress) 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.
|
||||
- [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