# http://cvs.sourceforge.net/viewcvs.py/*checkout*/xbox-linux/Xorg/xorg.conf?rev=1.1.1.1 Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "dbe" SubSection "extmod" # implies Load # Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "bitmap" Load "dri" Load "glx" Load "fb" EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "DontZap" # Option "DontZoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" # Option "EstimateSizesAggresively" "0" Option "PciProbe1" "false" Option "PciProbe2" "false" Option "PciForceConfig1" "false" Option "PciForceConfig2" "false" # Option "PciForceNone" "true" Option "PciOsConfig" "true" Option "AllowMouseOpenFail" "true" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbOptions" "ctrl:swapcaps,compose:menu" EndSection Section "InputDevice" Identifier "Configured mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "LIRC-Mouse" Driver "mouse" Option "Device" "/dev/lircm" Option "Protocol" "ImPS/2" Option "SendCoreEvents" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Joystick" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/joymouse" Option "SendCoreEvents" "true" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Device" Identifier "Framebuffer" Driver "fbdev" Option "fbdev" "/dev/fb/0" Option "UseFBDev" EndSection Section "Device" Identifier "Nv" Driver "nvxbox" Option "UseFBDev" "1" Option "HWCursor" "0" # BusID "PCI:0:01:0" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-55 VertRefresh 45-65 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Nv" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "640x480" EndSubSection SubSection "Display" Depth 4 Modes "640x480" EndSubSection SubSection "Display" Depth 8 Modes "640x480" EndSubSection SubSection "Display" Depth 15 Modes "640x480" EndSubSection 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 "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "LIRC-Mouse" InputDevice "Joystick" EndSection Section "DRI" Mode 0666 EndSection