Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:mouse [2011/04/27 13:34] – [Two Button Mouse] Guywiki:mouse [2011/06/17 02:09] (current) – [Versions before 3.7 - Two Button Mouse] Guy
Line 1: Line 1:
 ====== Copy and Paste with the Mouse ====== ====== Copy and Paste with the Mouse ======
  
-To copy and paste with the mouse, highlight the text to be copied, go to where you want it copied, and click the middle mouse button.+==== Three Button Mouse ==== 
 + 
 +Highlight the text to be copied, go to where you want to past it, and click the middle mouse button.
  
 ==== Two Button Mouse ==== ==== Two Button Mouse ====
  
-If you have a two button mouse, go to Control Panel, then Xvesa. After selecting the screen resolution, select two button mouse. Restart the computer for this to take effect. You can now paste by clicking both mouse buttons at the same time.+Highlight the text to be copied, go to where you want to paste it, and click both mouse buttons at the same time. 
 + 
 +---- 
 +---- 
 +==== Version 3.6 and earlier - Two Button Mouse ==== 
 + 
 +In version 3.6 and earlier versionsclicking both mouse buttons will not work, until it is set up.  
 + 
 +Go to the Control Panel, then Xvesa. After selecting the screen resolution, select two button mouse. Restart the computer for this to take effect. 
 + 
 +==== Using Commands ==== 
 + 
 +To set up for a 2 button mouse, open the terminal and type 
 + 
 +<code>sed -i 's/-shadow -mouse/-shadow -2button -mouse/' ~/.xsession</code> 
 + 
 +Restart the computer for this to take effect. 
 + 
 +To change it back to a 3 button mouse, use 
 + 
 +<code>sed -i 's/-shadow -2button -mouse/-shadow -mouse/' ~/.xsession</code> 
 + 
 +==== If you have Xorg ==== 
 + 
 +If Xorg is loaded, Xvesa setup will not run. 
 + 
 +So it may be easiest to use the commands above. 
 + 
 +You may also, move Xorg to another directory, restart the computer, run Xvesa setup, put Xorg back, and restart the computer again.
  
-Be aware: If Xorg is loaded, Xvesa setup will not run. If you experience thismove Xorg to another directoryrestart the computer, run Xvesa setup, put Xorg back, and restart the computer again.+Another option is to start Tinycore with the boot options "base norestore," and run Xvesa setup. If you don't have persistent homeyou need to ensure /home/tc/.xsession is saved. You may need to, for example, save .xsession to sda1, then after restarting the computer normallycopy and paste it to /home/tc. Then backup and restart the computer again for this to take effect.
  
Print/export
QR Code
QR Code wiki:mouse (generated for current page)