X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2FX11%2Fxorg.conf.example;h=7f923d43d1d8d817e717dc4fa937e9129fff88d6;hb=516a12154c2055e87016ad06fe13bf24242a190a;hp=df2c3de1ced384f285e3c1581553fc5b5ab0566f;hpb=35bde6fd5891715a7ad8e0b0db5109ce92271191;p=grml-x.git diff --git a/etc/X11/xorg.conf.example b/etc/X11/xorg.conf.example index df2c3de..7f923d4 100644 --- a/etc/X11/xorg.conf.example +++ b/etc/X11/xorg.conf.example @@ -2,16 +2,14 @@ # Filename: /etc/X11/xorg.conf # Purpose: config file for xserver - generated by grml-x # Bug-Reports: see http://grml.org/bugs/ -# Latest change: Sat Apr 15 10:39:38 CEST 2006 [mika] # 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 -# /usr/share/doc/xfree86-common/ for information on XFree86 # 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. -# +# # If you would like this file to be automatically reconfigured by debian, # run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg @@ -23,12 +21,13 @@ Section "ServerLayout" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "USB Mouse" "CorePointer" # InputDevice "PS/2 Mouse" "CorePointer" + Option "AutoAddDevices" "off" # do not depend on running dbus/hal 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 "DontZap" "false" # enable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection @@ -63,19 +62,19 @@ Section "Module" Load "dbe" # double buffer extension Load "dri" # direct rendering Load "glx" # 3D layer - Load "type1" # font module - Load "freetype" # font rendering Load "extmod" # some commonly used server extensions (e.g. shape extension) Load "record" # recording extension - # Load "vbe" # Vesa BIOS Extension - # Load "ddc" # ddc probing of monitor + Load "evdev" # generic input handling driver on Linux # Load "bitmap" # bitmap fonts + # Load "ddc" # ddc probing of monitor + # Load "freetype" # font rendering # Load "GLcore" # render OpenGL in software # Load "i2c" # I2C bus # Load "int10" # initialize graphics cards via int10 call to the BIOS # Load "speedo" # font module + # Load "type1" # font module # Load "v4l" # Video for Linux - # Load "evdev" # generic input handling driver on Linux + # Load "vbe" # Vesa BIOS Extension # 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 @@ -97,11 +96,11 @@ Section "InputDevice" Option "XkbModel" "pc105" Option "XkbLayout" "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/X11R6.9.0/doc/html/mouse.html - Section "InputDevice" Identifier "USB Mouse" Driver "mouse" @@ -179,7 +178,6 @@ Section "Device" # Option "RenderAccel" "true" # Option "AllowGLXWithComposite" "true" Identifier "Card0" -# The following line is auto-generated by grml-x Driver "vesa" VendorName "All" BoardName "All" @@ -227,6 +225,8 @@ Section "Screen" 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