# ---------------------------------------------------------------------- # file: /etc/X11/xorg.conf # author: Christopher (moparx) - www.linuxinfusion.com # modified: Febuary 02, 2008 22:23:09 # vim:enc=utf-8:ai:si:ts=5:sw=5:et:nu:fdm=indent:fdn=1: # ---------------------------------------------------------------------- Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/artwiz-fonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/vgafonts/" ModulePath "/usr/lib/xorg/modules" EndSection Section "ServerFlags" Option "BlankTime" "10" Option "StandbyTime" "15" Option "SuspendTime" "20" Option "OffTime" "25" EndSection Section "Module" Load "dbe" Load "extmod" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "IBM Model M" Driver "keyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "dvorak" EndSection Section "InputDevice" Identifier "Logitech TrackMan Wheel" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "7300" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" Option "BackingStore" "True" Option "ConnectedMonitor" "DFP" Option "NvAGP" "2" Option "NoLogo" "True" Option "RenderAccel" "True" Option "UseEdidFreqs" "True" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Westinghouse" ModelName "WDE LCM-22w3" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 Option "DPMS" "True" EndSection Section "Screen" Identifier "Screen0" Device "7300" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "ServerLayout" Identifier "Layout for Armitage" Screen "Screen0" InputDevice "IBM Model M" "CoreKeyboard" InputDevice "Logitech TrackMan Wheel" "CorePointer" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection