# This is the /etc/XF86Config template for XBOX Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which run-time loadable modules to load when the X server starts up. # ********************************************************************** Section "Module" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. Load "bitmap" SubSection "extmod" Option "omit xfree86-dga" EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" EndSection # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** Section "ServerFlags" Option "PciProbe1" "false" Option "PciProbe2" "false" Option "PciForceConfig1" "false" Option "PciForceConfig2" "false" Option "PciOsConfig" "true" Option "AllowMouseOpenFail" "true" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 5" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** # Identifier and driver Section "InputDevice" Identifier "Mouse1" Driver "mouse" # The mouse protocol and device. The device is normally set to /dev/mouse, # which is usually a symbolic link to the real device. Option "Protocol" "Microsoft" Option "Device" "/dev/mouse" EndSection # It would be cool to add XBOX gamepads here as extended input devices # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Monitor-PAL" HorizSync 30-55 VertRefresh 45-55 Option "DPMS" # 640x480 on PAL Modeline "640x480" 45.46 640 694 932 1171 480 535 675 785 # 800x600, PAL Modeline "800x600" 45.46 800 924 1060 1195 600 627 711 766 # 1024x576, PAL Modeline "1024x576" 58.82 1024 1280 1570 1873 576 592 632 646 EndSection Section "Monitor" Identifier "Monitor-NTSC" HorizSync 30-55 VertRefresh 55-65 Option "DPMS" # 640x480 on NTSC Modeline "640x480" 35.71 640 670 750 829 480 527 643 728 # 800x600, NTSC Modeline "800x600" 47.62 800 848 872 887 600 648 778 878 EndSection Section "Device" Identifier "Nv" Driver "nv" Option "UseFBDev" "on" Option "HWCursor" "off" EndSection Section "Screen" Identifier "Default Screen" Device "Nv" Monitor "Monitor-PAL" DefaultDepth 16 SubSection "Display" Depth 16 Modes "640x480" EndSubSection SubSection "Display" Depth 24 Modes "640x480" EndSubSection SubSection "Display" Depth 32 Modes "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "Default Screen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection