# ********************************************************************** # 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 # orzel 2009/04/05 : erreur dans Xorg.0.log... probablement deja charge # par defaut # Load "freetype" # Load "glx" # Load "v4l" 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) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # # FontPath "tcp/localhost:7100" # FontPath "unix/localhost:7100" # FontPath "unix/:-1" FontPath "/usr/share/fonts/artwiz:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/util/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/truetype/" FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/sharefont/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/sharefontx/" FontPath "/usr/share/fonts/default/Type1" FontPath "/usr/share/fonts/ttf/decoratives/" FontPath "/usr/share/fonts/ttf/western/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/latex-xft-fonts/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/afms/" FontPath "/usr/share/fonts/lfp-fix/" FontPath "/usr/share/fonts/ttf-gentium/" FontPath "/usr/share/fonts/arphicfonts/" FontPath "/usr/share/fonts/lfpfonts-var/" FontPath "/usr/share/fonts/twmoefonts/" FontPath "/usr/share/fonts/ukr/" FontPath "/usr/share/fonts/baekmuk-fonts/" FontPath "/usr/share/fonts/ja-ipafonts/" FontPath "/usr/share/fonts/unifont/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/jisx0213" FontPath "/usr/share/fonts/kochi-substitute/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/zh-kcfont/" # The module search path. The default path is shown here. EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "DMAForXv" "on" Option "EnablePageFlip" "1" Option "ColorTiling" "1" # Option "Xinerama" "true" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "iiyama" VendorName "Iiyama" EndSection Section "Monitor" Identifier "acer" VendorName "Acer" Option "RightOf" "iiyama" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** #Section "Modes" #EndSection Section "Device" Identifier "card" Driver "radeon" VendorName "ATI Technologies Inc" Option "DynamicClocks" "on" # optional Option "Monitor-DVI-0" "iiyama" Option "Monitor-VGA-0" "acer" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen0" Device "card" Monitor "iiyama" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" Virtual 3600 1200 #The first value is the summ of horizontal resolutions your displays use EndSubSection EndSection # iiyama : 1920x1200 # acer : 1680x1050 # ********************************************************************** # 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 "Orzel Layout" Screen "Screen0" EndSection