User Tools

Site Tools


info:miscellaneous

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
info:miscellaneous [2010/12/07 14:06] – [Miscellaneous] TP T60 promisc mode moritzinfo:miscellaneous [2013/08/17 15:35] – [cryptroot missing after updating to Debian testing] spelling moritz
Line 18: Line 18:
 To reconfigure the session manager, run the following command as root and select the desired session manager. To reconfigure the session manager, run the following command as root and select the desired session manager.
   update-alternatives --config x-session-manager   update-alternatives --config x-session-manager
 +
 +===== Trackpoint scrolling =====
 +
 +To enable trackpoint scrolling, add the following code to /usr/share/X11/xorg.conf.d/20-trackpoint.conf:
 +<code>
 +Section "InputClass"
 +    Identifier "Trackpoint Wheel Emulation"
 +    MatchProduct "TrackPoint"
 +    MatchDevicePath "/dev/input/event*"
 +    Driver "evdev"
 +    Option "EmulateWheel" "true"
 +    Option "EmulateWheelButton" "2"
 +    Option "Emulate3Buttons" "false"
 +    Option "XAxisMapping" "6 7"
 +    Option "YAxisMapping" "4 5"
 +EndSection
 +</code>
 +
 +===== cryptroot missing after updating to Debian testing =====
 +
 +After updating from Debian stable to testing, the file cryptroot in /etc/initramfs-tools/conf.d is missing. Extract it from a previous initrd and put it back. Old initrd images can be extracted using
 +<code>
 +gzip -dc /boot/initrd-XXXX | cpio -id
 +</code>
 +
  
info/miscellaneous.txt · Last modified: 2013/08/17 15:47 by moritz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki