Re: [Server-devel] [support-gang] [Sugar-devel] how to remove WiFi credential/history from Sugar?

2015-09-25 Thread Paul Fox
adam wrote:
 > >> >  >
 > >> >  >/etc/NetworkManager/system-connections/

that's is where the config lives on the machine i'm looking
at (running 13.2.0).

try:
cd /etc
sudo grep -R  .
cd /home/olpc
sudo grep -R  .


on older releases, sugar kept the network config separate, under
/home/olpc/.sugar, i think.  it took a while before gnome and
sugar wifi configs were synced.

paul
=-
 paul fox, p...@laptop.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] turn off backlight on XS-on-XO1

2010-03-03 Thread Paul Fox
anna wrote:
  I'd appreciate a command to blank the screen.  I installed olpc-kbdshim from

when you installed olpc-kbdshim i think you should have also
gotten a new command to control the display:  olpc-brightness,
which takes up, down, min, max, or a number between 0 and
15 as an argument.  it needs to run as root.

  the repo and then
  http://dev.laptop.org/~pgf/rpms/olpc-powerd-9-1.fc9.i386.rpm.  Tried editing
  /etc/powerd/powerd.conf to make the screen blank, but I guess I don't know
  what I'm doing cause it's not working.

i'm happy to help you figure this out if you can post more details of
what you've done/tried, etc.

settings something like this should work:
config_PLUGGED_TIME_DIM=60
config_PLUGGED_TIME_BLANK=90
config_PLUGGED_TIME_SLEEP=9
config_BATTERY_TIME_DIM=60
config_BATTERY_TIME_BLANK=90
config_BATTERY_TIME_SLEEP=9

this makes things work identically when on battery or wall power,
and tells the laptop not to go to sleep for about 30 years.

after making the config changes, run powerd-config =reconfig. 
(oh -- in your somewhat older version, you may need to do this
manually, with echo reconfig /var/run/powerevents, or simply
reboot.)

  
  In my particular situation, I usually just make sure the XS on XO is booted
  up and online, then ssh in from another machine.  So the ability to turn the
  backlight off at will would be great.
  
  When I have a screen at all, that is.  I've been messing around with XS on
  XO on a couple of XOs that have been stripped for parts cause of one issue
  or another.  But that's another story.

removing the backlight LED is certainly an effective way of
reducing the brightness.  :-)

paul
=-
 paul fox, p...@laptop.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] turn off backlight on XS-on-XO1

2010-03-02 Thread Paul Fox
martin wrote:
  On Tue, Mar 2, 2010 at 2:34 PM, Paul Fox p...@laptop.org wrote:
   yes, that would probably work.  there's no X11 requirement in kbdshim
   or powerd.   but to be clear:  is the requirement for blanking after
   an idle period?  or do you just want a command to blank the screen?
   because the latter can be created pretty easily.
  
  I want it on idle :-)

i figured.  :-)

unfortunately kernel console blanking was never tied to the dcon --
i think it's one of several issues with bare console use on the
XO.  (the console has never been a priority.)

you can install olpc-kbdshim and olpc-powerd, and adjust the
powerd config to never dim and/or blank the display without ever
suspending.  the fedora F9 packages should work for this.

paul
=-
 paul fox, p...@laptop.org
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel