4
3
Fork
You've already forked sgfxi
1
sgfxi is a self-updating nvidia, ati/amd fglrx, and xorg free driver installer and xorg configuration script for GNU/Linux, focusing primarily on apt based operating systems. https://smxi.org
  • Shell 100%
Find a file
2026年06月25日 23:28:06 -07:00
data Updated radeon free xorg driver handling 2009年02月16日 22:14:36 +00:00
patches some patch fixes 2013年02月22日 20:33:41 +00:00
README.md docs: Change Readme extension from txt to md 2026年06月16日 22:00:44 +03:00
sgfxi version bump 2026年06月25日 23:28:06 -07:00
sgfxi-version version bump 2026年06月25日 23:28:06 -07:00

Please file issue reports, feature requests, or pull requests at:

https://codeberg.org/smxi/sgfxi/issues

Update and Versioning

The sgfxi script is now configured to check for updates directly from its git repository on Codeberg. An automated versioning system is in place to support this functionality:

  1. Automated Versioning: A git pre-commit hook automatically extracts the version and date from the sgfxi script header and generates a sgfxi-version file before each commit.
  2. Update Check: The sgfxi script uses this remote sgfxi-version file on Codeberg to compare its local version with the latest available version.

To enable the automated versioning locally, ensure the .git/hooks/pre-commit hook is executable and contains the following code:

#!/bin/bash
version=$(awk -F":" '/version|Date/ {gsub(/^[ \t]+/, "", 2ドル); a[++i]=2ドル} END {print a[1] ":" a[2]}' sgfxi)
echo "sgfxi=$version" > sgfxi-version
echo "#**EOF**#" >> sgfxi-version
git add sgfxi-version

The Codeberg repos will be mirrored to Github until the end of 2023, after that, no updates to github repos will be made. Some time after that, the code will be removed.

Please take the time to read this helpful article from the Software Freedom Conservancy:

https://sfconservancy.org/GiveUpGitHub/

Any use of this project's code by GitHub Copilot, past or present, is done without my permission. I do not consent to GitHub's use of this project's code in Copilot.