I recently got a used laptop and decide to set up a partition for tinycore//linux on it and seem to be having a couple issues//questions
1) Touchpad has tap-to-click that I find annoying. I can't seem to find out how to disable this in XVesa mode.
2) With wireless_tools and wireless2.6.29.1 I can connect to my router, but after being connected for a bit and restart the computer and boot into TinyCore, I cannot connect again.
Yet if I boot into my windows partition, and then restart back into the TC partition, the wireless connects correctly again.
The code i use is:
ifconfig wlan0 up
iwconfig wlan0 essid "MYSSID"
udhcpc -b -i wlan0
3) Not really an issue, but in order to get 1280x800 in xvesa, I just need to edit the .xsession file and replace the resolution, correct?