# File generated by xorgconfig. # # Copyright (c) 2004 by The XFree86 Project, Inc. # # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" Load "glx" Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" # Configurazione DPMS Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "3" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Acer 77e" Option "DPMS" "on" # Gamma 1.25 Gamma 1.3 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ATI Radeon X550" Driver "radeon" Option "RenderAccel" "On" Option "AccelMethod" "exa" Option "AccelDFS" "On" Option "FBTexPercent" "30" Option "EnablePageFlip" "On" Option "ScalerWidth" "1920" Option "GARTSize" "32" Option "MigrationHeuristic" "smart" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "ATI Radeon X550" Monitor "Acer 77e" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 Virtual 2048 1200 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection