-
Couldn't load subscription status.
- Fork 81
improved formatting and fixed spelling #7362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mlemlody
wants to merge
1
commit into
ValveSoftware:master
Choose a base branch
from
mlemlody:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,105 +1,109 @@ | ||
| Source-1-Games | ||
| ============== | ||
| # Source-1-Games | ||
|
|
||
| This is the README for the Source 1 based games. Source 1 based games include Team Fortress 2, Left4Dead2, and Counter-Strike: Source. | ||
| This is the README for Source 1-based games. Source 1-based games include Team Fortress 2, Left 4 Dead 2, and Counter-Strike: Source. | ||
|
|
||
| Please use this repository to report bugs and feature requests for Team Fortress 2, Counter-Strike: Source, Left4Dead2, and the Source 1 Engine. | ||
| Please use this repository to report bugs and feature requests for Team Fortress 2, Counter-Strike: Source, Left 4 Dead 2, and the Source 1 Engine. | ||
|
|
||
| Conduct | ||
| ------- | ||
| --- | ||
|
|
||
| There are basic rules of conduct that should be followed at all times by everyone participating in the discussions. While this is generally a relaxed environment, please remember the following: | ||
| ## Conduct | ||
|
|
||
| There are basic rules of conduct that should be followed at all times by everyone participating in the discussions. While this is generally a relaxed environment, please remember the following: | ||
|
|
||
| - Do not insult, harass, or demean anyone. | ||
| - Do not intentionally multi-post an issue. | ||
| - Do not intentionally post the same issue multiple times. | ||
| - Do not use ALL CAPS when creating an issue report. | ||
| - Do not repeatedly update an open issue remarking that the issue persists. | ||
| - Do not repeatedly update an open issue just to say the problem still persists. | ||
|
|
||
| **Remember**: Just because an issue has been reported here does not necessarily mean it is an issue with Team Fortress 2, Counter-Strike: Source, or any other Source 1 game. Also, if your issue is not resolved immediately, that does not mean a resolution is not being researched or tested. Patience is always appreciated. | ||
|
|
||
| Remember: Just because the issue you reported was reported here does not mean that it is an issue with Team Fortress 2, Counter-Strike: Source or any other Source 1 game. As well, should your issue not be resolved immediately, it does not mean that a resolution is not being researched or tested. Patience is always appreciated. | ||
| --- | ||
|
|
||
| Reporting Issues | ||
| ---------------- | ||
| ## Reporting Issues | ||
|
|
||
| If you encounter a bug while using Source 1 games, first search the [issue list](https://github.com/ValveSoftware/Source-1-Games/issues) to see if it has already been reported. Include closed issues in your search. | ||
| If you encounter a bug while using Source 1 games, first search the [issue list](https://github.com/ValveSoftware/Source-1-Games/issues) to see if it has already been reported. Be sure to include closed issues in your search. | ||
|
|
||
| If it has not been reported, create a new issue with at least the following information: | ||
|
|
||
| - which game you're reporting the bug on (TF2, CS:S, all) | ||
| - a short, descriptive title; | ||
| - a detailed description of the issue, including any output from the command line; | ||
| - steps for reproducing the issue; and | ||
| - your [system information](#system-information). | ||
| - The game you're reporting the bug on (TF2, CS:S, L4D2, or all) | ||
| - A short, descriptive title | ||
| - A detailed description of the issue, including any output from the command line | ||
| - Steps for reproducing the issue | ||
| - Your [system information](#system-information) | ||
|
|
||
| Please place logs either in a code block ([go here](https://guides.github.com/features/mastering-markdown/) for a GFM cheat sheet) or a [gist](https://gist.github.com). | ||
| Please place logs either in a code block ([GFM cheat sheet](https://guides.github.com/features/mastering-markdown/)) or a [gist](https://gist.github.com). | ||
|
|
||
| ### System information | ||
| ### System Information | ||
|
|
||
| Your system information must include: | ||
| - your Linux distro or OS version | ||
| - your Desktop/Window Manager (Linux only) | ||
| - your Graphics card info (manufacturer, card version), any and all graphics driver versions | ||
| - anything else that you think may be useful (mouse/keyboard, filesystem type, etc). | ||
| - Your Linux distro or OS version | ||
| - Your Desktop Environment or Window Manager (Linux only) | ||
| - Your graphics card info (manufacturer and model), and all graphics driver versions | ||
| - Anything else that might be useful (mouse/keyboard, filesystem type, etc.) | ||
|
|
||
| The preferred and easiest way to get this information is from Steam's Hardware Information viewer from the menu (`Help -> System Information`). | ||
| The preferred and easiest way to get this information is from Steam’s Hardware Information viewer in the menu: | ||
| `Help -> System Information` | ||
|
|
||
| Once your information appears: right-click within the dialog, choose `Select All`, right-click again, and then choose `Copy`. | ||
| Once your information appears: | ||
| Right-click within the dialog, choose `Select All`, then right-click again and choose `Copy`. | ||
| Paste this information into your report, preferably in a code block or a [gist](https://gist.github.com). | ||
|
|
||
| Feature Requests | ||
| ------------------- | ||
| --- | ||
|
|
||
| If you are asking for a new feature or enhancement for a game, first search the [issue list](https://github.com/ValveSoftware/Source-1-Games/issues) to see if it has already been asked for. Include closed issues in your search. | ||
| ## Feature Requests | ||
|
|
||
| If it has been asked for, go ahead and put your 2 cents in for it in the existing entry. | ||
| If you are asking for a new feature or enhancement for a game, first search the [issue list](https://github.com/ValveSoftware/Source-1-Games/issues) to see if it has already been requested. Be sure to include closed issues in your search. | ||
|
|
||
| If it has not been asked for, create a new issue with at least the following information: | ||
| If it has already been requested, feel free to add your feedback to the existing entry. | ||
|
|
||
| - The game you're asking for the enhancement | ||
| - A clear description of what exactly you want | ||
| - Justification as to why this is something that is needed | ||
| - Why we should do this feature rather than doing some other feature on the list | ||
| If it has not been requested, create a new issue with at least the following information: | ||
|
|
||
| Remember that just because you ask for a feature improvement doesn't mean we'll get to it. We're mostly going to be focused on existing bugs rather than enhancing these games. That being said, it does make a difference to know what you want here. Be clear. Be concise. | ||
| - The game you're requesting the enhancement for | ||
| - A clear description of what you want | ||
| - Justification for why the feature is needed | ||
| - Why this feature should be prioritized over others | ||
|
|
||
| Driver Contact Information | ||
| -------------------------- | ||
| **Note**: Just because you request a feature doesn't mean it will be implemented. We are primarily focused on fixing existing bugs. That said, your feedback still matters. Be clear. Be concise. | ||
|
|
||
| Some of the issue you may be experiencing are due to the various video drivers. Here is an incomplete list of places that you might be able to file bugs or get additional help: | ||
| --- | ||
|
|
||
| ### AMD | ||
| ## Driver Contact Information | ||
|
|
||
| AMD Steam Linux forum for reporting **compatibility and performance issues with AMD hardware**: | ||
| Some issues may stem from video driver problems. Below is a (non-exhaustive) list of where to file bugs or get help: | ||
|
|
||
| ### AMD | ||
|
|
||
| For AMD hardware compatibility and performance issues: | ||
| https://community.amd.com/community/devgurus/steam-linux | ||
|
|
||
| The AMD Open Source driver is a part of Mesa, so use the links under "Intel" to report issues with it. | ||
| For AMD open-source drivers (part of Mesa), refer to the Intel/Mesa links below. | ||
|
|
||
| ### Intel | ||
|
|
||
| For discussions, there is the mesa-users email list: | ||
|
|
||
| Mesa users mailing list (discussions): | ||
| http://mesa3d.org/lists.html | ||
|
|
||
| Bugs and feature requests should be logged in bugzilla: | ||
|
|
||
| Report bugs and feature requests: | ||
| http://mesa3d.org/bugs.html | ||
|
|
||
| ### NVIDIA | ||
|
|
||
| NVIDIA supported drivers | ||
| - https://devtalk.nvidia.com/default/board/98 | ||
| NVIDIA proprietary drivers: | ||
| https://devtalk.nvidia.com/default/board/98 | ||
|
|
||
| Open Source NVIDIA driver (nouveau) | ||
| - http://nouveau.freedesktop.org/wiki/ | ||
| Open-source Nouveau driver: | ||
| http://nouveau.freedesktop.org/wiki/ | ||
|
|
||
| If you know of any other places, please let us know. | ||
| If you know of any other useful resources, please let us know. | ||
|
|
||
| Known Video Driver/Card issues: | ||
| ---------------------------------- | ||
| --- | ||
|
|
||
| ### NVIDIA | ||
| ## Known Video Driver / Card Issues | ||
|
|
||
| 6xxx and 7xxx hardware have been EOL'd. The code specific to these GPUs isn't even compiled into drivers anymore. | ||
| ### NVIDIA | ||
|
|
||
| 6xxx and 7xxx GPUs are incapable of performing sRGB functionality needed by Source Engine titles when being driven by OpenGL. (The sRGB behavior as specified in OpenGL is slightly different than the behavior that was actually unspecified in D3D9, which is why this works in D3D9 but not in OpenGL). | ||
| NVIDIA 6xxx and 7xxx series GPUs have reached end-of-life (EOL). | ||
| Driver support for these GPUs has been discontinued and the relevant code is no longer compiled. | ||
|
|
||
| These GPUs also lack proper sRGB functionality required by Source Engine titles when using OpenGL. | ||
| (Source uses slightly different sRGB behavior under OpenGL compared to the undefined behavior under Direct3D 9, which is why this may work under D3D9 but not OpenGL.) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this bit back as well, it's confusing without context.