X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2FX11%2Fxorg.conf.example;h=5db17b7531aa94a68b68ac9032a088854aafe813;hb=b7febb7b3bb7e727bd8c69d081b621f6cd9d21f1;hp=df2c3de1ced384f285e3c1581553fc5b5ab0566f;hpb=35bde6fd5891715a7ad8e0b0db5109ce92271191;p=grml-x.git diff --git a/etc/X11/xorg.conf.example b/etc/X11/xorg.conf.example index df2c3de..5db17b7 100644 --- a/etc/X11/xorg.conf.example +++ b/etc/X11/xorg.conf.example @@ -7,11 +7,10 @@ # /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 @@ -67,6 +66,7 @@ Section "Module" Load "freetype" # font 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 "vbe" # Vesa BIOS Extension # Load "ddc" # ddc probing of monitor # Load "bitmap" # bitmap fonts @@ -75,7 +75,6 @@ Section "Module" # Load "int10" # initialize graphics cards via int10 call to the BIOS # Load "speedo" # font module # Load "v4l" # Video for Linux - # Load "evdev" # generic input handling driver on Linux # 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