Sample XF86Config for PCG-C1XE


Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 30
   LeftAlt         Meta
   RightAlt        Meta
   ScrollLock      Compose
   RightCtl        Control
   XkbKeycodes     "xfree86"
   XkbTypes        "default"
   XkbCompat       "default"
   XkbSymbols      "us(pc101)"
   XkbGeometry     "pc"
   XkbRules        "xfree86"
   XkbModel        "jp106"
   XkbLayout       "jp"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/psaux"
   BaudRate        1200
   Emulate3Timeout 50
   SampleRate      4
   Resolution      100
   Buttons         3
EndSection

Section "Monitor"
   Identifier      "Generic Multisync"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       20-64
   VertRefresh     50-100
   Modeline  "1024x480"   65 1024 1032 1176 1344 480 491 493 525
   Modeline  "1024x768"   65 1024 1104 1224 1380 768 772 775 794
EndSection

Section "Device"
   Identifier      "NeoMagic"
   VendorName      "Unknown"
   BoardName       "Unknown"
   Option          "override_validate_mode"
   Clocks          50
   Option          "intern_disp"
   Option          "extern_disp"
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "NeoMagic"
   Monitor         "Generic Multisync"
   DefaultColorDepth 24
   SubSection "Display"
      Depth        24
      Modes        "1024x480"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
EndSection

Last modified : 14 August 2006