Author: alexander
Date: 2005-12-24 06:35:05 -0700 (Sat, 24 Dec 2005)
New Revision: 1305

Modified:
   trunk/etc/X11/xorg.conf
Log:
Adapted xorg.conf to X11R7.0


Modified: trunk/etc/X11/xorg.conf
===================================================================
--- trunk/etc/X11/xorg.conf     2005-12-24 12:37:47 UTC (rev 1304)
+++ trunk/etc/X11/xorg.conf     2005-12-24 13:35:05 UTC (rev 1305)
@@ -9,6 +9,7 @@
 EndSection
 
 Section "Module"
+       Load    "glx"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
@@ -16,10 +17,8 @@
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
-       Load    "glx"
        Load    "int10"
        Load    "record"
-       Load    "type1"
        Load    "vbe"
 EndSection
 
@@ -29,7 +28,7 @@
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
-       Option          "XkbLayout"     "en_US"
+       Option          "XkbLayout"     "us"
        Option  "XkbOptions"    
"grp:alt_shift_toggle,compose:menu,grp_led:scroll"
 EndSection
 
@@ -40,7 +39,6 @@
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
-       Option          "ZAxisMapping"          "4 5"
 EndSection
 
 Section "Device"

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to