# ********************************************************************** # 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" # 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 # Synaptics touchpad driver: # Enables 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/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 # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present # The Modes section used for correct resolutions on the LCD Section "Modes" Identifier "60Hz LCD Modes" # Implement only 60Hz modes (GTF): # hsync: 49.68 kHz; pclk: 62.80 MHz Modeline "960x800_60" 62.80 960 1008 1112 1264 800 801 804 828 -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 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 "60Hz LCD Modes" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VESA" # 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 "vesa" # 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" Option "AccelMethod" "EXA" Option "TripleBuffer" "false" Option "BackingStore" "true" Option "XvMC" "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 "LCD Screen" Device "Intel 915GM/GMS/910GML" #Device "Standard VESA" Monitor "IntegratedLCD" # at present XRandR can't change the colordepth on-the-fly DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x800" "1024x768" "960x800_60" "800x600" "768x480_60" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x800" "1024x768" "960x800_60" "800x600" "768x480_60" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x800" "1024x768" "960x800_60" "800x600" "768x480_60" "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 "Standard 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 "LCD Screen" Option "BlankTime" "10" Option "StandbyTime" "15" Option "SuspendTime" "20" Option "OffTime" "25" EndSection # Direct Rendering Interface Section "DRI" Mode 0666 EndSection