# $XdotOrg$ # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Main Layout" # Screen 0 "aticonfig-Screen[0]" 0 0 Screen "aticonfig-Screen[0]" # Screen "Screen ati" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "ServerFlags" # Option "AIGLX" "true" Option "AIGLX" "false" EndSection # ********************************************************************** # Files sections. # ********************************************************************** Section "Files" # ModulePath "/usr/lib/xorg/modules" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/cronyx/100dpi" FontPath "/usr/share/fonts/cronyx/75dpi" FontPath "/usr/share/fonts/cronyx/misc" FontPath "/usr/share/fonts/efont-unicode" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/terminus" EndSection # ********************************************************************** # Module sections. # ********************************************************************** Section "Module" # This loads the DBE extension module. # initialisation of the XFree86-DGA extension within that module. # This loads the Type1 and FreeType font modules Load "dbe" Load "ddc" Load "fglrx" Load "vbe" # This loads the miscellaneous extensions module, and disables SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" # This loads the GLX module Load "glx" # This loads the DRI module Load "dri" EndSection Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection # ********************************************************************** # Input sections. # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbVariant" "base,winkeys" Option "XkbOptions" "grp:caps_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" EndSection # ********************************************************************** # Monitor sections. # ********************************************************************** Section "Monitor" Identifier "Generic Monitor" HorizSync 30.0 - 150.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "MonitorLayout" "CRT, NONE" Option "IgnoreEDID" "off" Option "HSync2" "30-85" Option "VRefresh2" "50-160" EndSection # ********************************************************************** # Device sections. # ********************************************************************** Section "Device" Identifier "Generic VGA" Driver "vga" EndSection Section "Device" Identifier "ati" Driver "radeon" Option "Accel" Option "RenderAccel" "true" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" Option "backingstore" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "DRI" "false" Option "ForceMonitors" "notv" # Option "DesktopSetup" "horizontal" Option "VideoOverlay" "on" Option "UseFastTLS" "0" Option "EnablePrivateBackZ" "on" EndSection # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Identifier "Screen ati" Device "ati" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen vga" Device "Generic VGA" Monitor "Generic Monitor" DefaultDepth 8 SubSection "Display" Viewport 0 0 Virtual 800 600 Depth 8 Modes "640x480" EndSubSection SubSection "Display" Depth 4 Modes "640x480" EndSubSection SubSection "Display" Depth 1 Modes "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection # ********************************************************************** Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" # Option "Composite" "Enable" Option "RENDER" "Enable" Option "XVideo" "Enable" EndSection