mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 13:19:23 +00:00
Readme cosmetic
Remove some unwanted Markdown syntax features and remove some double spaces. OK matthieu@
This commit is contained in:
10
README.md
10
README.md
@@ -156,15 +156,15 @@ to a new release of XCB:
|
|||||||
python3 package.
|
python3 package.
|
||||||
3. Update dist/libxcb.
|
3. Update dist/libxcb.
|
||||||
4. Check lib/libxcb/src/Makefile if new files need to be generated.
|
4. Check lib/libxcb/src/Makefile if new files need to be generated.
|
||||||
5. Run `make` in lib/xcb/src to generate the files for the new version.
|
5. Run make in lib/xcb/src to generate the files for the new version.
|
||||||
6. Check lib/libxcb/ for other files needing updates.
|
6. Check lib/libxcb/ for other files needing updates.
|
||||||
7. Commit the result.
|
7. Commit the result.
|
||||||
|
|
||||||
## How to build something with debug information?
|
## How to build something with debug information?
|
||||||
|
|
||||||
You can use `env CFLAGS=-g make -f Makefile.bsd-wrapper build` to
|
You can use env CFLAGS=-g make -f Makefile.bsd-wrapper build to
|
||||||
build any module with debugging information, but you'll need to remove
|
build any module with debugging information, but you'll need to remove
|
||||||
`XOBJDIR/xorg-config.cache.${MACHINE}` before doing that because
|
XOBJDIR/xorg-config.cache.${MACHINE} before doing that because
|
||||||
autoconf caches the value of CFLAGS in its cache.
|
autoconf caches the value of CFLAGS in its cache.
|
||||||
|
|
||||||
## How to get a core file out of the X server?
|
## How to get a core file out of the X server?
|
||||||
@@ -176,7 +176,7 @@ Several things are needed:
|
|||||||
xenodm, you can add the option in /etc/X11/xenodm/Xservers. If you
|
xenodm, you can add the option in /etc/X11/xenodm/Xservers. If you
|
||||||
want to use startx, you need to run it as root, like this:
|
want to use startx, you need to run it as root, like this:
|
||||||
|
|
||||||
`startx -- /usr/X11R6/bin/X -keepPriv`
|
startx -- /usr/X11R6/bin/X -keepPriv
|
||||||
|
|
||||||
Now the X server should dump core when catching a fatal signal and the
|
Now the X server should dump core when catching a fatal signal and the
|
||||||
core dump should be in /var/crash/Xorg/<pid>.core.
|
core dump should be in /var/crash/Xorg/<pid>.core.
|
||||||
@@ -189,4 +189,4 @@ dump will be in the current directory where startx was executed.
|
|||||||
See also http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging
|
See also http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging
|
||||||
|
|
||||||
--
|
--
|
||||||
$OpenBSD: README.md,v 1.1 2024/07/20 19:56:40 matthieu Exp $
|
$OpenBSD: README.md,v 1.2 2024/07/22 19:36:31 rsadowski Exp $
|
||||||
|
|||||||
Reference in New Issue
Block a user