# ********************************************************************** # 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 # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ATI Radeon X550" Driver "radeon" Option "RenderAccel" "On" Option "AccelMethod" "exa" Option "AccelDFS" "On" Option "CPusecTimeout" "100000" Option "EXANoComposite" "On" Option "EXAOptimizeMigration" "On" # Option "MigrationHeuristic" "greedy" Option "GARTSize" "32" Option "FBTexPercent" "40" Option "EnablePageFlip" "On" Option "ScalerWidth" "1920" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Acer 77e" Option "DPMS" "on" Gamma 1.2 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Default Screen" Device "ATI Radeon X550" Monitor "Acer 77e" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" # Option "GlxVisuals" "all" EndSection