GhostBSD/xconfig fb3bb8acardDetect XF86Config.amdgpu

Merge pull request #40 from xcrsz/patch-2

Add 5k resolution support for XF86Config.amdgpu
DeltaFile
+3-3cardDetect/XF86Config.amdgpu
+3-31 files

GhostBSD/xconfig c48e50bbin xconfig

Merge pull request #39 from xcrsz/patch-1

Fix CONFIG_DIR to check system-wide location first
DeltaFile
+7-1bin/xconfig
+7-11 files

GhostBSD/xconfig 892a645cardDetect XF86Config.amdgpu

Add 5k resolution support for XF86Config.amdgpu
DeltaFile
+3-3cardDetect/XF86Config.amdgpu
+3-31 files

GhostBSD/xconfig cc40c0cbin xconfig

Fix CONFIG_DIR to check system-wide location first

The CONFIG_DIR was hardcoded to "$SCRIPT_DIR/cardDetect", causing the
script to look for configuration templates in /usr/local/bin/cardDetect
when installed via the port, rather than the correct system-wide location
at /usr/local/etc/X11/cardDetect.

This change updates the CONFIG_DIR initialization to:
1. Check /usr/local/etc/X11/cardDetect first (system-wide installation)
2. Fall back to $SCRIPT_DIR/cardDetect (development/portable usage)

This matches the documented dual-location behavior in README.md and
ensures the script works correctly when installed via the x11/xconfig
port, which installs config templates to /usr/local/etc/X11/cardDetect
per the Makefile.

The script now functions correctly in both scenarios:
- Production: Installed via pkg/port with configs in /usr/local/etc/X11
- Development: Run in-tree with configs in ./cardDetect

    [2 lines not shown]
DeltaFile
+7-1bin/xconfig
+7-11 files

GhostBSD/xconfig adc5742bin xconfig, cardDetect XF86Config.radeonkms XF86Config.kaveri

Merge pull request #38 from xcrsz/patch-2

Update xconfig to support Kavari (Radeon R5).
DeltaFile
+25-79cardDetect/XF86Config.radeonkms
+49-25bin/xconfig
+6-1cardDetect/XF86Config.kaveri
+80-1053 files

GhostBSD/xconfig 30fa7c2

Merge branch 'master' into patch-2
DeltaFile
+0-00 files

GhostBSD/xconfig 3d0624ccardDetect XF86Config.kaveri

Merge pull request #37 from xcrsz/patch-1

Create XF86Config.kaveri
DeltaFile
+7-0cardDetect/XF86Config.kaveri
+7-01 files

GhostBSD/xconfig 958bec0bin xconfig

Add support for Kaveri (Radeon R5)
DeltaFile
+49-25bin/xconfig
+49-251 files

GhostBSD/xconfig f662100cardDetect XF86Config.kaveri

Create XF86Config.kaveri
DeltaFile
+12-0cardDetect/XF86Config.kaveri
+12-01 files

GhostBSD/xconfig a94cd17cardDetect XF86Config.radeonkms

Update XF86Config.radeonkms
DeltaFile
+25-79cardDetect/XF86Config.radeonkms
+25-791 files

GhostBSD/xconfig 60ef36bcardDetect XF86Config.kaveri

Create XF86Config.kaveri
DeltaFile
+7-0cardDetect/XF86Config.kaveri
+7-01 files

GhostBSD/xconfig a907232bin xconfig

Merge pull request #36 from ghostbsd/fix-xlibre

Add XLibre X server detection and NVIDIA driver support
DeltaFile
+39-9bin/xconfig
+39-91 files

GhostBSD/xconfig d2a5362bin xconfig

Add XLibre X server detection and NVIDIA driver support

- Add detect_x_server() function to identify XLibre vs Xorg
- Automatically prefix NVIDIA driver packages with 'xlibre-' when XLibre is detected
- Maintain backward compatibility with standard Xorg packages
- Enhanced error reporting to include both nvidia and xlibre package searches
DeltaFile
+39-9bin/xconfig
+39-91 files

GhostBSD/xconfig f67bcf1bin xconfig

Merge pull request #35 from ghostbsd/fix--nvidia-latest

Fixed the nvidia-latest package name
DeltaFile
+1-1bin/xconfig
+1-11 files

GhostBSD/xconfig 5516b19bin xconfig

fixed the nvidia-latest package name
DeltaFile
+1-1bin/xconfig
+1-11 files

GhostBSD/xconfig 8acb30e. README.md, bin xconfig

Merge pull request #34 from xcrsz/master

Feat: Add dynamic menu generation and improved gpu assignments
DeltaFile
+685-315bin/xconfig
+172-1README.md
+154-0cardDetect/XF86Config.dual
+82-56cardDetect/XF86Config.vesa
+94-0cardDetect/XF86Config.safe
+93-0cardDetect/XF86Config.amdgpu
+1,280-3727 files not shown
+1,835-41513 files

GhostBSD/xconfig 9745170. README.md

Minor revision
DeltaFile
+1-1README.md
+1-11 files

GhostBSD/xconfig 45c34f1. README.md

Update README.md
DeltaFile
+125-126README.md
+125-1261 files

GhostBSD/xconfig f5e93afbin xconfig

Add dynamic menu support
DeltaFile
+501-721bin/xconfig
+501-7211 files

GhostBSD/xconfig 96d5ed6. README.md

Minor revision
DeltaFile
+1-2README.md
+1-21 files

GhostBSD/xconfig d832742. README.md

Minor revision
DeltaFile
+1-1README.md
+1-11 files

GhostBSD/xconfig a4ed62b. README.md

Minor revision
DeltaFile
+174-1README.md
+174-11 files

GhostBSD/xconfig 9ebce24bin xconfig

Update xconfig

- Added Hyper-V detection
- Enhanced Intel support with both auto-detection and config file options
- Improved AMD support by using appropriate external config files

Additional setup functions:
- setup_intel_config() - Uses external Intel config
- setup_hyperv() - Microsoft Hyper-V support
- setup_safe() - Safe/recovery mode
- setup_dual() - Dual monitor template

- Graceful fallbacks when external configs aren't available
DeltaFile
+129-9bin/xconfig
+129-91 files

GhostBSD/xconfig fd05973cardDetect XF86Config.intel

Create XF86Config.intel

- SNA acceleration method
- TearFree option for smooth video
- DRI3 support
- Modern resolution support
DeltaFile
+93-0cardDetect/XF86Config.intel
+93-01 files

GhostBSD/xconfig 6dc7050cardDetect XF86Config.amdgpu

Create XF86Config.amdgpu
DeltaFile
+93-0cardDetect/XF86Config.amdgpu
+93-01 files

GhostBSD/xconfig 6283272cardDetect XF86Config.radeonkms

Create XF86Config.radeonkms

- Glamor acceleration
- Color tiling and page flipping
- DRI2 support
- Standard resolution support
DeltaFile
+92-0cardDetect/XF86Config.radeonkms
+92-01 files

GhostBSD/xconfig e77c667cardDetect XF86Config.hyperv

Create XF86Config.hyperv

- SCFB driver with shadow framebuffer
- Wide sync ranges for dynamic resolution
- Enterprise virtualization support
DeltaFile
+85-0cardDetect/XF86Config.hyperv
+85-01 files

GhostBSD/xconfig 8c2da89cardDetect XF86Config.safe

Create XF86Config.safe
DeltaFile
+94-0cardDetect/XF86Config.safe
+94-01 files

GhostBSD/xconfig cdd4595cardDetect XF86Config.dual

Create XF86Config.dual

- Xinerama support for multi-monitor
- Side-by-side monitor configuration
- Alternative single-card dual-output setup
- Includes configuration comments and examples
DeltaFile
+154-0cardDetect/XF86Config.dual
+154-01 files

GhostBSD/xconfig f3e63accardDetect XF86Config.vmware

Add improvements to XF86Config.vmware

Improvements:
-Missing closing quote in "AutoAddDevices" "Off → "Off"
- Added Files, Module, InputDevice (Keyboard), complete Monitor section
- Added multiple color depths and modern resolutions
- Added HWcursor false and StaticXinerama false options
DeltaFile
+76-15cardDetect/XF86Config.vmware
+76-151 files