Section "dri" Mode 0666 EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/truetype/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/artwiz/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/util/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/unifont/" FontPath "/usr/share/fonts/sharefont/" FontPath "/usr/share/fonts/ukr/" EndSection Section "InputDevice" Identifier "Logitech Y-RJ20" Driver "kbd" #Option "Protocol" "evdev" #Option "Dev Name" "Logitech USB Receiver" #Option "Dev Phys" "usb-*/input0" Option "XkbRules" "xfree86" Option "XkbModel" "logiinkseusb" Option "XkbLayout" "be" EndSection Section "InputDevice" Identifier "Logitech MX 700" Driver "mouse" Option "Protocol" "evdev" Option "Dev Name" "Logitech USB Receiver" #cat /proc/bus/input/devices Option "Dev Phys" "usb-*/input1" #cat /proc/bus/input/devices Option "Device" "/dev/input/mice" # Choose the correct input event here. Option "Buttons" "10" Option "ZAxisMapping" "9 10" Option "Resolution" "800" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 31.5 - 48.4 VertRefresh 60 - 75 Option "DPMS" EndSection Section "Device" Identifier "ATI Graphics Adapter" Driver "fglrx" #Option "NoDDC" Option "AGPMode" "2" Option "AGPFastWrite" "False" Option "EnablePageFlip" "False" Option "no_accel" "no" Option "no_dri" "no" Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr Option "DesktopSetup" "0x00000000" Option "MonitorLayout" "AUTO, AUTO" Option "IgnoreEDID" "off" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" Option "NoTV" "yes" Option "TVStandard" "NTSC-M" Option "TVHSizeAdj" "0" Option "TVVSizeAdj" "0" Option "TVHPosAdj" "0" Option "TVVPosAdj" "0" Option "TVHStartAdj" "0" Option "TVColorAdj" "0" Option "GammaCorrectionI" "0x00000000" Option "GammaCorrectionII" "0x00000000" Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Center Mode (Laptops only) === Option "CenterMode" "off" # === Pseudo Color Visuals (8-bit visuals) === Option "PseudoColorVisuals" "off" # === QBS Management === Option "Stereo" "off" Option "StereoSyncEnable" "1" # === FSAA Management === Option "FSAAEnable" "no" Option "FSAAScale" "1" Option "FSAADisableGamma" "no" Option "FSAACustomizeMSPos" "no" Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY0" "0.000000" Option "FSAAMSPosX1" "0.000000" Option "FSAAMSPosY1" "0.000000" Option "FSAAMSPosX2" "0.000000" Option "FSAAMSPosY2" "0.000000" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "FSAAMSPosY5" "0.000000" # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "no" Option "ForceGenericCPU" "no" BusID "PCI:2:0:0" # vendor=1002, device=496e Screen 0 EndSection Section "Screen" Identifier "Screen 1" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 Modes "1024x768" #Modes "1152x864" #Modes "1280x1024" ViewPort 0 0 # initial origin if mode is smaller than desktop # Virtual 1280 1024 EndSubsection EndSection Section "ServerLayout" Identifier "Server Layout" Screen "Screen 1" InputDevice "Logitech MX 700" "CorePointer" InputDevice "Logitech Y-RJ20" "CoreKeyboard" EndSection