Rocksolid Light

groups  faq  privacy  How to post  login

Message-ID:  

An avocado-tone refrigerator would look good on your resume.


rocksolid / de.comp.os.unix.x11 / Fedora Synaptics Tap to Click aktivieren über xorg.conf

SubjectAuthor
* Fedora Synaptics Tap to Click aktivieren über xorg.confMarco Moock
`- Re: Fedora Synaptics Tap to Click aktivieren über xorg.confMarco Moock

1
Subject: Fedora Synaptics Tap to Click aktivieren über xorg.conf
From: Marco Moock
Newsgroups: de.comp.os.unix.x11
Date: Fri, 5 Jan 2024 14:32 UTC
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: mm+use...@dorfdsl.de (Marco Moock)
Newsgroups: de.comp.os.unix.x11
Subject: Fedora_Synaptics_Tap_to_Click_aktivieren_über_xorg.c
onf
Date: Fri, 5 Jan 2024 15:32:31 +0100
Message-ID: <un93tv$39r3$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 5 Jan 2024 14:32:31 -0000 (UTC)
Injection-Info: solani.org;
logging-data="108387"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.0
Cancel-Lock: sha1:hge0zp4D3WAbo2v3fZGasbymeM0=
X-User-ID: eJwFwYEBgDAIA7CXqJSi5zCE/09YEi6okwoxNrZRf5vwHMysPDPQfiy5LRZ9x1kGt/NGz3cBIZkRGQ==
X-Mozilla-News-Host: snews://news.solani.org:563
View all headers

Hallo zusammen!

Ich will auf einem Fedora mit X11 und mwm tap2click aktivieren.

So sieht die Datei aus:

m@localhost:~$ cat /etc/X11/xorg.conf.d/99-synaptics-overrides.conf
Section "InputClass"
Identifier "touchpad overrides"
# This makes this snippet apply to any device with the "synaptics"
driver
# assigned
MatchDriver "libinput"

####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
#Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
#Option "RBCornerButton" "3"
####################################

EndSection
m@localhost:~$

Funktioniert leider nicht.
Bei MatchDriver stand auch mal synaptics drin, hat damit aber ebenfalls
nicht funktioniert.

1. Wie finde ich raus, welchen Treiber das Teil nutzt?
2. Ist sonst noch was falsch an der Konfiguration?

m@localhost:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer
(3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer
(2)]
⎜ ↳ PS/2 Generic Mouse id=11 [slave pointer
(2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer

Letzteres ist es.
lsusb/lspci helfen daher nicht weiter.

xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1

funktioniert, daher schließe ich Probleme mit dem Treiber/der Hardware
aus und vermute, dass es nur an der Konfiguration liegt.

--
Gruß
Marco

Subject: Re: Fedora Synaptics Tap to Click aktivieren über xorg.conf
From: Marco Moock
Newsgroups: de.comp.os.unix.x11
Date: Sun, 7 Jan 2024 10:22 UTC
References: 1
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: mm+use...@dorfdsl.de (Marco Moock)
Newsgroups: de.comp.os.unix.x11
Subject: Re:_Fedora_Synaptics_Tap_to_Click_aktivieren_über_xo
rg.conf
Date: Sun, 7 Jan 2024 11:22:09 +0100
Message-ID: <undu0i$49p9$1@solani.org>
References: <un93tv$39r3$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 7 Jan 2024 10:22:10 -0000 (UTC)
Injection-Info: solani.org;
logging-data="141097"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.0
Cancel-Lock: sha1:m19gO58ORKLKP5C7Qa1eUEIYres=
In-Reply-To: <un93tv$39r3$1@solani.org>
X-User-ID: eJwFwQkBwDAIA0BLvGkmpzDwL6F36VD0CSQiN1cB45iQlLjZPkYt1z4zUrXAl9exNJWf2g8DDBBu
View all headers

Lösung gefunden:

Man muss den synaptics-Treiber nutzen:

sudo dnf install xorg-x11-drv-synaptics-legacy

Dann klappt es damit auch.

m@localhost:~$ cat /etc/X11/xorg.conf.d/99-synaptics.conf
Section "InputClass"
Identifier "touchpad overrides"
MatchDriver "synaptics"

####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
#Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
#Option "RBCornerButton" "3"
####################################

EndSection
m@localhost:~$

m@localhost:~$ xinput list-props "SynPS/2 Synaptics TouchPad"
[...]
Synaptics Tap Action (345): 0, 0, 0, 0, 1, 0, 0
[...]
m@localhost:~$

Da sind mehrere Einstellungen in einer Eigenschaft.
man synaptics erklärt das.

Ich werde mal gucken, ob das auch mit libinput zum Laufen gebracht
werden kann.


rocksolid / de.comp.os.unix.x11 / Fedora Synaptics Tap to Click aktivieren über xorg.conf

1
server_pubkey.txt

rocksolid light 0.9.136
clearnet tor