CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by reverse scrollin on Wed 28th Nov 20:54 (modification of post by view diff)
download | new post

  1. reverse scrolling wheel debian
  2.  
  3.     Open the file /usr/share/X11/xorg.conf.d/10-evdev.conf
  4.     Look for the section with MatchIsPointer "on". It’s at the top by default.
  5.     Add this line:
  6.     Option "ButtonMapping" "1 2 3 5 4 6 7 8"
  7.  
  8. Add more buttons if you need them for your mouse. The section should look like:
  9.  
  10.  
  11. Section "InputClass"
  12. Identifier "evdev pointer catchall"
  13. MatchIsPointer "on"
  14. MatchDevicePath "/dev/input/event*"
  15. Driver "evdev"
  16. Option "ButtonMapping" "1 2 3 5 4 6 7 8"
  17. EndSection

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me