Tiny Core Base > TCB Bugs
Fixed: copy and paste with 2 button USB mouse
ps:
Copy and paste wasn't working until I deleted the "-mouse ..." in .xsession and substituted in "-2button" in its place, for the Xvesa line so it not looks like:
Xvesa -br -2button -screen 1024x768x24 -shadow -nolisten tcp -I 2>&1 >/dev/null &
... I'll get around to remastering sometime to make it stick (ditto for cpufreq needed so my ~ diskless laptop will stay up > 5min!).
Juanito:
I have
--- Code: ---Xvesa -br -2button -mouse /dev/psaux,3 -screen 1280x800x24 -shadow -nolisten tcp -I 2>&1 >/dev/null &exec
--- End code ---
..to get cut & paste working, but the screen does not come out at 1280x800 :)
roberts:
The mouse specification is a clause of the Xvesa server configuration and therefore to select alternate mouse types is part of the xsetup.sh script or you can boot with the xsetup boot option. There you will find mouse choices to select from, no need to manually edit the .xsession file.
ps:
Setup via xsetup.sh fails:
1) With USB mouse (-mouse /dev/input/mice,5), can startx but don't have copy and paste (no "-2button").
2) With psaux, "2button", "-2button" gets filled in, but startx fails silently. .xsession was:
Xvesa -br -2button -mouse /dev/psaux -screen 1024x768x24 -shadow -nolisten tcp -I 2>&1 >/dev/null &
.. original .xsession with no cut and paste:
Xvesa -br -mouse /dev/psaux,5 -screen 1024x768x32 -shadow -nolisten tcp -I 2>&1 > /dev/null &
Manual mod to either:
Xvesa -br -2button -screen 1024x768x24 -shadow -nolisten tcp -I 2>&1 >/dev/null &
or
Xvesa -br -2button -mouse /dev/psaux,5 -screen 1024x768x32 -shadow -nolisten tcp -I 2>&1 > /dev/null &
works.
roberts:
So I need tyo add another choice to the menu options?
Navigation
[0] Message Index
[#] Next page
Go to full version