# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg #Section "Extensions" # Option "Composite" "True" #EndSection Section "InputDevice" Identifier "Tastatur" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Maus" Driver "mouse" # Erforderlich bei zwei Geräten (Touchpad + Maus), sonst spinnen die Maustasten Option "CorePointer" "true" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" # Für ksynaptics, welches im Moment nicht funktioniert, 5.7.2007 Option "SHMConfig" "true" # Daher: Scrolling und Tapping manuell aus Option "TouchpadOff" "2" EndSection Section "Monitor" Identifier "Notebook-Display" # Entspricht 116x116 DPI DisplaySize 306 230 # Macht KDE Option "DPMS" "off" EndSection Section "Monitor" Identifier "VGA-Ausgang" # Standardmäßig ignorieren # Tuts noch nicht, dann findet er keine Screens mit passender Konfiguration beim Start (2.2.2008, 29.8.2008) # Tuts mit X.org 7.4 und X-Server 1.6.1.901 immer noch nicht, 21.5.2009 #Option "Ignore" "true" EndSection Section "Device" Identifier "Grafikchip" ## Radeon-Treiber Driver "radeon" Option "AGPMode" "4" # Benötigt laut ThinkWiki.org CONFIG_FB_RADEON Option "DynamicClocks" "true" # 3D beschleunigen: Laut glxgears von ca. 1690 fps auf 2880 fps, Yieeeha ;-), 6.7.2008 # http://dri.freedesktop.org/wiki/R300Benchmark Option "EnablePageFlip" "true" # EXA auch mit xserver-xorg-video-radeon 6.12.2-2 ein CPU-Fresser, 22.5.2009 Option "AccelMethod" "xaa" # Für AROS #Option "BackingStore" "True" ## Monitore Option "Monitor-LVDS" "Notebook-Display" Option "Monitor-VGA-0" "VGA-Ausgang" EndSection Section "Screen" Identifier "Notebook-Bildschirm" Device "Grafikchip" Monitor "Notebook-Display" DefaultDepth 24 # Großer virtueller Bildschirm #SubSection "Display" # 1400x1050 + 1680x800 #Virtual 3080 1050 #EndSubSection EndSection Section "ServerFlags" # Strg-Alt-Ruecktaste erlauben Option "DontZap" "on" # Damit X.org Maus und Tastatur nicht ausschaltet Option "AllowEmptyInput" "off" Option "AutoAddDevices" "off" Option "AutoEnableDevices" "off" EndSection # Erforderlich, damit X.org die Touchpad-Einstellungen einbindet Section "ServerLayout" Identifier "Standard-Konfiguration" Screen "Notebook-Bildschirm" InputDevice "Maus" InputDevice "Touchpad" InputDevice "Tastatur" EndSection