On Thu, Mar 13, 2014 at 5:30 PM, Dennis Cote <denn...@harding.ca> wrote:
> On Thursday, March 6, 2014 8:58:32 AM UTC-7, Jason Kridner wrote:
>>
>> If you have a BeagleBone Black and are able to try out this image, it
>> might be good to propose fixing any short-falls you see in what is provided
>> on the image.
>
>
> Every time I boot, or logout of LXDE, I get a touchscreen calibration
> program that runs. It says 'Touchscreen calibration for Logitech USB
> Keyboard' (I think it sometimes says Mouse, but I could be mistaken). I am
> running with a HDMI monitor and a USB keyboard and mouse connected to an
> external powered hub. I have no touchscreen to calibrate and this wastes
> about 15 seconds on each logout. What starts this program, and how do I
> disable it?

That's interesting, the lcd/touchscreen detect script is pretty basic,
i'll have to add whitelist for some devices.

Can you pastebin this file for me:

/var/log/xinput_calibrator.pointercal.log

and the output of "xinput" you will have to run it from x11, no serial/ssh..


> Also, the .profile file in the /home/debian directory is not being executed.
> I don't have a .bash_profile or .bash_login file to prevent it from being
> loaded. I noticed the default shell is dash rather than bash, at least
> /bin/sh is linked to /bin/dash, but the dash man page says it should read
> commands from .profile as well. When I tried the chsh command it says the
> default login shell is /bin/bash which should definitely read from .profile.
>
> I can tell that .profile is not being executed because I have a personal bin
> directory at /home/debian/bin. This directory should be added to the PATH by
> the .profile, but that isn't happening. I have also set a new environment
> variable in my .profile and it does not appear in the output of the env
> command. Any ideas why my .profile is not executing?

Yeah,

export PATH=$PATH:~/bin

in ~/.profile is all you should need..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to