diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 0a4c746c371..0ba7ec4c44d 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -457,29 +457,6 @@ it. Place the resulting package.nix file into
to see what is causing steam to fail.
-
- Game X fails to start
- Games may fail to start because they lack
- dependencies (this should be added to the script, for now),
- or because they cannot be patched.The steps to launch a game
- directly are:
-
- Add a file named steam_appid.txt in
- the binary folder, with the appid as contents (it can be found in the
- stdout from steam).
- Using the LD_LIBRARY_PATH from the nix/store steam script,
- with some additions, launch the game binary:
- LD_LIBRARY_PATH=~/.steam/bin32:$LD_LIBRARY_PATH:/nix/store/pfsa... blabla ...curl-7.29.0/lib:. ./Osmos.bin3
- (if you could not patchelf the game, call ld.so directly
- with the binary as param). With this technique, I can play many games
- directly from steam. Others, like Team Fortress, cannot be patched
- so I only managed to run them from the cmd line.
-
-
-
-
-
-
Using the FOSS Radeon drivers