Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-07-06 18:44:47
Size: 344
Editor: asbesto
Comment:
Revision 3 as of 2024-03-05 17:17:10
Size: 854
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
PUTTANA LA MADONNA DI DIO
Line 13: Line 14:
{{{
        Option "Tapping" "on"
}}}
Line 14: Line 18:
DENTRO
Line 15: Line 20:
{{{
root@rover:/usr/share/X11/xorg.conf.d# ls
10-amdgpu.conf 10-quirks.conf 40-libinput.conf~
10-evdev.conf 40-libinput.conf 70-wacom.conf
root@rover:/usr/share/X11/xorg.conf.d#
}}}
Line 16: Line 27:
cosi:
Line 17: Line 29:
{{{
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
EndSection
}}}

----

Debian Settings

settings by asbesto

  1. touchpad from system - preference - mouse - trackpad - enable click by touchpad. morissero tutti
  2. battery status wrong: gconftool-2 --type bool --set /apps/gnome-power-manager/general/use_time_for_policy false
  3. japanese fonts: apt-get install ttf-kochi-mincho-naga10

PUTTANA LA MADONNA DI DIO

        Option "Tapping" "on"

DENTRO

root@rover:/usr/share/X11/xorg.conf.d# ls
10-amdgpu.conf  10-quirks.conf    40-libinput.conf~
10-evdev.conf   40-libinput.conf  70-wacom.conf
root@rover:/usr/share/X11/xorg.conf.d# 

cosi:

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


DebianSettings (last edited 2024-03-05 17:17:10 by asbesto)