docs: Add VMWare Workstation 25H2 docs, chore: restructure content#41
Merged
docs: Add VMWare Workstation 25H2 docs, chore: restructure content#41
Conversation
…VMware Workstation section (#40) Bumps kernel reference to `6.19.8-1-cachyos`, removes outdated `supergfxctl` guidance in favour of ROG Control Center / `asusctl armoury`, and adds a new VMware Workstation page covering AUR install, DKMS fixes, networking reset, and GNOME 49 Wayland keyboard grab. ## Summary - Kernel `6.19.4-2` → `6.19.8-1-cachyos` across all EN + NL pages - GPU switching section retitled to **ROG Control Center / asusctl armoury**; added GUI instructions and screenshot; removed deprecated `supergfxctl` note - Removed stale sentence implying `supergfxctl` handles NVIDIA power states in the driver installation guide - New page: VMWare ## Type of change - [x] `feat` — new page or feature - [x] `content` — update or improve existing content > [PR title and commit types must follow these standards — view the contributing guide](https://github.com/Stensel8/Zephyrus-Linux/blob/main/CONTRIBUTING.md#commit-messages) ## Checklist - [x] PR title follows the commit convention (e.g. `fix: correct nmcli command in eduroam guide`) - [x] Both EN and NL versions updated (if applicable) - [x] Media is in AVIF format (not PNG/JPG) - [x] No broken image references (`/images/*.avif` all exist in `static/images/`) - [x] Tested locally with `hugo server` --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Stensel8 <102481635+Stensel8@users.noreply.github.com>
- Updated NVIDIA driver version to 595.45.04 and CUDA version to 13.2 in both English and Dutch documentation. - Improved clarity in sections regarding driver installation, verification, and power management. - Corrected minor grammatical issues and improved phrasing for better readability. - Updated checksum for the Saxion eduroam installation script to reflect the latest version. - Modified the Saxion eduroam script to remove the password argument, enhancing security by not requiring password input. - Various other minor edits across documentation for consistency and clarity.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures and expands the site’s documentation, adding a new VMware Workstation section (EN/NL), updating virtualization navigation, and consolidating older content into the “Known Issues” page. It also updates the Saxion eduroam installer script to rely on the desktop keyring for password prompting and refreshes related docs/checksums.
Changes:
- Add VMware Workstation docs (EN/NL) with setup steps, troubleshooting, and new screenshots.
- Restructure virtualization/security docs (navigation, renamed VM setup page, consolidate Looking Glass attempt into Known Issues).
- Update the eduroam installer script and documentation to remove password CLI handling and use keyring-based prompting.
Reviewed changes
Copilot reviewed 33 out of 42 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| static/scripts/saxion-eduroam.py | Removes password CLI/support; uses keyring prompt flow and updates installer wiring. |
| static/images/vmware-preferences-input.avif | Adds screenshot used by new VMware docs. |
| static/images/rog-control-gpu-switching.avif | Adds screenshot for GPU switching section in asusctl/ROG Control Center docs. |
| content/docs/virtualization/winboat.nl.md | Adds CachyOS Hello note; updates “what now” section to recommend VMware/KVM alternatives. |
| content/docs/virtualization/winboat.md | Same as NL: adds CachyOS Hello note + updated recommendations. |
| content/docs/virtualization/vmware-workstation.nl.md | New NL VMware Workstation guide (install/DKMS/networking/Wayland keyboard grab). |
| content/docs/virtualization/vmware-workstation.md | New EN VMware Workstation guide (install/DKMS/networking/Wayland keyboard grab). |
| content/docs/virtualization/vm-setup.nl.md | Renames/repositions virt-manager guide and adds callout pointing to VMware/WinBoat. |
| content/docs/virtualization/vm-setup.md | Same as NL: title/intro rewrite + callout to VMware/WinBoat. |
| content/docs/virtualization/podman.nl.md | Adjusts navigation and wording cleanup. |
| content/docs/virtualization/podman.md | Adjusts navigation to point to VMware docs next. |
| content/docs/virtualization/looking-glass-attempt.nl.md | Removes standalone page (content moved into Known Issues). |
| content/docs/virtualization/looking-glass-attempt.md | Removes standalone page (content moved into Known Issues). |
| content/docs/security/yubikey.nl.md | Refocuses page on pam-u2f + links the full LUKS attempt to Known Issues; navigation update. |
| content/docs/security/yubikey.md | Same as NL: refocus + cross-linking and navigation update. |
| content/docs/security/autologin.nl.md | Adds next-page navigation and minor wording tweak. |
| content/docs/security/autologin.md | Adds next-page navigation. |
| content/docs/networking/eduroam-network-installation.nl.md | Updates wording + refreshes script SHA256 to match new installer behavior. |
| content/docs/networking/eduroam-network-installation.md | Same as NL: updates SHA256 and aligns description with keyring prompting. |
| content/docs/known-issues.nl.md | Updates navigation and consolidates “wished it worked” sections (Looking Glass + YubiKey FIDO2 LUKS attempt). |
| content/docs/known-issues.md | Same as NL: consolidated “Things I Wished Had Worked” content. |
| content/docs/hardware/secure-boot.nl.md | Adds contextual “kanttekening” section about trust chain framing. |
| content/docs/hardware/secure-boot.md | Adds contextual “word of caution” section about trust chain framing. |
| content/docs/hardware/nvidia-driver-installation.nl.md | Updates driver/CUDA versions and refines wording/structure. |
| content/docs/hardware/nvidia-driver-installation.md | Same as NL: version bumps + wording/structure cleanup. |
| content/docs/hardware/asusctl-rog-control.nl.md | Improves terminology, expands GPU switching section, adds screenshot, updates kernel version reference. |
| content/docs/hardware/asusctl-rog-control.md | Same as NL: expands GPU switching + updates kernel version reference. |
| content/docs/getting-started.nl.md | Updates security/virtualization entry points and adds VMware link. |
| content/docs/getting-started.md | Same as NL: updates security/virtualization entry points and adds VMware link. |
| content/docs/applications.nl.md | Minor wording fixes and updates VM guide naming reference. |
| content/docs/applications.md | Minor wording fixes and updates VM guide naming reference. |
| content/_index.nl.md | Updates displayed kernel version. |
| content/_index.md | Updates displayed kernel version. |
| assets/css/custom.css | Removes special light-mode background rule for “system-info” screenshots. |
| .github/workflows/pr-checks.yml | Pins third-party actions to specific commit SHAs for reproducibility. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Global restructuring and additions of content. Solved a few bugs, added a new section about running VMWare Workstation 25H2 on Linux. Corrected some typo's, moved content. etc.
Type of change
fix— bug fix (broken link, incorrect command, layout issue)content— update or improve existing contentdocs— changes to CONTRIBUTING, README, or meta documentationchore— maintenance (dependencies, config, CI/CD)Checklist
fix: correct nmcli command in eduroam guide)/images/*.avifall exist instatic/images/)hugo server