Changeset 2219
- Timestamp:
- 07/01/08 09:20:16 (5 months ago)
- Location:
- pcbsd/trunk/system-overlay/PCBSD/xorg-gui
- Files:
-
- 2 added
- 6 removed
- 9 modified
-
bin/setupconf.sh (modified) (2 diffs)
-
settings/alias.txt (modified) (1 diff)
-
settings/drivers.txt (modified) (1 diff)
-
templates/header/ati-3d-enable.xorg.conf (modified) (1 diff)
-
templates/header/ati.xorg.conf (modified) (1 diff)
-
templates/header/intel-3d-enable.xorg.conf (modified) (1 diff)
-
templates/header/intel.xorg.conf (modified) (1 diff)
-
templates/header/mga-3d-enable.xorg.conf (modified) (1 diff)
-
templates/header/nvidia-169.12.xorg.conf (deleted)
-
templates/header/nvidia-71.86.04.xorg.conf (deleted)
-
templates/header/nvidia-96.43.05.xorg.conf (deleted)
-
templates/header/nvidia.xorg.conf (added)
-
templates/header/xorg.conf.generic (modified) (1 diff)
-
templates/scripts/nvidia-169.12.sh (deleted)
-
templates/scripts/nvidia-71.86.04.sh (deleted)
-
templates/scripts/nvidia-96.43.05.sh (deleted)
-
templates/scripts/nvidia.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
r2135 r2219 19 19 20 20 # Check if the driver has a special header to use in place of the generic one 21 if [ -e "/PCBSD/xorg-gui/templates/header/${ SELDRIVER}.xorg.conf" ]21 if [ -e "/PCBSD/xorg-gui/templates/header/${DRIVER}.xorg.conf" ] 22 22 then 23 cp "/PCBSD/xorg-gui/templates/header/${ SELDRIVER}.xorg.conf" $TMPFILE23 cp "/PCBSD/xorg-gui/templates/header/${DRIVER}.xorg.conf" $TMPFILE 24 24 else 25 25 cp /PCBSD/xorg-gui/templates/header/xorg.conf.generic $TMPFILE … … 125 125 126 126 # See if this driver needs any post-setup operations to run 127 if [ -e "/PCBSD/xorg-gui/templates/scripts/${ SELDRIVER}.sh" ]127 if [ -e "/PCBSD/xorg-gui/templates/scripts/${DRIVER}.sh" ] 128 128 then 129 129 # We found the file, so run it 130 sh "/PCBSD/xorg-gui/templates/scripts/${ SELDRIVER}.sh"130 sh "/PCBSD/xorg-gui/templates/scripts/${DRIVER}.sh" "${SELDRIVER}" 131 131 fi -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/alias.txt
r1465 r2219 20 20 nvidia-71.86.04:nvidia 21 21 nvidia-96.43.05:nvidia 22 nvidia-1 69.12:nvidia22 nvidia-173.14.09:nvidia 23 23 rendition:rendition 24 24 s3:s3 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/settings/drivers.txt
r1465 r2219 20 20 nvidia-71.86.04 21 21 nvidia-96.43.05 22 nvidia-1 69.1222 nvidia-173.14.09 23 23 rendition 24 24 s3 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
r1934 r2219 41 41 Option "XkbModel" "pc105" 42 42 Option "XkbLayout" "us" 43 Option "XkbVariant" " intl"43 Option "XkbVariant" "" 44 44 EndSection 45 45 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
r1934 r2219 41 41 Option "XkbModel" "pc105" 42 42 Option "XkbLayout" "us" 43 Option "XkbVariant" " intl"43 Option "XkbVariant" "" 44 44 EndSection 45 45 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
r1934 r2219 42 42 Option "XkbModel" "pc105" 43 43 Option "XkbLayout" "us" 44 Option "XkbVariant" " intl"44 Option "XkbVariant" "" 45 45 EndSection 46 46 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
r1934 r2219 39 39 Option "XkbModel" "pc105" 40 40 Option "XkbLayout" "us" 41 Option "XkbVariant" " intl"41 Option "XkbVariant" "" 42 42 EndSection 43 43 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
r1934 r2219 42 42 Option "XkbModel" "pc105" 43 43 Option "XkbLayout" "us" 44 Option "XkbVariant" " intl"44 Option "XkbVariant" "" 45 45 EndSection 46 46 -
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
r1934 r2219 39 39 Option "XkbModel" "pc105" 40 40 Option "XkbLayout" "us" 41 Option "XkbVariant" " intl"41 Option "XkbVariant" "" 42 42 EndSection 43 43
