xorg.conf
von Strunz_1975- SNIPPET_TEXT:
-
- Section "ServerLayout"
- Identifier "X.org Configured"
- InputDevice "Synaptics Touchpad" "CorePointer"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Screen "Screen 0" 0 0
- Option "AutoAddDevices" "true"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/X11/misc"
- FontPath "/usr/share/fonts/X11/cyrillic"
- 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 "built-ins"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Option "CorePointer" "true"
- Option "SendCoreEvents" "true"
- Driver "synaptics"
- Option "SendCoreEvents" "true"
- Option "Device" "/dev/input/mice"
- Option "SHMConfig" "true"
- Option "MaxTapTime" "0"
- Option "HorizScrollDelta" "0"
- Option "VertScrollDelta" "30"
- Option "TapButton1" "0"
- Option "TapButton2" "0"
- Option "TapButton3" "0"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "de"
- Option "XKBVARIANT" "mac
- Option "XkbOptions" "lv3:rwin_switch,apple:badmap"
- EndSection
- #Section "InputDevice"
- # Identifier "Mouse0"
- # Driver "mouse"
- # Option "Protocol" "auto"
- # Option "Device" "/dev/input/mice"
- # Option "ZAxisMapping" "4 5 6 7"
- #EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "evdev"
- Option "MatchDevicePath" "/dev/input/event*"
- Option "MatchIsTouchscreen" "on"
- Option "Device" "/dev/input/by-path/pci-0000:00:06.0-usb-0:3:1.2-event-mouse"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
- ### <percent>: "<f>%"
- ### [arg]: arg optional
- #Option "SWcursor" # [<bool>]
- #Option "HWcursor" # [<bool>]
- #Option "NoAccel" # [<bool>]
- #Option "ShadowFB" # [<bool>]
- #Option "VideoKey" # <i>
- #Option "WrappedFB" # [<bool>]
- #Option "GLXVBlank" # [<bool>]
- #Option "ZaphodHeads" # <str>
- #Option "PageFlip" # [<bool>]
- #Option "SwapLimit" # <i>
- #Option "AsyncUTSDFS" # [<bool>]
- #Option "AccelMethod" # <str>
- #Option "DRI" # <i>
- Identifier "Card0"
- Driver "nouveau"
- BusID "PCI:2:0:0"
- EndSection
- Section "Screen "
- Identifier "Screen 0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
Quellcode
Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN