Skip to content

Commit

Permalink
cosmetic changes for READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 25, 2024
1 parent bceba3a commit 563f947
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion harfbuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ README harfbuzz
POST-INSTALL
============

After Harfbuzz is installed, rebuild and reinstall freetype:
After `harfbuzz` is installed, rebuild and reinstall `freetype`:

sudo pkgman update -fr --deps --depsort freetype

Expand Down
6 changes: 3 additions & 3 deletions libva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ README libva
REQUIREMENTS
============

Install a backend driver for libva to function on your graphics card:
Install a backend driver for `libva` to function on your graphics card:

* libva-vdpau-driver: vdpau back-end for nvidia
* libva-intel-driver: vdpau back-end for intel
* `libva-vdpau-driver`: vdpau back-end for nvidia
* `libva-intel-driver`: vdpau back-end for intel


---
Expand Down
6 changes: 3 additions & 3 deletions mesa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ README mesa
HARDWARE ACCELERATION
=====================

Install "libva" package before building mesa to get hardware
acceleration for the following drivers:
Install `libva` package before building mesa to get hardware acceleration for
the following drivers:

usr/lib/dri/nouveau_drv_video.so
usr/lib/dri/r600_drv_video.so
Expand All @@ -17,7 +17,7 @@ acceleration for the following drivers:
REFERENCES
==========

* Beyond Linux® From Scratch (System V Edition)
* Beyond Linux® From Scratch (System V Edition):
https://www.linuxfromscratch.org/blfs/view/svn/x/mesa.html


Expand Down
10 changes: 5 additions & 5 deletions slock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ README slock
XAUTOLOCK
=========

slock can be started after a specific period of user inactivity using
xautolock. The command syntax is:
`slock` can be started after a specific period of user inactivity using
`xautolock`. The command syntax is:

xautolock -time 10 -locker slock

The alternatives to xautolock might be:
1. https://git.suckless.org/xssstate/
2. https://github.com/9wm/xss
The alternatives to `xautolock` might be:
1. https://git.suckless.org/xssstate/
2. https://github.com/9wm/xss


---
Expand Down
4 changes: 2 additions & 2 deletions transset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ REQUIREMENTS
============

First of all, for transparency to work in X you have to have X-server with
XComposite extension working. transset is not a program that creates
XComposite extension working. `transset` is not a program that creates
transparency, it's a program that sets properties for windowses. These
properties must then be supported by the underlaying X-server.

Use picom as composite manager, for example.
Use `picom` as composite manager, for example.


CONFIGURATION
Expand Down
10 changes: 5 additions & 5 deletions xorg-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ README xorg-server
WARNING
=======

If you fail to rebuild input and video packages for xorg-server on major ABI
changes, eg. 1.16.0 -> 1.17.0. You will end up with no mouse or keyboard and
If you fail to rebuild input and video packages for `xorg-server` on major ABI
changes, e.g. 1.16.0 -> 1.17.0. You will end up with no mouse or keyboard and
possibly no direct 3D acceleration for video.

If you do happen to forget and have sys-rq enabled in your kernel you can do a
Expand All @@ -20,14 +20,14 @@ in order, pausing for several seconds between each key:
POST-INSTALL
============

After upgrading xorg-server, from major versions rebuild video and input
After upgrading `xorg-server`, from major versions rebuild video and input
packages:

**NOTE:**
This only applies on ABI changes between major versions e.g. 1.16.0 -> 1.17.0.

sudo pkgman update -fr $(pkgman list --regex \
--filter='^xorg-xf86-(input|video)|^mesa')
sudo pkgman update -fr \
$(pkgman list --regex --filter='^xorg-xf86-(input|video)|^mesa')

If you use nvidia you also need to do this:

Expand Down

0 comments on commit 563f947

Please sign in to comment.