# ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:-1" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line #Protocol "Xqueue" AutoRepeat 500 5 # Let the server do the NumLock processing. This should only be # required when using pre-R6 clients #ServerNumLock # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) #Xleds 1 2 3 #To set the LeftAlt to Meta, RightAlt key to ModeShift, #RightCtl key to Compose, and ScrollLock key to ModeLock: LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control # To disable the XKEYBOARD extension, uncomment XkbDisable. # XkbDisable # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # XkbModel "pc102" # If you have a US Microsoft Natural keyboard, you can use: # XkbModel "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # XkbLayout "de" # or: # XkbLayout "de" # XkbVariant "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: XkbOptions "ctrl:swapcaps" # These are the default XKB settings for XFree86 # XkbRules "xfree86" # XkbModel "pc101" # XkbLayout "us" # XkbVariant "" # XkbOptions "" XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "jp106" XkbLayout "jp" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "IMPS/2" Device "/dev/mumse" Buttons 5 ZAxisMapping 4 5 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Custom Monitor" VendorName "SONY" ModelName "PCG-C1XE Display Panel" HorizSync 20-64 VertRefresh 50-100 # 1024x480 @ 60 Hz, 48.4 kHz hsync Modeline "1024x480" 65 1024 1032 1176 1344 480 491 493 525 -hsync -vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NeoMagic 2200:PCI" VendorName "NeoMagic 2200:PCI" BoardName "NeoMagic 2200:PCI" VideoRam 2560 Option "override_validate_mode" # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "NeoMagic 2200:PCI" Monitor "Custom Monitor" DefaultColorDepth 16 Subsection "Display" Depth 16 Modes "1024x480" ViewPort 0 0 EndSubsection EndSection