# ********************************************************************** # Refer to the xorg.conf(5x) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** Section "Module" # double buffer extension Load "dbe" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules Load "type1" Load "freetype" # Load GLX and DRI module # Both are needed for hardware 3D acceleration Load "glx" Load "dri" # Synaptics touchpad driver # Enabled advanced functions of the pad Load "synaptics" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/corefonts/" # cronyx fonts FontPath "/usr/share/fonts/cronyx/100dpi/:unscaled" FontPath "/usr/share/fonts/cronyx/misc/:unscaled" FontPath "/usr/share/fonts/cronyx/75dpi/:unscaled" # terminus (Unicode-enabled) fonts FontPath "/usr/share/fonts/terminus/" # intlfonts (Unicode-enabled) FontPath "/usr/share/fonts/intlfonts/" # The module search path. The default path is shown here. EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "IntegratedKeyboard" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # external USB Logitech Click! mouse Identifier "LogitechClick" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" EndSection Section "InputDevice" # integrated Synaptic touchpad Identifier "SynapticsTouchpad" Driver "synaptics" Option "Device" "/dev/input/synaptics_touchpad_event" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present # The Modes section used for correct resolutions on the LCD Section "Modes" Identifier "StdLCDModes" # Implement only 60Hz modes (GTF): # hsync: 49.68 kHz; pclk: 83.46 MHz Modeline "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +VSync # hsync: 47.70 kHz; pclk: 64.11 MHz Modeline "1024x768_60" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +VSync # hsync: 49.68 kHz; pclk: 62.80 MHz Modeline "960x800_60" 62.80 960 1008 1112 1264 800 801 804 828 -HSync +VSync # hsync: 37.32 kHz; pclk: 38.22 MHz Modeline "800x600_60" 38.22 800 832 912 1024 600 601 604 622 -HSync +VSync # hsync: 29.82 kHz; pclk: 28.63 MHz Modeline "768x480_60" 28.63 768 784 864 960 480 481 484 497 -HSync +VSync # hsync: 29.82 kHz; pclk: 23.86 MHz Modeline "640x480_60" 23.86 640 656 720 800 480 481 484 497 -HSync +VSync EndSection Section "Monitor" Identifier "IntegratedLCD" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. # the horizontal freq is not fixed to 60Hz because then # only a few resolutions from the VESA BIOS are # available in Xorg HorizSync 20-80 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 55-65 Option "DPMS" #UseModes "StdLCDModes" #Option "TargetRefresh" "60" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. #Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. #BusID "PCI:0:10:0" #VideoRam 256 #Clocks 25.2 28.3 EndSection Section "Device" Identifier "Intel 915GM/GMS/910GML" # intel driver supports the i915 chipset Driver "intel" # only enabled because of the old memory manager #VideoRam 131072 #VideoRam 262144 # Enable all hardware acceleration Option "NoAccel" "false" Option "DRI" "true" # Enable the XVideo support Option "XVideo" "true" # Disable legacy 3D support and use the new TTA memory manager Option "Legacy3D" "false" # page flipping : can produces visual tearing (vsync effects) Option "PageFlip" "true" # still use XXA mode because EXA has some flaws Option "AccelMethod" "EXA" #Option "AccelMethod" "XXA" # enable triple buffering and modeswitch debugging Option "TripleBuffer" "true" Option "ModeDebug" "false" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Default Screen" Device "Intel 915GM/GMS/910GML" Monitor "IntegratedLCD" # FIXME: can this be changed using XRandR?? DefaultDepth 24 #DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x800" "1024x768" "960x800" "800x600" "768x480" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x800" "1024x768" "960x800" "800x600" "768x480" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x800" "1024x768" "960x800" "800x600" "768x480" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Default Screen" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "LogitechClick" "SendCoreEvents" InputDevice "SynapticsTouchpad" "CorePointer" InputDevice "IntegratedKeyboard" "CoreKeyboard" Option "BlankTime" "10" Option "StandbyTime" "15" Option "SuspendTime" "20" Option "OffTime" "25" EndSection Section "Extensions" #Option "Composite" "enable" EndSection # Direct Rendering Interface Section "DRI" Mode 0666 EndSection