GhostBSD/build eaeacbbcommon_config autologin.sh

Updated root autologin to use .shrc instead of fish config.
DeltaFile
+6-7common_config/autologin.sh
+6-71 files

GhostBSD/ports 5f0d9eesysutils/setup-station distinfo Makefile

sysutils/setup-station: update to 0.2
DeltaFile
+3-3sysutils/setup-station/distinfo
+1-1sysutils/setup-station/Makefile
+4-42 files

GhostBSD/ports d5d6105sysutils/install-station distinfo Makefile

sysutils/isntall-station: update to 0.4
DeltaFile
+3-3sysutils/install-station/distinfo
+1-1sysutils/install-station/Makefile
+4-42 files

GhostBSD/install-station 9178230install_station interface_controller.py install.py

Merge pull request #12 from ghostbsd/fix/xinitrc-path-and-ui

Fix .xinitrc path and improve UI visibility in installation
DeltaFile
+3-3install_station/interface_controller.py
+1-0install_station/install.py
+4-32 files

GhostBSD/install-station 19b027binstall_station interface_controller.py install.py

Fix .xinitrc path and improve UI visibility in installation

- Change .xinitrc path from `/usr/home/ghostbsd/` to `/home/ghostbsd/` for
  correct FreeBSD home directory handling
- Fix indentation of .xinitrc writelines() calls to be inside the file context
  manager (prevents potential file write errors)
- Add explicit label2.show() call in InstallWindow to ensure progress label
  visibility during installation

These changes ensure proper file handling in "Try Live" mode and improve
installation UI feedback reliability.
DeltaFile
+3-3install_station/interface_controller.py
+1-0install_station/install.py
+4-32 files

GhostBSD/ports a796e89sysutils/install-station distinfo Makefile

sysutils/install-station: updated to 0.3
DeltaFile
+3-3sysutils/install-station/distinfo
+1-1sysutils/install-station/Makefile
+4-42 files

GhostBSD/install-station b3f1cb6po ru_RU.po

Merge pull request #11 from JKearnsl/feat/translate-ru

translate ru
DeltaFile
+120-96po/ru_RU.po
+120-961 files

GhostBSD/ghostbsd 83a92cacontrib/libcbor/doc/source requirements.txt

Merge pull request #379 from ghostbsd/dependabot/pip/contrib/libcbor/doc/source/urllib3-2.6.0

build(deps): bump urllib3 from 2.1.0 to 2.6.0 in /contrib/libcbor/doc/source
DeltaFile
+1-1contrib/libcbor/doc/source/requirements.txt
+1-11 files

GhostBSD/install-station 523bd17. README.md, install_station create_cfg.py

Merge remote-tracking branch 'origin/master'
DeltaFile
+14-21install_station/create_cfg.py
+2-2README.md
+16-232 files

GhostBSD/install-station 1507a5ainstall_station interface_controller.py data.py

Add missing logic for `.xinitrc` updates in "Try Live" mode

- Renamed `install_mode` to `what_to_do` and `filesystem_type` to `install_type` across modules for clarity and consistency
- Implemented `.xinitrc` configuration updates in "Try Live" mode
- Added logic to save ZFS configuration during installation process
- Improved button handling and code readability in the interface controller
DeltaFile
+12-27install_station/interface_controller.py
+4-5install_station/data.py
+3-3install_station/install_type.py
+3-3install_station/try_install.py
+22-384 files

GhostBSD/install-station 98c8a2cpo ru_RU.po

use utf8 for cyrillic
DeltaFile
+1-1po/ru_RU.po
+1-11 files

GhostBSD/install-station f61de14po ru_RU.po

translate ru
DeltaFile
+119-95po/ru_RU.po
+119-951 files

GhostBSD/ports 611e5dfx11/xconfig distinfo Makefile

x11/xconfig: Update to version 2.9

Update xconfig to version 2.9, which restores comprehensive video driver
detection and X server configuration functionality.

Changes in 2.9:
- Add NVIDIA GPU detection with version-specific driver selection
  (580/470/390/340/304 drivers)
- Add AMD Radeon device ID database for radeonkms vs amdgpu selection
- Add comprehensive function documentation to all 50 functions
- Support for Intel, AMD, NVIDIA GPUs
- VirtualBox, VMware, QEMU, Hyper-V, bhyve VM guest support
- Xorg and XLibre X server detection
- Offline package support (/xdrivers) with online fallback
DeltaFile
+3-3x11/xconfig/distinfo
+1-1x11/xconfig/Makefile
+4-42 files

GhostBSD/xconfig 50ec2fdbin xconfig

Merge pull request #47 from ghostbsd/issue#318

Restore driver detection and X server configuration functionality
DeltaFile
+732-179bin/xconfig
+732-1791 files

GhostBSD/xconfig ba9dbe9bin xconfig

Restore driver detection and X server configuration functionality

Restore comprehensive video driver detection and setup logic to xconfig,
enabling automatic X11 configuration for diverse hardware platforms.

Driver Detection Improvements:
- Add NVIDIA GPU detection with version-specific driver selection
  * Latest driver (580) for RTX 40/50 series and Ada Generation cards
  * 470 driver for RTX 20/30 series and Pascal/Turing cards
  * 390 driver for GTX 600-900 series and Kepler/Maxwell cards
  * 340 driver for GTX 200-500 series and Tesla/Fermi cards
  * 304 driver for GeForce 6/7/8/9 series legacy cards

- Add AMD Radeon device ID database for radeonkms vs amdgpu selection
  * 400+ legacy Radeon device IDs requiring radeonkms driver
  * Automatic amdgpu selection for newer cards (Polaris+)

Configuration Management:
- Add comprehensive function documentation to all 50 functions

    [28 lines not shown]
DeltaFile
+732-179bin/xconfig
+732-1791 files

GhostBSD/xconfig c8aacd8bin xconfig

Add comprehensive function documentation to xconfig

Add documentation headers to all 50 functions in bin/xconfig to improve
code maintainability and developer onboarding. Each function now includes:
- Function name and description
- Parameter specifications with detailed explanations
- Return value documentation
- Practical usage examples

This documentation follows shell script conventions with headers positioned
above function definitions.

Key improvements:
- Hardware detection functions (GPU, VM, driver version selection)
- Configuration functions (DRM, legacy drivers, NVIDIA, virtualization)
- Helper functions (rc.conf management, package installation, backup)
- Dialog/menu functions (bsddialog/dialog integration)
- Main entry points (cmd_auto, cmd_debug, interactive menu)


    [13 lines not shown]
DeltaFile
+732-179bin/xconfig
+732-1791 files

GhostBSD/ghostbsd e85816bcontrib/libcbor/doc/source requirements.txt

build(deps): bump urllib3 in /contrib/libcbor/doc/source

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.6.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support at github.com>
DeltaFile
+1-1contrib/libcbor/doc/source/requirements.txt
+1-11 files

GhostBSD/build 0302dc8desktop_config plasma.sh, packages plasma

Updating the Plasma (#254)

* Update plasma.sh

* Update plasma
DeltaFile
+91-30desktop_config/plasma.sh
+1-14packages/plasma
+92-442 files

GhostBSD/ports 6f82351Mk/Uses xlibre-cat.mk, x11-drivers/xlibre-xf86-video-intel Makefile

Merge pull request #111 from b-aaz/main

Updates for the XLibre ports.
DeltaFile
+28-20x11-drivers/xlibre-xf86-video-intel/Makefile
+38-0x11-drivers/xlibre-xf86-video-intel/files/patch-src_meson.build
+35-0x11-drivers/xlibre-xf86-video-intel/files/patch-meson.build
+22-4x11/plasma6-plasma-desktop/Makefile
+8-18x11-servers/xlibre-server/files/patch-meson.build
+9-13Mk/Uses/xlibre-cat.mk
+140-5560 files not shown
+415-21766 files

GhostBSD/ports ca965e3. README.md

Merge pull request #112 from b-aaz/patch-1

Replaced the old maintainance link.
DeltaFile
+2-4README.md
+2-41 files

GhostBSD/ports fabbcb5. README.md

Update the official link
DeltaFile
+1-1README.md
+1-11 files

GhostBSD/ports 049e0c3x11/plasma6-plasma Makefile, x11/plasma6-plasma-desktop Makefile

Added CONFLICTS with drivers and Fixed a mistake.

In x11/plasma6-plasma-desktop/Makefile:
Added CONFLICTS with the X.Org variants of the input drivers to the
'xlibre' flavor, and with XLibre variants of them to the 'xorg' flavor.

This is to ensure proper build time behaviour.

In x11/plasma6-plasma/Makefile:
RUN_DEPENDS was mistakenly assigned with the value of BUILD_DEPENDS.
Fixed it.
DeltaFile
+7-3x11/plasma6-plasma-desktop/Makefile
+1-1x11/plasma6-plasma/Makefile
+8-42 files

GhostBSD/ports 1a51e66x11/xconfig distinfo Makefile

x11/xconfig: updated to 2.8
DeltaFile
+3-3x11/xconfig/distinfo
+1-1x11/xconfig/Makefile
+4-42 files

GhostBSD/xconfig 4aac86cbin xconfig

Merge pull request #45 from ghostbsd/virtualbox

Add rc.conf management helpers and VirtualBox service automation
DeltaFile
+57-2bin/xconfig
+57-21 files

GhostBSD/xconfig a183c7abin xconfig

Add rc.conf management helpers and VirtualBox service automation

- Introduced `rc_conf_has`, `enable_rc_conf`, and `start_service_safe` functions for streamlined rc.conf management.
- Automated enabling and starting of VirtualBox-related services (`vboxguest` and `vboxservice`).
DeltaFile
+57-2bin/xconfig
+57-21 files

GhostBSD/build 2b8bb45desktop_config mate_oem.sh

Fixed setup_xinit commands in mate_oem.sh
DeltaFile
+2-2desktop_config/mate_oem.sh
+2-21 files

GhostBSD/ports 540f331. README.md

Fixed a small typo.

"Building" was spelled as "Buliding"

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
DeltaFile
+1-1README.md
+1-11 files

GhostBSD/ports a550b2c. README.md

Replaced the old maintainance link.

The old link to "Instructions for keeping GhostBSD ports current with FreeBSD ports." 404s now due to the guide being moved from the GitHub discussions to the GhostBSD forums.

Updated the link to the new destination.
DeltaFile
+1-3README.md
+1-31 files

GhostBSD/ports c8f65c8x11/xconfig distinfo pkg-plist

x11/xconfig: updated to 2.7
DeltaFile
+3-3x11/xconfig/distinfo
+2-0x11/xconfig/pkg-plist
+1-1x11/xconfig/Makefile
+6-43 files

GhostBSD/xconfig 14dcf47bin xconfig

Merge pull request #42 from pgsdf/patch-2

Add bhyve support
DeltaFile
+619-677bin/xconfig
+619-6771 files