# ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" Load "dbe" # Double buffer extension Load "bitmap" Load "ddc" Load "int10" Load "record" Load "vbe" Load "extmod" Load "type1" Load "freetype" Load "glx" Load "dri" Load "xtrap" Load "GLcore" Load "v4l" EndSection # ********************************************************************** # Extensions # ********************************************************************** #Section "Extensions" # Option "Composite" "Enable" # no luck with ATI #EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/arphicfonts/" FontPath "/usr/share/fonts/artwiz/" FontPath "/usr/share/fonts/baekmuk-fonts/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/intlfonts/" FontPath "/usr/share/fonts/kochi-substitute/" FontPath "/usr/share/fonts/lfpfonts-fix/" FontPath "/usr/share/fonts/lfpfonts-var/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/sharefonts/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/ukr/" ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Microsoft Natural" Driver "kbd" Option "LeftAlt" "Meta" Option "RightAlt" "ModeShift" Option "XkbModel" "microsoft" Option "XkbLayout" "de" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Logitech Cordless Wheel" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Peacock Entrada" HorizSync 30-95 VertRefresh 50-160 Option "DPMS" "1" EndSection # ********************************************************************** # Graphics devices section # ********************************************************************** Section "Device" Identifier "ATI Radeon 9200" Driver "radeon" Option "AGPMode" "4" Option "EnablePageFlip" "1" Option "MonitorLayout" "CRT, NONE" # Option "MergedFB" "1" Option "backingstore" "1" Option "RenderAccel" "1" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Nucleus" Device "ATI Radeon 9200" Monitor "Peacock Entrada" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Standard" Screen "Nucleus" InputDevice "Logitech Cordless Wheel" "CorePointer" InputDevice "Microsoft Natural" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection