Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: jethrick on June 08, 2011, 10:23:47 AM

Title: vlc side effects?
Post by: jethrick on June 08, 2011, 10:23:47 AM
Since installing vlc.tcz, I've noticed a couple annoying side effects:

1) After rebooting, my pointer buttons are reversed. In others words:

> xmodmap -pp
There are 5 pointer buttons define.

     Physical    Button
       Button      Code
          1             3
          2             2
          3             1
          4             4
          5             5

So I wind up always having to xmodmap them back to normal.


2) I can no longer link against libreadline.a unless I load vlc.

In other words, even though I've done this:

tce-load -i compiletc gcc gdb readline-dev

the following

cc -g -o program -lreadline -lcurses program.c

fails with linker complaints about not being able to find readline() or add_history() UNLESS I first load/run vlc.
Title: Re: vlc side effects?
Post by: Juanito on June 08, 2011, 10:36:33 AM
tce-load -i compiletc gcc gdb readline-dev

Not relevent to your problem, but loading compiletc will load gcc anyway..
Title: Re: vlc side effects?
Post by: tinypoodle on June 08, 2011, 11:23:41 AM
Please post subjects regarding extensions into TCE forum (not TCB).