[PC-BSD Commits] r1934 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header
svn at pcbsd.org
svn at pcbsd.org
Wed May 21 07:43:33 PDT 2008
Author: kris
Date: 2008-05-21 07:43:33 -0700 (Wed, 21 May 2008)
New Revision: 1934
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-169.12.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-71.86.04.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-96.43.05.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
Log:
Updated our xorg templates to include the XkbVariant line so we can set it
via the installer
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -40,6 +40,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -40,6 +40,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -41,6 +41,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -38,6 +38,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -41,6 +41,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-169.12.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-169.12.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-169.12.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -38,6 +38,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-71.86.04.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-71.86.04.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-71.86.04.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -38,6 +38,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-96.43.05.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-96.43.05.xorg.conf 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia-96.43.05.xorg.conf 2008-05-21 14:43:33 UTC (rev 1934)
@@ -38,6 +38,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2008-05-21 14:41:20 UTC (rev 1933)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2008-05-21 14:43:33 UTC (rev 1934)
@@ -38,6 +38,7 @@
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
+ Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
More information about the Commits
mailing list