Anno domini 2024 Wed, 22 May 09:23:31 +0200 Dr. Nikolaus Klepp via tde-devels scripsit:
Anno domini 2024 Tue, 21 May 18:42:27 -0500 J Leslie Turriff via tde-devels scripsit:
On 2024-05-21 12:35:31 Dr. Nikolaus Klepp via tde-devels wrote:
Anno domini 2024 Tue, 21 May 11:55:21 -0500
J Leslie Turriff via tde-devels scripsit:
I'm setting up a laptop machine that doesn't have a BIOS setting for disabling its touchpad. I can run synclient in the user's .bashrc, but that doesn't disable it in the greeter, where one enters one's username and password. Where in the TDE startup sequence can I run synclient to disable the touchpad?
~/.xsessionrc or ~/.xinitrc depending on your system. Do someting like
( sleep 10; synclient ) &
just to be sure Xorg finished it's stuff.
Nik
Does it run before I'm logged in? Doesn't seem like it could. Maybe put it somewhere like /usr/lib64/X11/...?
If you need it on the tdm screen try "man tdm" - or just take a look at /etc/trinity/tdm/Xsession
sorry copy&past error: /etc/trinity/tdm/Xsetup :)
Nik
Leslie