Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted by registered user biowoid ( 15 years ago )
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

#Section "InputClass"
#        Identifier "evdev pointer catchall"
#        MatchIsPointer "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

#Section "InputClass"
#        Identifier "evdev keyboard catchall"
#        MatchIsKeyboard "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

#Section "InputClass"
#        Identifier "evdev tablet catchall"
#        MatchIsTablet "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

#Section "InputClass"
#        Identifier "evdev touchscreen catchall"
#        MatchIsTouchscreen "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection
Section "Monitor"
 Identifier   "NBMainMon"
 VendorName   "Unknown Vendor"
 ModelName    "Unknown 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>]
 Identifier  "Card0"
 Driver      "nouveau"
 BusID       "PCI:2:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 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

Section "DRI"
 Group 0
 Mode 0666
EndSection

Section "InputDevice"
 Identifier "Touchpad"
 Driver  "synaptics"
# MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
 Option  "Protocol"  "auto-dev"
 Option  "Device"  "/dev/psaux"
 Option  "ZAxisMapping"  "4 5"
 Option  "LeftEdge"  "1900"
 Option  "RightEdge"  "5400"
 Option  "TopEdge"  "1800"
 Option  "BottomEdge"  "3900"
 Option  "FingerLow"  "25"
 Option  "FingerHigh"  "30"
 Option  "MaxTapTime"  "180"
 Option  "MaxTapMove"  "220"
 Option  "VertScrollDelta" "100"
 Option  "MinSpeed"  "0.02"
 Option  "MaxSpeed"  "0.18"
 Option  "AccelFactor"  "0.0010"
 Option  "UpDownScrolling" "on"
EndSection 
Section "InputClass"
 Identifier "keyboard-all"
 Driver  "evdev"
 Option  "XkbLayout" "us,ru"
# Option  "XkbModel"
 Option  "XkbRules" "xorg"
 Option  "XkbOptions" "grp:caps_toggle,grp:switch,grp_led:scroll,compoze:rctrl,terminate:ctrl_alt_bksp"
 Option  "XkbVariant" ",winkeys"
 MatchIsKeyboard "on"
EndSection

 

Revise this Paste

Your Name: Code Language: