# Begin /etc/X11/XF86Config ############################################################################### # # files # ############################################################################### Section "Files" FontPath "/usr/X11R7/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R7/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R7/lib/X11/fonts/100dpi/" FontPath "/usr/X11R7/lib/X11/fonts/75dpi/" FontPath "/usr/X11R7/lib/X11/fonts/CID/" FontPath "/usr/X11R7/lib/X11/fonts/NTFonts/" FontPath "/usr/X11R7/lib/X11/fonts/TTF/" FontPath "/usr/X11R7/lib/X11/fonts/TrueType/" FontPath "/usr/X11R7/lib/X11/fonts/Type1/" FontPath "/usr/X11R7/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R7/lib/X11/fonts/local/" FontPath "/usr/X11R7/lib/X11/fonts/misc/" EndSection ############################################################################### # # modules # ############################################################################### Section "Module" Load "glx" Load "dri" Load "dbe" Load "v4l" Load "type1" Load "freetype" SubSection "extmod" Option "xfree86-dga" EndSubSection EndSection ############################################################################### # # dri # ############################################################################### Section "DRI" Mode 0666 EndSection ############################################################################### # # extensions # ############################################################################### Section "Extensions" Option "Composite" "Enable" EndSection ############################################################################### # # serverflags # ############################################################################### Section "ServerFlags" Option "AIGLX" "true" EndSection ############################################################################### # # inputdevice: keyboard # ############################################################################### Section "InputDevice" Identifier "Keyboard 1" Driver "keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection ############################################################################### # # inputdevice: mouse # ############################################################################### Section "InputDevice" Identifier "Mouse 1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5" EndSection ############################################################################### # # inputdevice: mouse # ############################################################################### Section "InputDevice" Identifier "Mouse 2" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse1" Option "ZAxisMapping" "4 5" EndSection ############################################################################### # # monitor # ############################################################################### Section "Monitor" Identifier "Monitor 1" # HorizSync 30-80 # VertRefresh 60-75 DisplaySize 220 130 EndSection ############################################################################### # # device # ############################################################################### Section "Device" Identifier "Device 1" Driver "intel" # Option "AGPMode" "4" # Option "AGPFastWrite" "True" # Option "EnablePageFlip" "True" EndSection ############################################################################### # # screen # ############################################################################### Section "Screen" Identifier "Screen 1" Monitor "Monitor 1" Device "Device 1" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x600" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x600" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x600" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200" ViewPort 0 0 EndSubsection EndSection ############################################################################### # # serverlayout # ############################################################################### Section "ServerLayout" Identifier "Simple Layout" InputDevice "Keyboard 1" "CoreKeyboard" InputDevice "Mouse 1" "CorePointer" InputDevice "Mouse 2" "AlwaysCore" Screen "Screen 1" EndSection # End /etc/X11/XF86Config