Author Topic: Using Gpm On The Text Console  (Read 2047 times)

louigi600

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
Using Gpm On The Text Console
« on: May 17, 2007, 04:38:30 pm »
After a little fiddling I seem to have found out that maybe the correct mouse type is evdev but I'v not been able to figure out which is the correct device file.
I attempted to use /dev/event1 /dev/input/event1 /dev/input/mice /dev/psaux  /dev/misc/psaux .... but all I could acheive is the mous cursor to appear in the middle when I tap the screen.

Anyone know how to get it working ?
Regards
David

SL-c760*  pdaXrom latest
SL-c860    pdaXrom latest ;-)
SL-c1000  pdaXrom Latest
Acer Aspire One running slackware and Clash
Toshiba AC100 running ARMedslack and Clash

*with some hardware problems but good for testing

louigi600

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
Using Gpm On The Text Console
« Reply #1 on: May 18, 2007, 07:08:06 pm »
Using patches from http://www.geocities.com/dt_or/gpm/gpm.html (thanks Civil) I managed to get gpm building adain and cursor now follows touchpad taps and grags.

Unfortunately I do not seem to be able to select and/or paste anything.

Building for arm will require some extra options:
./configure CFLAGS="-lm" \
  CC=armv5tel-cacko-linux-gcc \
  CPPFLAGS="-lm" \
  LDFLAGS="-lm" \
  --host=armv5tel-cacko-linux \
  --prefix=/usr \
  --sysconfdir=/etc

You also need to state LDFLAGS AGAIN when making:
LDFLAGS="-lm"  make

Anyone have any idea how to get the rest working ?
« Last Edit: May 18, 2007, 07:14:20 pm by louigi600 »
Regards
David

SL-c760*  pdaXrom latest
SL-c860    pdaXrom latest ;-)
SL-c1000  pdaXrom Latest
Acer Aspire One running slackware and Clash
Toshiba AC100 running ARMedslack and Clash

*with some hardware problems but good for testing

louigi600

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
Using Gpm On The Text Console
« Reply #2 on: May 28, 2007, 01:12:20 pm »
Bounce !
Regards
David

SL-c760*  pdaXrom latest
SL-c860    pdaXrom latest ;-)
SL-c1000  pdaXrom Latest
Acer Aspire One running slackware and Clash
Toshiba AC100 running ARMedslack and Clash

*with some hardware problems but good for testing