Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: marmarama on October 30, 2014, 01:56:15 AM

Title: where is synclient file?
Post by: marmarama on October 30, 2014, 01:56:15 AM
hello!
 i want to enable tapping on the  touchpad. i installed xf86-input-synaptics and by default tapping is not enabled. i can enable it with
synclient TapButtons1=1 but after reboot i goes back to default.
i try to find where the synclient file is? in arch linux its stated its in /usr/share/X11/xorg.conf.d/50-synaptics.conf . where is it in tinycore?
so i can edit it and keep changes permanently.
 thanks!
Title: Re: where is synclient file?
Post by: Juanito on October 30, 2014, 02:01:13 AM
as per the apps gui: /usr/local/share/X11/xorg.conf.d/50-synaptics.conf

If you take a look at the file, it tells you where to copy it to in order to edit it - note that you would then need to add it to your backup.
Title: Re: where is synclient file?
Post by: marmarama on October 30, 2014, 06:44:43 AM
thanks for reply!
 but i still need help. i found the file but i dont know what to do next. i want change an option from TapButton1=0 to an option
TapButton1=1. how can i do that to make it persistent?
Title: Re: where is synclient file?
Post by: Juanito on October 30, 2014, 06:51:15 AM
As per the file:
Code: [Select]
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.

Then you edit the file and then add "etc/X11/xorg.conf.d/50-synaptics.conf" to /opt/.filetool.lst
Title: Re: where is synclient file?
Post by: marmarama on November 07, 2014, 11:24:07 PM
hi again!
 1.what does it mean to rename the file? its 50-synaptics.conf. i created /etc/X11/xorg.conf.d but left in with the same name, i dont know what to rename it.....
 2 in my tinycore 5.4  /opt contains only backgrounds bootlacal.sh bootsync.sh and shutdown.sh and tcemirror files. there is no /opt/.filetool.lst.  do i have to create it?
 thanks!
Title: Re: where is synclient file?
Post by: marmarama on November 07, 2014, 11:28:56 PM
EDIT
sorry, i just found the filetool.lst, its a hidden file in /opt.
 but the first question remains-  what to rename the 50-synaptics.conf  ?
thanks
Title: Re: where is synclient file?
Post by: Juanito on November 07, 2014, 11:31:03 PM
In fact I don't believe you need to rename the file, you can copy it as-is to the folder /etc/X11/xorg.conf.d
Title: Re: where is synclient file?
Post by: marmarama on November 14, 2014, 08:40:55 PM
hi!
 i added  "etc/X11/xorg.conf.d/50-synaptics.conf" to /opt/.filetool.lst    and now after reboot i get the message   " failed in waitforX "
 any ideas how i can startX?
thanks 
Title: Re: where is synclient file?
Post by: Juanito on November 14, 2014, 09:28:12 PM
Instead of "startx", use this:
Code: [Select]
/usr/local/bin/Xorg -nolisten tcp &..and check for error messages.
Title: Re: where is synclient file?
Post by: marmarama on November 15, 2014, 05:22:19 AM
hi!
thanks for answers,
 i did    /usr/local/bin/Xorg -nolisten tcp &  and got the answer     /usr/local/bin/Xorg  not found.... :-\

what else i can do?
Title: Re: where is synclient file?
Post by: Rich on November 15, 2014, 05:48:47 AM
Hi marmarama
It sounds like Xorg is not installed.
Title: Re: where is synclient file?
Post by: marmarama on November 15, 2014, 07:04:26 AM
hi!
 Xorg is installed. it was booting well but after i wanted to enable touchpad not just one time with synclient but make it permanent after reboot, i edited /etc and added to filetool.lst. but then i can boot only into command line..
 any ideas?
Title: Re: where is synclient file?
Post by: Juanito on November 15, 2014, 07:17:41 AM
I'm not sure if that's what you did or not, but you should only specify the file you edited and not all of /etc
Title: Re: where is synclient file?
Post by: marmarama on November 16, 2014, 07:15:54 AM
SOLVED!
thank you very much!
 what i did was type in command line    /usr/local/binXorg   .some big answer came out where i saw my typing mistake in line 38  of the file  i etc/X11/xorg.conf.d/50-synaptics.conf       i edited it and now it works!
 thanks a lot again. tiny core rocks!