-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[copy.pl] add gpm copybuffer #674
Comments
|
What is the question? |
i read. the fifo speaks a mouse protocol and the fifo is for reading.
where can i put the string? |
The gpm daemon must be started with -R, for example -Rms3 (this worked for me) |
|
Try some other mouse types is all I can say. I tested in a centos vm, change both -t and -R to the gpm daemon |
|
|
Did the upload somehow fuck up the filename? |
fifoexample.tar.gz
$> ./run.sh
gcc -o openfifo openfifo.c
ein test
$>cat run.sh
#!/bin/sh
make
mkfifo fifo
./openfifo&
echo 'ein test' > fifo
cat fifo |
I still don't know what that is supposed to mean. Why the c program? |
🤕 ⏳ |
I run all my centos without X. If you have possibility to try on a system without X please do but I don't think the fifo means X is/has to be installed, just that any mouse data in graphic mode, could mean both vesafb and X I guess, will be repeated in |
|
/etc/rc.d/rc.gpm
|
I don't know what you mean by that. X is not required from what I can see. Just add a possibility to print data to |
/dev/gpmdata is a output of gpm. |
|
This is completely wrong. |
@bw1
It might be possible to use
gpm
to copy text if in non-X envThere should be a fifo called /dev/gpmdata
Don't know without testing myself if it's possible to write data to gpmdata and paste with mouse middle-button, also, no idea if gpm has to be started with -R for gpmdata to be created
Something to test :)
The text was updated successfully, but these errors were encountered: