################################################################################ # Filename: /etc/X11/xorg.conf # Purpose: config file for xserver - generated by grml-x # Bug-Reports: see http://grml.org/bugs/ # Latest change: Do 22. Jan 20:00:57 UTC 2009 # See also: # /usr/share/doc/xserver-xorg/ and # http://wiki.x.org/wiki/Home and # http://ftp.x.org/pub/X11R7.0/doc/html/index.html for information on Xorg # # Refer to the xorg.conf man page and to # http://ftp.x.org/pub/X11R7.0/doc/html/xorg.conf.5.html # for details about the format of this file. # # See http://wiki.debian.org/XStrikeForce/FAQ for information # regarding Xorg packages within Debian. # # If you would like this file to be automatically reconfigured by debian, # run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg ################################################################################ Section "ServerLayout" Identifier "XServer Configured" Screen 0 "Screen0" 0 0 # InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "Generic Mouse" "CorePointer" # InputDevice "USB Mouse" "CorePointer" # InputDevice "PS/2 Mouse" "CorePointer" InputDevice "Synaptics" # "AlwaysCore" # No serial mouse detected. EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" # allows the server to start up even if the mouse does not work Option "DontVTSwitch" "false" # allow switching between virtual terminal # Option "DontZap" "true" # disable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection Section "Files" # More information: http://ftp.x.org/pub/X11R7.0/doc/html/fonts.html FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # FontPath "/usr/share/fonts/ttf/western" # FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/latex-ttf-fonts" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection # Modules - see /usr/lib/xorg/modules/fonts and /usr/lib/xorg/modules/extensions Section "Module" Load "dbe" # double buffer extension Load "dri" # direct rendering Load "glx" # 3D layer / GLX extension # Load "type1" # type1 font module Load "freetype" # freetype fonts rendering Load "extmod" # some commonly used server extensions (e.g. shape extension) Load "record" # recording extension Load "evdev" # generic input handling driver on Linux Load "xtrap" # X Trap extension # Load "vbe" # Vesa BIOS Extension # Load "i2c" # I2C bus # Load "int10" # initialize graphics cards via int10 call to the BIOS # Load "v4l" # Video for Linux ## Deprecated/unneeded modules with Xorg >=7.0: # Load "speedo" # font module (does not exist anymore) # Load "ddc" # ddc probing of monitor (automatically loaded) # Load "GLcore" # render OpenGL in software (automatically loaded) # Load "bitmap" # bitmap fonts (automatically loaded) # Valid entries - see /usr/lib/xorg/modules/[extensions/] # afb bitmap cfb cfb16 cfb24 cfb32 cw damage dbe ddc dri drm extmod fb # fbdevhw freetype GLcore glx i2c int10 int10 layer mfb pcidata rac ramdac # record scanpci shadow shadowfb type1 vbe vgahw xaa xf1bpp xf24_32bpp xf4bpp # xf8_16bpp xf8_32bpp xtrap EndSection # If you'd like to switch the positions of your capslock and control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # More information: http://ftp.x.org/pub/X11R7.0/doc/html/XKB-Config.html Section "InputDevice" Identifier "Keyboard0" Option "CoreKeyboard" Driver "kbd" # Option "XkbRules" "xfree86" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de,us" Option "XkbVariant" "nodeadkeys" #Option "XkbOptions" "ctrl:swapcaps,grp:alt_shift_toggle,grp_led:scroll,compose:menu" EndSection # More information: http://ftp.x.org/pub/X11R7.0/doc/html/mouse.html Section "InputDevice" Driver "synaptics" Identifier "Synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "120" Option "RightEdge" "850" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "ZAxisMapping" "4 5" Option "MaxTapTime" "180" Option "MaxTapMove" "50" Option "MaxDoubleTapTime" "100" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "2.00" Option "AccelFactor" "0.030" Option "UpDownScrolling" "1" Option "EmulateMiddleButtonTime" "75" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "8" # Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection # Section "InputDevice" # Identifier "Generic Mouse" # Driver "evdev" # Option "Device" "/dev/input/mice" # Option "Protocol" "auto" # Option "ZAxisMapping" "4 5" # Option "Buttons" "5" # Option "SendCoreEvents" "true" # EndSection Section "Monitor" Identifier "Monitor0" # ModelName "Old Monitor (no DDC)" Option "DPMS" "true" # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors # HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors HorizSync 28.0 - 96.0 # VertRefresh 50.0 - 76.0 # Very conservative. May flicker. # VertRefresh 50.0 - 60.0 # Extreme conservative. Will flicker. TFT default. VertRefresh 50.0 - 60.0 # Need more information? # http://xtiming.sourceforge.net/cgi-bin/xtiming.pl # http://en.tldp.org/HOWTO/XFree86-Video-Timings-HOWTO/ EndSection Section "Device" ### Available Driver options are: ## sw_cursor is needed for some ati and radeon cards Option "sw_cursor" # Option "hw_cursor" # Option "NoAccel" # Option "ShowCache" # Option "ShadowFB" # Option "UseFBDev" # Option "Rotate" ## xorg + nvidia: # Option "RenderAccel" "true" # Option "AllowGLXWithComposite" "true" Identifier "Card0" # The following line is auto-generated by grml-x Driver "ati" VendorName "All" BoardName "All" ## Workaround for drivers (for example radeon) which might send output to wrong device: # Option "MonitorLayout" "LVDS, AUTO" # Option "MonitorLayout" "LVDS, CRT" # Option "MonitorLayout" "NONE, STV" # Option "MonitorLayout" "LVDS" ## Specify BusID: BusID "PCI:1:0:0" Option "XAANoOffscreenPixmaps" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 SubSection "Display" Depth 1 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 4 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 8 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 15 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 16 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 24 # Modes "1920x1200" EndSubSection SubSection "Display" Depth 32 # Modes "1920x1200" EndSubSection EndSection # Make sure you have the relevant Debian packages on your system # to be able to use DRI (libgl1-mesa-dri for example) Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection ## END OF FILE #################################################################